Tool/software: TI-RTOS
Hi,
I've setted up RTC time:
RTC_C_initCalendar(&myTime, RTC_C_FORMAT_BINARY);
And for test I read it and print it on console every second.
After one hour I've noticed that the time drifted like 6-10s.
I suppose this behaviour on MSP432 is not normal.
Do I need to calibrate something? If yes how?
Time is really critical for my project.
Thank you for the help