Tool/software: Code Composer Studio
Hi Sir,
We are developing product on TI BLE SOC CC2640R2 with BQ32000 as RTC. The product supports a factory reset function that it will reset the RTC after production test. To save backup power, I set the STOP bit in SECONDS register of BC32K for the factory reset. After a while, a read to MINUTES register shows that the OF flag is set also. This is reasonable because we manually stop the clock . The issue is that after above process, i can not clear the OF flash in MINUTES register. The operation is syncing time by writing seconds,minutes,hours...years to the registers with both STOP and OF bits cleared. However, the result is STOP bit cleared, but OF bit keeps to be set. The main power is kept on during above operations. So can help to explain this?