cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 stop mode and UART interrupt

hariprasad
Associate III
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
1 REPLY 1
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