2013-05-20 01:56 AM
Please do this after every read of the date register ( get_date() function )
(void) RTC->DR;this will unfreeze the date register so that it get updates on every read #rtc-date2015-11-18 02:39 AM
Thanks David!
I just caught the RTC on an STM32F207 freezing on yesterday's date. It happened once in about 3 weeks, running overnight every day. Hopefully your comment will fix this - its difficult to test though... Best regards, Howerd