WAKEUP from STANDBY mode and EXTI/NVIC IRQs
Hi all,I'm learning about low power modes , and I'm testing the RTC wakeup timer function.Datasheet talks about to set the IRQs for WakeUp timer on EXTI(IRQ 19) and NVIC(IRQ 3), but I tested in my code, with and without set these IRQs and the wakeup ...