Hi,
I ported FreeModbus(RTU Slave) to MSP432P401R and using Timer32 for the T3.5 inter-character timeout. I observed that when sending a full frame from PC, only the first and last bytes reliably trigger pxMBFrameCBByteReceived() — the middle bytes are missing.
Could you advise:
Are there specific requirements for the timer used for T3.5 to ensure reliable byte reception?
Any guidance on configuring FreeModbus timers for MSP432P401R using Timer32 or TimerA?