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.

TMS320F28335: F28335: eCAN - Receiving Remote Frames

Part Number: TMS320F28335


In SPRUEU1 (2.9.1) is said that when a remote frame is received, the module compares the remote frame identifier to all identifiers of the mailboxes starting at the highest mailbox number in descending order. After finding a matching identifier in a send mailbox no further compare is done.

But for example if MB[25] and MB[20] both have an identifier equals to the Remote Frame Identifier, being MB[25] a receiver mailbox and MB[20] a send mailbox (with AAM=1), what will happen?

When the frame ID matches MB[25] the module continues comparing until MB[20]?

Just the RFP[25] will be set or both RFP[25] and RFP[20] will?