mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 03:44:30 +03:00
almost ready but have IWDG reset when trying to send data over RS-232 in CANbus flooding
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user