stm32l1 wakeup on uart start bit
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-10-26 3:41 AM
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
Labels:
- Labels:
-
UART-USART
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-10-31 3:43 AM
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 Accept as Solution on the reply which solved your issue or answered your question.
