External Interrupt via GPIO cannot be triggered after waking up from STOP mode
Posted on January 17, 2018 at 14:44I have a problem with a project based on an STM32L051. I want to use the stop mode and wake up on an external (GPIO based) IRQ. This all works great but after the MCU woke up, no other IRQs seem to work. I have a v...