Hi all,
In our TPS65950 based design we're currently using an XH414H super capacitor connected to BKBAT (and nothing else is obviously!) The software configuration used is :
BB_CFG = 0;
BB_CFG |= (3 << 2); // BBSEL=11 (3.2v) BB_CFG
|= (2 << 0); // BBISEL=10 (500uA)
BB_CFG
|= (1 << 4); // BBCHEN=1 (enable charging)
So we have a few queries :
- Our charge cycle ultimately ends at 3.3v. Is this right given that we've programmed BBSEL = 3.2v?
- The discharge seems overly fast. Measuring current flow at the backup battery we measure 6.8 - 7.0 uA rather than the 2.25 uA indicated in the TPS65950 data manual. This seems quite wrong to me.
- I don't think I've got the configuration correct as I'd expected automatic charging of the backup battery to work in "WAIT-ON" mode. Is this the case? Or does goihng through the "BACKUP" state on the way to "WAIT-ON" cause the BB_CFG register to be reset?
~Pev