Hard fault on waking from stop mode while debugging on U073
I've been getting some weird hard faults on an STM32U073RCT, which I've tracked down to the following conditions- In stop mode, waiting on an interrupt.- Debugging, with debug in stop mode enabled.- Interrupts are disabled.- An RTC interrupt occurs.W...