Hello,
I'm new to ARM Development Studio.
I'm working with U-boot and trying to set a breakpoint that survives a reset.
However, it seems that my breakpoints are never triggered after reset. I'm assuming my hardware breakpoints are being cleared by the reset?
I know my breakpoint is valid because the debugger will break on it if I type in the hbreak command immediately after reset by first performing a pause, so I can type it in the command window.
Thank you for the help.
The hardware breakpoing only keep in warm reset. If cold reset the breakpoint register will be reset.