RTC of STM32F1 wakes up from STOP after 1 sec
Posted on October 08, 2013 at 18:29 Hi all, I use RTC_IT_ALR of STM32F102 to wake up from stop mode. In my IRQ Handler, I do this : RTC_SetAlarm(RTC_GetCounter()+ 10); and in main : while(1){ PWR_EnterSTOPMode(PWR_Regu...