STM32G070: How to wakeup from STOP1 using RTC? Any example? Does anybody can help me, please?
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...