Using the BQ25890 in a design that frequently uses OTG mode / 5V boost output on VBUS. In some cases I've found that when the battery voltage drops past the point where the host MCU shuts down, the BQ25890 remains in a state where plugging in an adapter will neither charge the battery nor regulate VSYS from VBUS (to re-power the host MCU). What are the states where this is expected behavior?
For example, one that I can reproduce readily is to disable the watchdog, leave the OTG_CONFIG bit high (OTG Enabled), and pull the OTG and /CE pins high. I understand this one since the BQ is still in boost mode and so the buck regulation of VSYS would not be available. If instead I allow the watchdog to reset, such that the OTG_CONFIG bit is cleared (OTG Disabled), I would expect that with the OTG and /CE pins pulled high I would still not be able to charge but would get regulated VSYS from VBUS to run the host MCU. Are there any cases where this would not be true? Other fault states where VSYS regulation from VBUS is inhibited that would require a full reset (beyond watchdog reset) of the BQ25890?
Thanks!