Resolved! How to wake MCU from sleep by USART event
I'm learning STM32 by a NUCLEO-L053R8 board. I want to put device to sleep (not LP Sleep, Stop or Standby) and wake it by either an interrupt or an event.int main() { // Clock and peripherals init // UART init (baud rate, GPIO, etc. are...