I'm performing some low/dead battery tests with the BQ25620, and I've found that it's possible to drain a battery completely.
My questions are:
1) Can the BQ25620 somehow disconnect the battery to prevent over-discharge? I don't see any mention of this in the datasheet.
2) One idea that comes to mind, is to use the BQ25620 watchdog timer (with INT output), to wake the MCU every 40/80/160sec. The MCU would wake and check VBAT using the ADC of the BQ25620: if VBAT is acceptable, the MCU would return to sleep, otherwise the MCU would instruct the BQ25620 to activate shutdown. Does this sound like a reasonable strategy? Is this one of the intentions of the periodic watchdog timer, or is it a hack?
3) It might be a nice feature if, when not powered by VBUS, VSYSMIN could act as a threshold to activate shutdown mode. Reading the datasheet, it seems VSYSMIN is only relevant when powered by VBUS, is this correct?