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.

Debug出现问题,请问如何解决?!

Other Parts Discussed in Thread: AM1802

Debug出现如下提示,按照Readme处理后,没有效果,请问如何处理?

 A firmware update is recommended for the XDS2xx debug probe. For XDS200 probes, update the firmware using the xds2xx_conf utility found in the .../ccs_base/common/uscif/xds2xx directory of the CCS installation. View the ReadMe.txt file there for instructions. For other XDS2xx variants, follow the manufacturer's instructions for updating the firmware. (Emulation package 6.0.83.1)

  • Wan,

    看起来是仿真器的问题。你是否有咨询过仿真器的厂商?

  • 你用的是什么板卡,用的什么仿真器,做得什么操作?

    请详细说明。

  • 谢谢回复,使用的是k2evm-hk开发板,是板载xds200调试器,按照提示,应该是需要升级调试器。在终端操作如下:

    D:\ti\ccsv6\ccs_base\emulation\specdig\xds2xx>xds2xx_conf.exe get xds2xxu 0
    boardRev=0
    ipAddress=0.0.0.0
    ipConfig=dhcp
    ipGateway=255.255.255.255
    ipNetmask=255.255.255.255
    productClass=XDS2XX
    productName=XDS200
    serialNum=00:0E:99:03:99:B1
    swRev=1.0.0.2
    hostCPU=AM1802
    emuCtrlType=Bit bang
    extMemType=SDRAM
    portUSB=true
    portENET=false
    portWIFI=false
    portRS232=false
    EnableUSBSerial=false
    CurrentMeasure=false

    执行升级程序,始终错误:

    D:\ti\ccsv6\ccs_base\emulation\specdig\xds2xx>xds2xx_conf update xds2xxu 0 sd_xds200_firmware_v1004.bin

    设备断电,再上电,显示软件版本未变化:

    D:\ti\ccsv6\ccs_base\emulation\specdig\xds2xx>xds2xx_conf.exe get xds2xxu 0
    boardRev=0
    ipAddress=0.0.0.0
    ipConfig=dhcp
    ipGateway=255.255.255.255
    ipNetmask=255.255.255.255
    productClass=XDS2XX
    productName=XDS200
    serialNum=00:0E:99:03:99:B1
    swRev=1.0.0.2
    hostCPU=AM1802
    emuCtrlType=Bit bang
    extMemType=SDRAM
    portUSB=true
    portENET=false
    portWIFI=false
    portRS232=false
    EnableUSBSerial=false
    CurrentMeasure=falseD:\ti\ccsv6\ccs_base\emulation\specdig\xds2xx>xds2xx_conf.exe get xds2xxu 0
    boardRev=0
    ipAddress=0.0.0.0
    ipConfig=dhcp
    ipGateway=255.255.255.255
    ipNetmask=255.255.255.255
    productClass=XDS2XX
    productName=XDS200
    serialNum=00:0E:99:03:99:B1
    swRev=1.0.0.2
    hostCPU=AM1802
    emuCtrlType=Bit bang
    extMemType=SDRAM
    portUSB=true
    portENET=false
    portWIFI=false
    portRS232=false
    EnableUSBSerial=false
    CurrentMeasure=false

    请问,这种情况如何处理?

  • 如果仿真器能够正常使用,那就不用升级,现在能够正常调试吗

  • 仿真器没什么问题,就是每次debug的时候都需要把这个错误忽视掉,麻烦,不点击还不能进入仿真。

  • 请问你的问题解决了没有,我也出现同样的情况,

    这个应该和当初 安装ccs时有关系