"The WakeUp timer interrupt doesn't run after the MCU wakes up from standby mode."
Hi,Does anyone know if it's normal for the RTC_IRQHandler not to trigger when the MCU wakes up from standby mode using the wake-up timer? I tried setting a breakpoint in the RTC_IRQHandler, but the problem is that it doesn't hit the breakpoint when t...