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,7 +21,7 @@
#include <stm32f1.h>
#include "hardware.h"
#define MAXCMDLEN (12)
#define MAXCMDLEN (32)
// flags for some RS-232 comands
typedef struct{
@@ -33,3 +33,4 @@ extern flags_t flags;
void cmd_parser(const char *txt);