oresat / oresat-firmware

OreSat firmware based on ChibiOS for M0 and M4 microcontrollers
GNU General Public License v3.0
36 stars 13 forks source link

Enable/use LSE clock for C3 RTC #72

Closed heliochronix closed 2 years ago

heliochronix commented 2 years ago

The RTC on C3 is still using the LSI clock source. This was to avoid triggering the WDT on first boot, but the WDT was updated to allow more grace time at boot. The RTC needs to be set back to using the LSE clock in order to keep time accurately. LSI is really terrible...