2018-06-13 03:32 AM
Hello
Please could someone give me a code for STM32L4 to get out off standby mode using WAKEUP Pin 1
2018-06-13 05:35 AM
Hi
nrao
,I recommend you o start from examples under the STM32L4 cube firmware :
\Projects\NUCLEO-L476RG\Examples\PWR\PWR_STANDBYThis example shows how to enter Standby mode and wake up from this mode using an interrupt from a wake-up pin.
-Nesrine-