jeremyzhou, Thanks for your reply. I do not see any attachments to your reply. Did you forget?
I looked at the interrupt_transfer demo in the SDK previously. It only is setup to receive messages from 1 ID. I would like to receive messages from multiple IDs. I can't figure out how to do it. Can you help?
The following statements would configure to receive the message buffer to receive from 'rxIdentifier' ONLY. Do I need to configure another MB to receive messages from another ID?
mbConfig.id = FLEXCAN_ID_STD(rxIdentifier);
FLEXCAN_SetRxMbGlobalMask(EXAMPLE_CAN, FLEXCAN_RX_MB_STD_MASK(rxIdentifier, 0, 0));