Skip to main content
andrew_trowbridge
Associate
October 26, 2013
Question

stm32l1 wakeup on uart start bit

  • October 26, 2013
  • 1 reply
  • 577 views
Posted on October 26, 2013 at 12:41

Hi

I'm wondering if there is any possibility to wake up the stm32L1 from stop mode when a start bit is detected?

with the stm32F1 there is a way of doing it: 

USART_StopModeWakeUpSourceConfig(USART1, USART_WakeUpSource_StartBit);

But there is no USART_WakeUpSource_StartBit bit within the STM32L1

#stm32-discovery #usart-uart
This topic has been closed for replies.

1 reply

Amel NASRI
ST Technical Moderator
October 31, 2013
Posted on October 31, 2013 at 11:43

Hi Stephen,

There is no such feature in STM32L1 compared to STM32F1.

If you enter stop mode using WFI, you can configure an interrupt that wakes-up the MCU from this mode.

-Mayla-

To give better visibility on the answered topics, please click on "Best Answer" on the reply which solved your issue or answered your question.