Hello Team,
I am using the nRF52833 with the nRF Connect SDK (v2.9.1) in VS Code, and I am experiencing an issue with the RTC calendar update.
I initially set the RTC calendar to 30th October 2025, 09:00:00 AM. The RTC was set successfully and worked correctly throughout the same day. However, at midnight, I observed that the RTC tick counter advanced by 86,400 seconds (one full day), causing the calendar to update directly to 1st November 2025 instead of 31st October 2025.
Could you please help me understand why this is happening and how to prevent the RTC from skipping October 31st or other months too?