So far I have integrated the GPS receiver into my project pretty well and have extended the basic GPS module to include configuration commands and a few other features.
The STM32F407 has a highly capable, built-in RTC which I would like to make use of within the Espruino JavaScript environment.
For the inquisitive, the ST manual on how to use the RTC can be found here.
From what I can see I have the following options to synchronise the STM32F4 RTC:
The RTC calendar can be synchronized to a more precise, remote clock using the RTC shift feature (see page 19 of the ST RTC manual for more details).
Use the "zero on write" method as described in the "Clock Synchronisation Methods" link below.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Goal:
I want to accurately update the STM32F4 RTC:
Some background:
I am using the following hardware
which pretty much looks like this:
So far I have integrated the GPS receiver into my project pretty well and have extended the basic GPS module to include configuration commands and a few other features.
The STM32F407 has a highly capable, built-in RTC which I would like to make use of within the Espruino JavaScript environment.
For the inquisitive, the ST manual on how to use the RTC can be found here.
From what I can see I have the following options to synchronise the STM32F4 RTC:
Questions:
References:
Here are a few interesting links that have edified me somewhat: