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.

AM2634: What are the proper start addresses of the MCAN RXFIFO0 and RXFIFO1

Part Number: AM2634

Tool/software:

I have an application that may receive 2 different CAN-addressed packets, so I am using the RX FIFO0 and FIFO1 as part of the reception process, and I cannot get anything thing in on FIFO1. I have compared my settings to my working 28388 MCAN registers, and I suspect this is problem:

msgRAMConfigParams.rxFIFO0StartAddr = 0;

msgRAMConfigParams.rxFIFO1StartAddr  = 0;

In the 28388, these were both non-zero, but I cannot find in the documentation a memory map of the MCAN message RAM. What should these start-addresses be set to?

Thanks,

Jim