Best method for returning to STOP Mode after Interrupt (STM32L0)
Hello,So I have a project which uses STOP mode with RTC+EINT pins for wakeup. However I have a situation where I want one of the interrupts to not wake up the device- just set a flag and return to STOP mode. I know there is HAL_PWR_EnableSleepOnExit(...