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.

CCS/TMDSEMU200-U: Connect ARM926 via XDS200 in CCS

Part Number: TMDSEMU200-U

Tool/software: Code Composer Studio

Hi,

I have a XDS200 and I am trying to connect a third party ARM926EJ-S.

Here is my target configuration:

However, when I connect it in debug mode, CCS shows an error message:

Error connecting to the target: (Error -2062 @ 0x34BC) Unable to halt device. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 6.0.628.3) 

Test connection has succeeded. Can anyone help with it?

Thanks.

  • Nathan,

    When you say a third party ARM926 do you mean a non-TI device?

    In general there are other items related to the debug IP on the device that need to be added to the configuration. These are often specific to the device manufacturer. For TI devices we typically provide device files that make this easy. Non-TI devices are not supported by Code Composer Studio.

    Regards,
    John
  • Hi John,

    Yes, it's a non-TI device.
    Is it possible to let XDS200 be used in NORMAL eclipse IDE?

    BR,
    Nathan

  • Nathan,

    Yes the XDS200 can be used with GDB and integrated into CDT/Eclipse. However this doesn't get you any further. The software stack for the XDS200 is still plugging into GDB. You would have to figure out how to configure it for this non-TI device. Which is not supported.

    In summary use of XDS debug probes with non-TI devices is not supported.

    Regards,
    John