Question
stm32l1 wakeup on uart start bit
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