Hello Alice,
Thanks for your inputs.
I had more queries regarding the CAN usage:
1. Which is the recommended work flow for Receiving the CAN messages?
CAN Bus-> RX FIFO -> Application Buffer
CAN Bus-> RX Buffer -> Application Buffer
2. I am able to receive messages based on CAN filter configuration.
But when I tried to read the received message ID from the structure "mcan_rx_buffer_frame_t",
it show some value which is not the same which I configured to receive.
The CAN RAM location also seem to contain this value.
e.g. for msg ID 0x11 (STD ID) -> 0x00464022 (R0 bits figure 133 in manual)
for msg ID 0x21 (STD ID) -> 0x00864042 (R0 bits figure 133 in manual)
So even tough the message are correctly received in FIFO/Buffer,
I am unable to read-back the message ID from the structure.
regards,
Hemanth