comparison Common/Inc/configuration.h @ 1036:5865f0aeb438 Puls_Integration

Radio data integration: Added functionality for displaying radio data as debug message. The USART3 has been configurated for receiption and a function for the visualization of the data has been added to the demo unit (draft implementation). For activation the radio as well as the logger functionality needs to be activated via compile switch. Note that at the moment bluetooth and radio DMA may not be operated in parallel.
author Ideenmodellierer
date Sun, 10 Aug 2025 15:28:59 +0200
parents 33b91584d827
children 2af07aa38531
comparison
equal deleted inserted replaced
1035:5b913cdaa9dc 1036:5865f0aeb438
95 95
96 /* Enable to have a faster transfer speed between bluetooth module and CPU */ 96 /* Enable to have a faster transfer speed between bluetooth module and CPU */
97 #define ENABLE_FAST_COMM 97 #define ENABLE_FAST_COMM
98 98
99 /* Enable to have support of Polar HC10 heartbeat sensor active */ 99 /* Enable to have support of Polar HC10 heartbeat sensor active */
100 #define ENABLE_PULSE_SENSOR_BT 100 /* #define ENABLE_PULSE_SENSOR_BT */
101 101
102 /* Enable RTE sleep mode debugging */ 102 /* Enable RTE sleep mode debugging */
103 /* #define ENABLE_SLEEP_DEBUG */ 103 /* #define ENABLE_SLEEP_DEBUG */
104 104
105 /* Enable to receive data from the radio connection usart */
106 #define ENABLE_USART_RADIO
107
108 /* Enable to show messages which are den during runtime in a popup window */
109 #define ENABLE_LOGGER_WINDOW
105 110
106 #endif 111 #endif