This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我是用F280049C開版發粄,想要接收到不同CAN_ID。
// Receive Interrupt CAN Module: A
// Message Object ID Number: 1
// Message Identifier: 0x95555555
// Message Frame: Extended
// Message Type: Receive
// Message ID Mask: 0x0
// Message Object Flags: Receive Interrupt
// Message Data Length: 4 Bytes
CAN_setupMessageObject(CANA_BASE, RX_MSG_OBJ_ID, 0x101,
CAN_MSG_FRAME_EXT, CAN_MSG_OBJ_TYPE_RX, 0,
CAN_MSG_OBJ_RX_INT_ENABLE, MSG_DATA_LENGTH);
可是目前我設定的Receive CAN都只能收到一種ID,有方法可以同時收到不同的CAN_ID嗎?