Hi,
I am running an RTC unit test on the boards (nRF52840), where I take RTC_Val1 then perform a delay for one second then take another RTC_val2.
My condition for passing the test is: 32768 < RTC_val2 - RTC_val1 < 32768 * 1.015 ( I assume there is some delay when performing the delay and the get RTC value command in between the two values).
The issue is that sometimes I got : RTC_val2 - RTC_val1 < 32768, How is that possible ??
BR
JK