Hi all,I'm trying to periodically wakeup from STOP1 using RTC, but it is not working... SystemClock_Decrease();
__HAL_PWR_CLEAR_FLAG(PWR_FLAG_WUF);
/* De-init LED4 */
BSP_LED_DeInit(LED4);
HAL_RTCEx_SetWakeUpTimer_IT(&hrtc, 5...
Piranha, unfortunately your suggestion just say how to enter in stop mode....this is working to me. The problem is the G070 can't wakeup using RTC....do you have any idea on how to fix this?
Hi Imen,Thanks for your promptly reply. I don't know if you **** a read in my code (the attached one), but this was made using the link you sent...This is the reason I asked for support...it never wakes up through RTC, just using the button on NUCLEO...