Question
STM32G0: Changes DBGMCU behaviour
Hello,
STM32G0 DBGMCU->CR does not have a DBGMCU_CR DBG_SLEEP bit. Does that mean that Debug is possible even when the CPU is sleeping?
Otherwise the write behaviour changed also: Write is only possible during reset. I.m.h. opinion, this defeats a hot debugger plug to a device mostly in Stop/Standby. Before, hammering halt commands until some halt command catched the device when awake, allowed to set DBGMCU->CR. The normal debug could continue.
Now write only under Reset erases program state.
What a pity.
