comparison Small_CPU/Inc/uart.h @ 936:3029f0332f4f Evo_2_23

GNSS introduced power saving mode: In the previous implementation the modul always did a cold start. In the new one the power saving functions of the module are activated. The module will be switched to intervall mode while entering sleep. If the computer remains in sleep for a long time then the GNSS modul will be switchen of completly.
author Ideenmodellierer
date Sun, 08 Dec 2024 22:03:07 +0100
parents effadaa3a1f7
children
comparison
equal deleted inserted replaced
935:f2494a708f52 936:3029f0332f4f
26 26
27 27
28 #define BUFFER_NODATA_LOW (0x15) /* The read function needs a signiture which indicates that no data for processing is available.*/ 28 #define BUFFER_NODATA_LOW (0x15) /* The read function needs a signiture which indicates that no data for processing is available.*/
29 #define BUFFER_NODATA_HIGH (0xA5) 29 #define BUFFER_NODATA_HIGH (0xA5)
30 30
31 #define TX_BUF_SIZE (40u) /* max length for commands */ 31 #define TX_BUF_SIZE (80u) /* max length for commands */
32 #define CHUNK_SIZE (80u) /* the DMA will handle chunk size transfers */ 32 #define CHUNK_SIZE (80u) /* the DMA will handle chunk size transfers */
33 #define CHUNKS_PER_BUFFER (3u) 33 #define CHUNKS_PER_BUFFER (3u)
34 34
35 typedef struct 35 typedef struct
36 { 36 {