RTC in with calendar
Hi
I am working on an STM32wl project where I need to use a real time clock, I use the Utilities that I have found in one of the examples that ST provides, it is the Sequencer, Timer server and System time.
I can not see if there is a smart way to save and read the current time.
I can see that the Timer server uses the RTC in free running mode and therefore can not set the current time.
If I set System time, and reset the stm after some time, it starts with the time I have set earlier, and not the updated time.
anyone who can point me in the right direction ??