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.

TMS320F280049: DCAN如何配置远程帧的接收

Part Number: TMS320F280049


如下配置:

 CAN_setupMessageObject(CANA_BASE, 26, 0x701, CAN_MSG_FRAME_STD, CAN_MSG_OBJ_TYPE_RXTX_REMOTE, 0, 0, 8);

然后在CAN_getNewDataFlags(CANA_BASE)中轮询26号邮箱的接收位,但是好像收不到我主机发的ID为0x701的远程帧?