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.
TI工程师,你好!我烧写了路径为D:\ti\c2000\C2000Ware_MotorControl_SDK_3_01_00_00\c2000ware\driverlib\f28002x\examples\can中的例程,改为外部回环收发,如下图使用CAN卡以及测试CANTX,CANRX均未获得CAN信号,求解释,谢谢。
使用CAN卡以及测试CANTX,CANRX均未获得CAN信号
能否请您详细说一下?您使用的是其中的哪个例程?硬件方面使用的是官方开发板?请给出型号,谢谢
另外您的CAN卡具体是怎样的?是如何连线的?
can_ex2_loopback_interrupts 该例程就是使用的 外部回环
This example sets up the CAN controller in External Loopback test mode.
//! Data transmitted is visible on the CANTXA pin and is received internally
//! back to the CAN Core. Please refer to details of the External Loopback
//! Test Mode in the CAN Chapter in the Technical Reference Manual.
//!
//! \b External \b Connections \n
//! - None.
该例程是无需外部连接的,您可以测试一下
若是您想使用USBCAN传输的话,建议您参考 280049的 CAN例程 can_ex3_external_transmit
C:\ti\c2000\C2000Ware_3_04_00_00\driverlib\f28004x\examples\can