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.

TMS570LS1224 Can通讯 修改Massagebox中的ID导致数据无法发送



massagebox 使用默认ID的时候,数据可以正常发送:

如果修改默认id的话数据就发送不出去:

 请问这里发送的Can message 的ID如何有效的修改

 我此时的主函数的初始化:

canInit();

canEnableloopback(canREG3,External_Lbk);

vimInit();
_enable_interrupt_();

初始化设置1-8号message box发送,33-40号message box接收(中断)。