Hi,
I am trying to handle CAN communication and see my mailbox assigned getting full causing 'MsgLst' bit to be set. I see this happening whenever the ISR is taking a bit longer than the rate at which the communication is happening.
I have tried out the following:
1. Tried to slow down the communication from the sender-end.
2. Implementing FIFO behavior for the mailboxes.
The first change (point '1' above) didn't help much, and I am facing problem handling the FIFO behavior. Can you please share an example reference in handling the FIFO behavior for mailboxes?
Regards,
Sumit