ArduinoCore-stm32l0 icon indicating copy to clipboard operation
ArduinoCore-stm32l0 copied to clipboard

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

Open arbabhaider649 opened this issue 2 years ago • 0 comments

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?

arbabhaider649 avatar Sep 30 '21 09:09 arbabhaider649