cancel
Showing results for 
Search instead for 
Did you mean: 

RTC issue in stm32f103vc

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

1 REPLY 1
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..