2017-06-27 10:46 AM
i am using STM 32F103VCT6 and i am not able to set the date using an internal RTC. help me any one
2017-06-27 10:01 PM
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.