Question
Unable to debug in STOP mode - Break at address "0xa05f0000" with no debug information available
Hello,
I'm trying to debug my NUCLEO STM32H7A3 in STOP mode and run into this problem:
When I set a breakpoint after the STOP mode, the breakpoint is hit correctly and everything works as expected, even step in or step out, but when I click on RESUME button, debugger immediately reports:
Program received signal SIGTRAP, Trace/breakpoint trap.
0xa05f0000 in ?? ()
Does anybody has any idea why is this happening?
Thanks,
Petr
