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.

TMS320F28069: 仿真器XDS110的问题

Part Number: TMS320F28069
Other Parts Discussed in Thread: UNIFLASH

无法使用仿真器XDS110进行在线仿真,CCS出现如下错误提示:

Error connecting to the target:
(Error -1015 @ 0x0)
Device is not responding to the request. Device may be locked, or the debug probe connection may be unreliable. Unlock the device if possible (e.g. use wait in reset mode, and power-cycle the board). If error persists, confirm configuration and/or try more reliable JTAG settings (e.g. lower TCLK).
(Emulation package 9.6.0.00172)

尝试100次可能有几次能成功仿真。

出现此问题之前一直都是正常仿真的,后来用了一下UniFlash,其要求升级仿真器固件到 3.0.0.20,当时没有升级,但之后CCS就无法正常仿真了

后来通过UniFlash在线将仿真器升级到  3.0.0.20,升级前的版本 3.0.0.19,UniFlash可以正常将out文件写入FLASH,但CCS时钟无法正常仿真

请问如何解决

  • 另外CCS中Target Configuration中可以正常进行Test Connection:

    This utility has selected a 100- or 510-class product.
    This utility will load the adapter 'jioxds110.dll'.
    The library build date was 'Dec 8 2021'.
    The library build time was '11:16:32'.
    The library package version is '9.6.0.00172'.
    The library component version is '35.35.0.0'.
    The controller does not use a programmable FPGA.
    The controller has a version number of '5' (0x00000005).
    The controller has an insertion length of '0' (0x00000000).
    This utility will attempt to reset the controller.
    This utility has successfully reset the controller.

    -----[Print the reset-command hardware log-file]-----------------------------

    The scan-path will be reset by toggling the JTAG TRST signal.
    The controller is the XDS110 with USB interface.
    The link from controller to target is direct (without cable).
    The software is configured for XDS110 features.
    The controller cannot monitor the value on the EMU[0] pin.
    The controller cannot monitor the value on the EMU[1] pin.
    The controller cannot control the timing on output pins.
    The controller cannot control the timing on input pins.
    The scan-path link-delay has been set to exactly '0' (0x0000).

    -----[Perform the Integrity scan-test on the JTAG IR]------------------------

    This test will use blocks of 64 32-bit words.
    This test will be applied just once.

    Do a test using 0xFFFFFFFF.
    Scan tests: 1, skipped: 0, failed: 0
    Do a test using 0x00000000.
    Scan tests: 2, skipped: 0, failed: 0
    Do a test using 0xFE03E0E2.
    Scan tests: 3, skipped: 0, failed: 0
    Do a test using 0x01FC1F1D.
    Scan tests: 4, skipped: 0, failed: 0
    Do a test using 0x5533CCAA.
    Scan tests: 5, skipped: 0, failed: 0
    Do a test using 0xAACC3355.
    Scan tests: 6, skipped: 0, failed: 0
    All of the values were scanned correctly.

    The JTAG IR Integrity scan-test has succeeded.

    -----[Perform the Integrity scan-test on the JTAG DR]------------------------

    This test will use blocks of 64 32-bit words.
    This test will be applied just once.

    Do a test using 0xFFFFFFFF.
    Scan tests: 1, skipped: 0, failed: 0
    Do a test using 0x00000000.
    Scan tests: 2, skipped: 0, failed: 0
    Do a test using 0xFE03E0E2.
    Scan tests: 3, skipped: 0, failed: 0
    Do a test using 0x01FC1F1D.
    Scan tests: 4, skipped: 0, failed: 0
    Do a test using 0x5533CCAA.
    Scan tests: 5, skipped: 0, failed: 0
    Do a test using 0xAACC3355.
    Scan tests: 6, skipped: 0, failed: 0
    All of the values were scanned correctly.

    The JTAG DR Integrity scan-test has succeeded.

    [End: Texas Instruments XDS110 USB Debug Probe]

  • 能正常仿真的情况下能否正常烧写flash?如果flash烧写也没问题,那应该可以排除芯片被锁。

    这样的话只能从软件方面考虑,不知道你有没有更换其他版本CCS或者其他的电脑进行过测试?

  • 谢谢回复。

    用其他的仿真器可以正常仿真同一块电路板。

    那块有问题的XDS110,可以用UniFlash烧写程序到Flash中,在CCS中可以成功Test Connect,就不是不能debug

  • 这么判断的话似乎芯片、仿真器都没问题,因为交叉检测都能使用。

    你的CCS版本是什么?有没有试过更换其他版本的CCS试一下?

  • 尝试安装了CCS10.1.1,并将xds110固件回退到3.0.0.13

    现在可以使用了。

  • 好的,感谢反馈!