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/TMS320F28075: IcePick_C_0: Error connecting to the target: (Error -215 @ 0x0)

Part Number: TMS320F28075
Other Parts Discussed in Thread: CODECOMPOSER

Tool/software: Code Composer Studio

Trying to connect the target (my board is based on TMS320F28075) but getting:

IcePick_C_0: Error connecting to the target: (Error -215 @ 0x0) ...

Same error appears if I disconnect the usb debugger from my PC.

The debugger is: Texas Instrument XDS100v2 USB Debug Probe_0/C28xx_CPU1

2 questions:

1) Why the error talks about IcePick? Doesn't it another debugger type? In my ccxml file I specified the debugger type as: Texas Instrument XDS100v2 USB Debug Probe_0/C28xx_CPU1.

2) May it be the target HW defined wrong somewhere besides the ccxml file? Where it could be?

Please advise.

Alex.

  • Found the solution!
    The issue caused because of several instances of CodeComposer (different versions) were open on my PC.
    None of them was in debug mode, but anyway probably it caused troubles.
    After I closed all of them, I succeed to connect the target.

    Alex.