Question
STM32F446 wake up from stop mode
Posted on June 05, 2018 at 18:27
Hello,
I'm currently testing low-power modes on my MCU and I need to know if it's possible to wake up from stop mode via peripheral interrupts (timer, I2C, USART, ADC and so on)? Reference manual says that all the PLLs, HSI and HSE oscillators are disabled in stop mode and so I'm assuming that the mentioned peripherals won't run during stop mode. Is this correct?
#stop-mode-wake-source