Hi
I play with watchdog.
After a watchdog reset the debugger does no longer stop on a breakpoint or generate a hardfault on a __BKPT()
How can I config the Chip to handle breakpoints correct after watchdog reset?
Hi
I play with watchdog.
After a watchdog reset the debugger does no longer stop on a breakpoint or generate a hardfault on a __BKPT()
How can I config the Chip to handle breakpoints correct after watchdog reset?
Hi Håkon
So I see there is now way to handle breakpoints after a reset.
Today I test the reset button and it is the same behavior.
No halt on breakpoint and hardfault on __BKPT()
I print out DCB->DHCSR at startup.
with working debugger the value is #######1.
After reset (pin or dog) the value is #######0.
And only a debugger can modify this bit.
Thanks for support