Resolved! STM32L0's UART1 not triggering interruption after waking up from stop1 mode
I'm using a STM32L051C8T6 in a custom board. The software function is to enter stop mode to reduce the current consumption and only wake the MCU up with GPIO EXTI, RTC wakeup timer and UART wake up. The device is entering the low power mode and exiti...