diff 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
line wrap: on
line diff
--- a/Small_CPU/Inc/uart.h	Sun Dec 08 21:59:22 2024 +0100
+++ b/Small_CPU/Inc/uart.h	Sun Dec 08 22:03:07 2024 +0100
@@ -28,7 +28,7 @@
 #define BUFFER_NODATA_LOW	(0x15)		/* The read function needs a signiture which indicates that no data for processing is available.*/
 #define BUFFER_NODATA_HIGH  (0xA5)
 
-#define TX_BUF_SIZE				(40u)		/* max length for commands */
+#define TX_BUF_SIZE				(80u)		/* max length for commands */
 #define CHUNK_SIZE				(80u)		/* the DMA will handle chunk size transfers */
 #define CHUNKS_PER_BUFFER		(3u)