Tool/software: Code Composer Studio
Greetings,
I am debugging a device which is locked. I can attach to it, unlock it, and see the Flash and RAM. But when I try to set a breakpoint, CCS says, with the Console Output below, that it can’t do it. But it appears to do it anyhow because the icon on the line where I tried to set it is there and not greyed out. However, when the code executes and goes through that routine, the breakpoint does not trigger. I know that the breakpoint should have been hit because it is on the very first assembly instruction in that routine, and after putting some debug code in the routine, I can see that it was run. Is there something else I need to do to make the breakpoints work after unlocking?
Console Output
C28xx_CPU1: Trouble Setting Breakpoint with the Action "Remain Halted" at 0x84381: (Error -1066 @ 0x84381) Unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 8.2.0.00004)
C28xx_CPU1: Breakpoint Manager: Retrying with a AET breakpoint
Thank you,
Ed