Other Parts Discussed in Thread: C2000WARE
Hi,
Is there any material about how to read CAN ID?
We need to receive message between 0x700-0x7ff and recognize ID.
Right now, we obtain it by means of the mailbox ID and the message ID.
It can receive by ID masking.
CAN_setupMessageObject(uint32_t base, uint32_t objID, uint32_t msgID, CAN_MsgFrameType frame, CAN_MsgObjType msgType, uint32_t msgIDMask, uint32_t flags, uint16_t msgLen)
How to read CAN ID? Thanks a lot.