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.

Trouble Setting Breakpoint with the Action "Remain Halted" at 0x8a58c

Hi all,

I am using F28377 delfino. I have included both cpu1.cmd and non-BIOS.cmd in my project and mapped according to need. 

Project built successfully without any error.

but when i am trying to put breakpoint the following error comes:

Trouble Setting Breakpoint with the Action "Remain Halted" at 0x8a58c: (Error -1066 @ 0x8A58C) Unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 5.1.450.0) 

Retry with AET breakpoint? what is that?

How can i put breakpoint and overcome from this error???

  • Hello,
    It looks like CCS is trying to set a SW breakpoint in flash. This will happen if you did not properly set the debugger memory map or if you are explicitly trying to set a SW breakpoint there (or both). Does this apply to you?

    Thanks
    ki