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?