Hello,
I'm using a BQ3285 RTC chip interfaced with a MCS51 compatible uC. Everything works fine except the value of bit 7 of register 0Dh. According to the datasheet, this bit (VRT) should indicate if the battery's voltage is/isn't above an acceptable value of 2,5V.
But such doesn't happen. Upon power up (VCC) if Vbat>2,5V this bit reads "1" and keeps reading "1" even if the battery is disconnected and BC pin shorted to GND!
The opposite is also true: Upon power up (VCC) if Vbat<2,5V the bit reads "0" and keeps reading that way even if the battery is reconnected.
I'm using a CR2032 Lithium button cell (3,2V when new)
What could be wrong here? I've chosen this chip for this particular feature, because this clock will be working 24/7 for many years. I need to know if and when the battery is dead before the next power fail!
Thanks in advance
Nuno Tavares