2012-03-28 10:42 PM
Hi all,
I wanted to know is there any software workaround to compensate for negative ppm values.I am using STM32F100V8 controller. According to the rtc digital calibration manual(attached) you can only subtract the cycles(make clock slower). I just need to know how to speed up the rtc clock. Any code snippets explaining this concept would help me a lot.Please help me.2012-03-30 06:34 AM
many have tried, none have succeeded using a RC clock for the RTC. Not using a crystal produces a URTC
Erik2012-04-03 05:32 AM
> I just need to know how to speed up the rtc clock.
I suppose, you generate 1 second pulses/interrupts by RTC. So load a lower value into the RTC prescaler register.2012-04-04 05:18 AM
Is this the only way to speed up the rtc clock?
2012-04-05 12:06 AM
By the software - yes.