Resolved! Need help getting EXTI0 Wakeup interrupt (on STM32F042)
Posted on May 31, 2018 at 19:43I'm using CubeMX and don't see a way to enable the EXTI0 IRQ. I'm assuming I need to have that interrupt enabled in order to use the PA0 pin as a wakeup pin.I've set that pin to SYS_WKUP1 in the pin configuration. Wh...