STM32H750VB MODBUS Timer Calculation
I am developing a project using STM32H750VB and for automation purpose I am in need of MOD BUS protocol. I have referred the code in this weblink (https://github.com/srikanth977/ModbusRTUSlave_RS232 ). I have completed the code and its working fine for the baud rate of 9600. But when I increase the baud rate then i am having a framing error. I do not understand whether the problem is with the code or with the timer calculation. So kindly guide me through the process of timer calculation. I have attached the images of framing error and the timer calculation for 19200 baud rate and 57600 baud rate.If possible suggest me how MOD BUS can be developed with HAL Library.
