Other Parts Discussed in Thread: BQSTUDIO,
Tool/software:
We've the following situation
- We sent the ALL_FETS_OFF command on startup.
- Reading FETStatus tells us that CHG_FET and DSG_FET are low (0).
- We force a fault condition to occur. E.g. disconnecting a temperature sensor.
- Through an external input, we sent the ALL_FETS_ON command.
- As expected FETStatus still shows that the FETs are turned off.
- How do we know if we should resend again with our external input to allow autonomous FET handling again?
Is it possible to read the FET driver mode? So we can know that the FETs will be turned on when the fault condition resolves itself.
After reading through the Technical Reference Manual for BQ76972 and checking bqStudio, we couldn't find anything that answers that question.
We've looked at Settings:FET:FET Options[SFET] in case that would change, but it didn't.
Any help is appreciated!