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.

TMS320F28377S: USBCAN与板卡无法通信

Part Number: TMS320F28377S

现阶段出现了这样的现象:

1、将28377S的 can_ex4_simple_transmit与USBCAN进行连接跑程序,无法跑通。

2、将28377S的 can_ex5_simple_receivet与USBCAN进行连接跑程序,无法跑通。

3、发送是卡在 while(((HWREGH(CANA_BASE + CAN_O_ES) & CAN_ES_TXOK)) !=  CAN_ES_TXOK)

4、接收是卡在if(((HWREGH(CANA_BASE + CAN_O_ES) & CAN_ES_RXOK)) == CAN_ES_RXOK)

麻烦请问是什么原因导致的,2种情况下我采用USBCAN均可实现自发自收。个人认为USBCAN是通的。请予以指教是什么问题,麻烦最好是可以帮助解决一下!