Question
STM32WB15cc - Wake up periodically with RTC and check for event (battery charged), disable rtc if event has happened
I am trying to use as little power as possible, I want my board to wake up every 30 seconds or so, check if battery has been sufficiently charged, if not, go back to sleep, if it has then turn off rtc and do a function. Is it possible to disable rtc whilst running?