Is safe to deinit RTC and reinit RTC for the RTC alarm wakeup?
I am trying to use RTC to wake up my stop mode every 30 second. I have two questions:so every time when RTC wakes up, I use below code to HAL_RTC_DeInit(&hrtc);:MX_RTC_Init( true ); to reinit RTC, and I don't use the interrupt handler.It appears work...