cancel
Showing results for 
Search instead for 
Did you mean: 

Example code to wakeup from standby mode

Nidhi Rao
Associate II
Posted on June 13, 2018 at 12:32

Hello 

Please could someone give me a code for STM32L4 to get out off standby mode using WAKEUP Pin 1

1 REPLY 1
Nesrine M_O
Lead II
Posted on June 13, 2018 at 14:35

Hi

nrao

,

I recommend you o start from examples under the STM32L4 cube firmware :

http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-mcu-packages/stm32cubel4.html

\Projects\NUCLEO-L476RG\Examples\PWR\PWR_STANDBY

This example shows how to enter Standby mode and wake up from this mode using an interrupt from a wake-up pin.

-Nesrine-