diff 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
line wrap: on
line diff
--- a/Discovery/Inc/ostc.h	Sat Aug 09 16:55:20 2025 +0200
+++ b/Discovery/Inc/ostc.h	Sun Aug 10 15:28:59 2025 +0200
@@ -110,7 +110,14 @@
 uint8_t isNewDisplay(void);
 
 uint8_t UART_getChar();
+
+#ifdef ENABLE_PULSE_SENSOR_BT
 void UART_StartDMARx();
+#endif
+#ifdef ENABLE_USART_RADIO
+void MX_UART_RADIO_Init_DMA();
+void UART_StartDMARxRadio();
+#endif
 
 
 #endif // OSTC_H