almost ready but have IWDG reset when trying to send data over RS-232 in CANbus flooding

This commit is contained in:
2024-09-26 17:53:16 +03:00
parent 03772fce3a
commit b9942f2e9f
19 changed files with 388 additions and 188 deletions

View File

@@ -21,8 +21,8 @@
#include <stdint.h>
// input and output buffers size
#define UARTBUFSZI (64)
#define UARTBUFSZO (128)
#define UARTBUFSZI (196)
#define UARTBUFSZO (256)
#define usartrx() (usart_linerdy)
#define usartovr() (usart_bufovr)