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.

Compiler/CC1310: CCS7 Update to emulation package breaks debugger

Part Number: CC1310
Other Parts Discussed in Thread: CC1350

Tool/software: TI C/C++ Compiler

After installing updates to CCS7 I cannot debug programs any more.

I noticed that emulation package got updated to version 6.0.6281.1 and it updated may XDS110- probe .

I have two probes  XDS110 and XDS100v3.

I after projects download  to my boards they fail on LDR r0, c_stack line

 with Console message:

Cortex_M3_0: Trouble Setting Breakpoint with the Action "Process CIO" at 0x9566: (Error -1066 @ 0x9566) Unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 6.0.628.1)

Ho to revert back to older emulation package that was working or fix this new problem ?

 Update I have installed was CC13xx/C26xx Device Support Version 3.0.1.00.

  • Hi,

    Unfortunately I can't reproduce this issue in my setup. Updating the emupack did not change the behaviour or ability to connect to my CC1350. I am using the simple_peripheral_cc1350lp_app project.

    Perhaps this is something that is tied to your project? If you can send the project or perhaps the .out file I could try to reproduce this here.

    Sometimes it is not uncommon to have firmware block the JTAG access, which is solved by issuing a "mass erase".

    Reference:
    e2e.ti.com/.../581379

    Hope this helps,
    Rafael
  • I downloaded full install of ccs_setup_7.1.0.00016 and Installed it on top of broken update . Problem with debugging was fixed this way.

    Thank you.