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.

TMS320F28P650DK: MCAN中断发送如何实现

Part Number: TMS320F28P650DK

根据MCAN的样例mcan_ex9_transmit完成配置后可以正常单次发送;去掉CAN分析仪后再进行CAN消息发送会导致芯片死掉;

找到的原因为:样例中消息发送为单次阻塞式发送,需要改成中断发送,有没有中断发送相关的样例进行参考