STM32 stop mode and UART interrupt
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-11-17 11:18 PM
Posted on November 18, 2015 at 08:18
Hi
1. Can a UART receive interrupt wake the STM32 MCU from Stop mode (RX line start bit) ? 2. Only a External Interrupt can wake the STM32 MCU from low power modes ? Regards #!stm32f4-disco #low-power-stop-mode
Labels:
- Labels:
-
Power
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
2015-11-18 1:14 AM
Posted on November 18, 2015 at 10:14
> 1. Can a UART receive interrupt wake the STM32 MCU from Stop mode (RX line start bit) ?
1.2V-domain clocks are stopped in Stop mode, thus UART won't receive, thus no UART Rx interrupt occurs. OTOH, some STM32 models do have LPUART which may run during Stop mode. You did not mention the model/family you are using. > 2. Only a External Interrupt can wake the STM32 MCU from low power modes ? There are 3 low power modes, all of them have different options for wakeup. Read the fine manual's PWR section, Low-power modes sub-section. JW