Tool/software: Code Composer Studio
Hi,
I implement the modbus protocol and I have a problem with interrupting RX with fifo.
In my application, incoming frames are of different lengths(once the frame has a length of 12 bytes and the second time is 8 bytes). I received frame in interrupt.
When I set RXFFIL = 7 and the frame comes in length 13, error flags such as PE and FE appear.
To sum up how to set an interrupt so that can receive frames of a different length (the frame will be as long as the size FIFO allows) without errors ?
Thank you for helping
Best regards
Szymon