Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
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.