Part Number: F29H850TU
I have a breakpoint set in code that is copied from flash to RAM. CCS uses a SW breakpoint since the code is in RAM - but the SW breakpoint opcode is overwritten whenever the device is reset.
I've been toggling the breakpoint off/on before I run from main (i.e. reset --> restart --> manually toggle breakpoint off and back on --> run) The copy from flash is done before this point.
Is there a way to force the use of a HW breakpoint in this case? Or a way to automatically toggle any set breakpoint off and back on after a restart?
