comparison Small_CPU/Src/uart.c @ 1000:c386ae6635e4 GasConsumption

Improve GNSS operation: during OSTC 4/5 code merge a problem with the wakeup of the gnss module showed up which has been fixed with the new verion. In addition a compile switch has been added which activated the synchronization of time between OSTC and gnss module. This my cause problems if the time is not accurate => deactivated at the moment.
author Ideenmodellierer
date Mon, 28 Apr 2025 19:51:36 +0200
parents d9290c76b840
children
comparison
equal deleted inserted replaced
999:ac25c35a3c97 1000:c386ae6635e4
24 #include "uartProtocol_Co2.h" 24 #include "uartProtocol_Co2.h"
25 #include "uartProtocol_Sentinel.h" 25 #include "uartProtocol_Sentinel.h"
26 #include "uartProtocol_GNSS.h" 26 #include "uartProtocol_GNSS.h"
27 #include "externalInterface.h" 27 #include "externalInterface.h"
28 #include "data_exchange.h" 28 #include "data_exchange.h"
29 #include "gpio.h"
29 #include <string.h> /* memset */ 30 #include <string.h> /* memset */
30 31
31 #ifdef ENABLE_GNSS_INTERN 32 #ifdef ENABLE_GNSS_INTERN
32 extern UART_HandleTypeDef huart6; 33 extern UART_HandleTypeDef huart6;
33 extern sUartComCtrl Uart6Ctrl; 34 extern sUartComCtrl Uart6Ctrl;