Other Parts Discussed in Thread: BQSTUDIO
This is a follow on from https://e2e.ti.com/support/power-management-group/power-management/f/power-management-forum/1122472/simply-enable-both-chg-and-dsg-fets/4165037#4165037
We are using the BQ27Z746 as part of a battery backup system. The basic question is "how do we ensure the CHG and DSG FETs are enabled when the system requires it?"
Here's a crude block diagram to describe the system:
Under normal circumstances, Power Over Ethernet is available to power an RPi4. When power is available, it keeps the LiION battery charged as well.
However, when POE fails, the system needs to run the RPi4 from the LiION battery.
There is a bootstrapping issue: If the RPi is completely powered down, it won't be able to provide I2C commands to configure the BQ27Z746, so the BQ27Z746 must be "self sufficient". In particular, if either of the FETs are switched off, the RPi will not get any power from the battery. So we need to be able to guarantee "under normal circumstances" that the FETs will be enabled.
The issue I'm having is figuring out all of the conditions that make it possible for the BQ27Z746 to wake up with the FETs enabled.