Hi ,
Thanks for your reply.
The extended ID can't beyond the 0x1FFF_FFFF, otherwise the ID can't be recognized.
msg_obj.msgobj = 1;
msg_obj.mode_id = 0x400|CAN_MSGOBJ_EXT;
msg_obj.mask = 0x1FFFFFFF;
LPC_CCAN_API->config_rxmsgobj(&msg_obj);

To implement receive the specific extend ID frame, please the following code.
Have a great day,
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------