GrumpyOldPizza / ArduinoCore-stm32l0

Arduino Core for STM32L0
125 stars 67 forks source link

How to wake-up the system using after calling STM32L0.stop(0); #194

Open arbabhaider649 opened 2 years ago

arbabhaider649 commented 2 years ago

I have set GPIO pins PA2 and PA3 as input pull-up. I have attached interrupt on these pins at FALLING edge. But these pins are not waking up the STM32L072. How can I wake-up the STM32L0 using these pins?