RTC issue in stm32f103vc
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-06-27 10:46 AM
Posted on June 27, 2017 at 19:46
i am using STM 32F103VCT6 and i am not able to set the date using an internal RTC. help me any one
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-06-27 10:01 PM
Posted on June 28, 2017 at 07:01
The F1 uses a 32-bit second counter, you'd have to implement a UNIX style time() type function and calendaring. You don't have to use the UNIX epoch, you could pick something else, but there is likely more code that interfaces with a read/write 32-bit value.
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..
