Tool/software: Code Composer Studio
Hi all,
I'm using RTC in MSP432P4111 but I have a sincronization problem...I need update the date-time data every change of minutes (Because I configured the RTC for every change of minute entry in the IRQ to read date-time data). The problem is that the first 5 minutes the sincronization seems correct but when my program runs during 1 hour, the RTC loses the sincronization and updates the date-time data 15 seconds later.
Based on that, I don't know if I have a drift problem in the RTC. In that case...How I could to fix it up?
Thanks in advance for your help.