Good day!
I am working on RTC peripheral example code in SDK 12.2.0 and I am unable to find the default time and date configuration. Please help.
Good day!
I am working on RTC peripheral example code in SDK 12.2.0 and I am unable to find the default time and date configuration. Please help.
In nRF series RTC stands for Real Time Counter, it doesn't have concept of date. What you're thinking about is Real Time Clock which can be added as external peripheral via I2C or SPI. You can implement clock in software for example by using app_timer time-stamping functionality.
In nRF series RTC stands for Real Time Counter, it doesn't have concept of date. What you're thinking about is Real Time Clock which can be added as external peripheral via I2C or SPI. You can implement clock in software for example by using app_timer time-stamping functionality.
I'll look upon that. Thanks, Keton!