Hi,
I noticed a small error in the timer isr dispatch mode configuration:
The kconfig file names the configuration option
CONFIG_FMB_TIMER_USE_ISR_DISPATCH_METHOD
In esp-modbus/freemodbus/modbus/include/mbconfig.h
The define is renamed, but with the wrong name:
CONFIG_FMB_TIMER_ISR_IN_IRAM
This results in a timer ISR that is not placed into IRAM.
Hi, I noticed a small error in the timer isr dispatch mode configuration: The kconfig file names the configuration option
CONFIG_FMB_TIMER_USE_ISR_DISPATCH_METHOD
In esp-modbus/freemodbus/modbus/include/mbconfig.hThe define is renamed, but with the wrong name:
CONFIG_FMB_TIMER_ISR_IN_IRAM
This results in a timer ISR that is not placed into IRAM.