2025-05-29 8:18 PM
I need some example code for how to wake from stop using UART on the STM32L051.
2025-05-30 8:42 AM
Hello @SEmbr.1,
You can refer to this example from the STM32CubeL0 using LPUART to wake up the MCU from stop mode when a given stimulus is received: Github/STMicroelectronics/STM32CubeL0/Examples/UART/LPUART_WakeUpFromStop.
Hope that helps!
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.