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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-16 12:15 AM
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-16 3:35 AM
> 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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-16 8:16 AM
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..
Up vote any posts that you find helpful, it shows what's working..
