How to disable stop mode wakeup sources?
Hi,
Is there any way to prevent some interrupt sources waking up when in stop mode except the one I want? I may not know what interrupts are enabled/disabled when entering stop mode (obviously I could check the registers).
I want to delay in stop mode using the RTC wakeup timer but don't want other interrupt sources (eg EXTI) waking up during this delay otherwise it may cut my delay short!
Can this be done using interrupt priorites or are they not considered for wakeup?
Using STM32L051
Any ideas?
