Skip to main content
Visitor II
May 30, 2025
Question

How to wake from stop mode using UART on the STM32L051?

  • May 30, 2025
  • 1 reply
  • 243 views

I need some example code for how to wake from stop using UART on the STM32L051.  

    This topic has been closed for replies.

    1 reply

    ST Employee
    May 30, 2025

    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!