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

RTC accuracy calculation for Tick event

Hi, Nordic team!

I want use RTC with Prescaler 32765 for generating Tick event with 1s interval.
Could you help with calculation of jitter for Tick event in microseconds. I will use external XTAL and PPI for triggering of other Timer.

Also, could you explain about "TASK and EVENT jitter/delay". Does it affect Tick event, routed through PPI?

Parents
  • Hi Vladislav, 

    The "TASK and EVENT jitter/delay" is the un-synchronize  between the LFCLK which the RTC run on and the HFCLK in which the CPU and the bus running on. 
    So as it's explained in the specification, you may have a delay/jitter from the time you trigger the START task until you receive the first COUNTER/TICK event. But this wouldn't affect the distance between the TICK events. 
    The accuracy of the 1s interval is affected by the accuracy of the clock source for the LFCLK. If you are using the internal RC the tolerance can be ±250 ppm

Reply
  • Hi Vladislav, 

    The "TASK and EVENT jitter/delay" is the un-synchronize  between the LFCLK which the RTC run on and the HFCLK in which the CPU and the bus running on. 
    So as it's explained in the specification, you may have a delay/jitter from the time you trigger the START task until you receive the first COUNTER/TICK event. But this wouldn't affect the distance between the TICK events. 
    The accuracy of the 1s interval is affected by the accuracy of the clock source for the LFCLK. If you are using the internal RC the tolerance can be ±250 ppm

Children
Related