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