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-F2800137: 官方给的例程无法烧录,XDS110无法连接Error initializing emulator: (Error -260 @ 0x0)

Part Number: LAUNCHXL-F2800137

Error initializing emulator:
(Error -260 @ 0x0)
An attempt to connect to the XDS110 failed.
The cause may be one or more of: no XDS110 is connected, invalid
firmware update, invalid XDS110 serial number, or faulty USB
cable. The firmware and serial number may be updated using the
xdsdfu utility found in the .../ccs_base/common/uscif/xds110
directory of your installation. View the XDS110SupportReadMe.pdf
file there for instructions.
(Emulation package 9.11.0.00128)

请问该如何解决?

  • 原因就是截图里面的内容,里面提到的固件升级的方法见下方链接Updating the Firmware部分。

    XDS110 Debug Probe

  • 我的CCS安装在D盘,对此会有影响么

  • 固件名称是firmware_3.0.0.25.bin是么?

  • 按照这些步骤第一步输出:

    USB Device Firmware Upgrade Utility
    Copyright (c) 2008-2019 Texas Instruments Incorporated. All rights reserved.

    Scanning USB buses for supported XDS110 devices...


    <<<< Device 0 >>>>

    VID: 0x0451 PID: 0xbef3
    Device Name: <<Unknown>>
    Manufacturer: <<Unknown>>
    Serial Num: <<Unknown>>
    Mode: Runtime
    Configuration: Standard

    Found 1 device.

    第二步输出:

    USB Device Firmware Upgrade Utility
    Copyright (c) 2008-2019 Texas Instruments Incorporated. All rights reserved.

    Scanning USB buses for supported XDS110 devices...


    <<<< Device 0 >>>>

    VID: 0x0451 PID: 0xbef3
    Device Name: <<Unknown>>
    Manufacturer: <<Unknown>>
    Serial Num: <<Unknown>>
    Mode: Runtime
    Configuration: Standard

    Switching device into DFU mode.

    第三步输出:

    USB Device Firmware Upgrade Utility
    Copyright (c) 2008-2019 Texas Instruments Incorporated. All rights reserved.

    Scanning USB buses for supported XDS110 devices...

    Device is in runtime mode. Switch to DFU mode using '-m' before
    attempting any other operation

    之后重新烧录问题还是没解决

  • 你的第三步输出提示你了,设备处于运行时模式。在之前使用“-m”切换到DFU模式尝试任何其他操作。

    你的第三步没有进入DFU模式