2008-04-11 01:21 AM
how RTC increment date & hour?
2011-05-17 03:29 AM
First, sorry for my bad english.
I have the same problem than jeyakumar.r: i must implement a clock-calendar with STM32 RTC, which is the way to do it? thank you, gracias2011-05-17 03:29 AM
The RTC is just a 32-bit counter, which is incremented every second. The rest of the job of converting in real units (hours, months, years) have to be done in software.
There could be found some examples for date calculation in the Internet. For example Regards, Ivan2011-05-17 03:29 AM
ok, this works!
thank you, regards