2013-10-26 03:41 AM
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-uart2013-10-31 03:43 AM
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 Accept as Solution on the reply which solved your issue or answered your question.