cancel
Showing results for 
Search instead for 
Did you mean: 

HI I'm using stm32f303cbt6, I'm facing issue with RTC . RTC module configured with 24hpurs format Suddenly rtc time (hours) changes to 38hour or 26hours. presently using Hal driver API's with atollic.

AMudi
Associate
 
2 REPLIES 2

> Suddenly rtc time (hours) changes to 38hour or 26hours.

Surely it's not that sudden, there must be some write to the RTC so that hours change by that much.

JW

Watch for BINARY vs BCD representation of values in the RTC, ie where 0x23 -> 35

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..