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.
Hi Experts,
I am trying to execute the bkpt instruction in Cortex R processor and it goes to halt mode.
Now I would like to retain back the execution without using external Debugger connection. Is there anyway to handle Breakpoint as an exception handler ?
If the CPU is in halt debug mode, then it would not execute normal instruction stream, but is controlled by external debugger via ITR debug register.
If there is no external debugger, why using halting debug mode, would it better to use Monitor debug-mode?
In Monitor debug-mode, halt instruction will trigger an debug exception, your code can use debug registers to get information.