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

I would like to know the accuracy of the nrf51 timer.

I am a beginner in embedded systems.

I know that the minimum resolution of RTC is 1/32768, but what is the effective number of digits for this? For example, I used a counter to obtain "55100023" as the value of the time since the start of the program.

Divide this value by 32768 to get 1681.51925...is obtained. How many digits can this value be trusted?

Related