Hi,
Considering https://devzone.nordicsemi.com/f/nordic-q-a/29013/best-way-to-implement-system-clock-on-nrf51 as reference and some other similar posts.I could reach to a point of understanding that inorder to implement Real Time Clock it requires Real Time Counter,app_timer and Timer.But unable to get exact way of implementation.Expecting your guidance regarding any example present related to nRF52 so that my implementation of Real Time Clock and Calender get easier.
And my other query is,if there is a requirement like implementing RTC so that, when device is turned on current time is displayed on Led Driver.But if device has to be in system off state for longer duration ,then there might be a situation after getting device turned on it displays some improper time.Please let me know what are the ways to reset it to current time? or what are the ways to always keep track of current time and display proper time whenever turned on?
Note:In my application softdevice is also used.
Thank you.