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.

LAUNCHXL-F280025C: 烧写TI官方例程有关CAN程序的例程的问题

Part Number: LAUNCHXL-F280025C
Other Parts Discussed in Thread: C2000WARE

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卡具体是怎样的?是如何连线的?

  • 1、四个例程均下载过;2、使用的是官方的LAUNCHXL-F280025C开发板;3、can卡为周立功USBCAN,连接J14上的CANH和CANL,其中S4开关向下。

  • 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