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

@@ -19,8 +19,8 @@
#pragma once
#include <stdint.h>
// input and output buffers size
#define MODBUSBUFSZI (64)
// input and output buffers size: input buffer is greater as last symbol would be lost on Rx DMA IRQ
#define MODBUSBUFSZI (68)
#define MODBUSBUFSZO (64)
#define MODBUS_MASTER_ID (0)