This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TX CAN interrupt is missing?

Other Parts Discussed in Thread: TM4C1290NCZAD

Hello,

I am working on Tiva TM4C1290NCZAD Microcontroller.
I send CAN messages with 8bytes data in every 1ms and receive some other in every 50ms in one device.
My problem is that the TX CAN interrupt is missing occasionally.
(The TX CAN interrupt is generated after the completion of transmission.)
When I send TX messages only, there is no problem (no missing TX interrupt).
And when I send it every 5 ms with RX, there is no problem as well.
The problem happens only if CAN bus is highly used in both ways.

Does TM4C controller guarantee CAN TX interrupt even though the CAN Bus is very busy?

Can you help me?

Regards,
Young