cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F4 RTC DATE Register

deepak2399
Associate
Posted on May 20, 2013 at 10:56

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-date
1 REPLY 1
hoakford
Associate
Posted on November 18, 2015 at 11:39

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