This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Implementation of an RTC on nrf52832 - drift issues

Hi--

I tried to implement an internally managed RTC using the app timer library, but came to find the error on that is too much for an RTC (~25 min lost over a few days). I started trying to find other alternatives, and came across this github repo: https://github.com/NordicPlayground/nrf5-calendar-example

The issue I am running into is it seems to be conflicting with my fStorage implementation in the code. Without the code built into my project, the fStorage functions fine as is. When the calendar code is brought in, the fStorage implementation keeps failing (with a no memory available error code designation). Is this expected? Does the calendar implementation conflict with the use of a soft device? Is there any way around it if it does?

Related