Tool/software: Code Composer Studio
I am debugging code on a RM48 processor communicating with a TPS65381A power supply. I need to be able to power cycle the board to place the TPS back into RESET mode which means the power is also cycled to the RM48. I am connected to the system using an XDS200 interface and am using Code Composer 7.1.0.00016. I have placed several breakpoints into the system prior to power cycling that work as expected. Once the power is cycled the system comes back up but no longer stops at the breakpoints. The communications to the target can be restored after power outage using the RUN -> CONNECT TARGET after which the breakpoints resume there normal operations after a target reset. I read in other posts that power loss can interfere with breakpoints.
Is there a way to create a breakpoint that "sticks" during a target power loss? I suspect the issue is that after a power up the debugger is not "engaged" with the CPU so the breakpoints are ignored until I manually restore communications.