HI,
In my application program, I am transmitting many CAN messages in different timings. I have 1ms, 10ms, 100ms and 1000ms timers. In each timing I am transmitting 5-6 CAN messages with different CAN Ids.
But while testing, I could see some messages are missing some times. For example, 100ms messages stops for 1-2 sec (Not all messages in 100ms, only 1 or 2 stops) and then it is starting again.
How can I resolve this issue? how to implement FIFO registers to solve this?