comparison Discovery/Inc/ostc.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 5f66e44d69f0
children
comparison
equal deleted inserted replaced
1035:5b913cdaa9dc 1036:5865f0aeb438
108 108
109 void SetDisplayVersion(uint8_t version); 109 void SetDisplayVersion(uint8_t version);
110 uint8_t isNewDisplay(void); 110 uint8_t isNewDisplay(void);
111 111
112 uint8_t UART_getChar(); 112 uint8_t UART_getChar();
113
114 #ifdef ENABLE_PULSE_SENSOR_BT
113 void UART_StartDMARx(); 115 void UART_StartDMARx();
116 #endif
117 #ifdef ENABLE_USART_RADIO
118 void MX_UART_RADIO_Init_DMA();
119 void UART_StartDMARxRadio();
120 #endif
114 121
115 122
116 #endif // OSTC_H 123 #endif // OSTC_H