Tool/software:
Dear Texas Instruments Support Team,
I am currently developing a Battery Management System (BMS) using the BQ76952 IC to monitor a 16-cell LiFePO₄ battery pack (51.2 V, 100 Ah per cell). I am communicating with the BQ76952 via I²C using an STM32 microcontroller.
While testing, I observed unexpected behavior related to the CHG pin:
-
Both CHG and DSG FETs are disabled (confirmed via register
0x0020
– both bits are 0). -
The FET_EN bit in
ManufacturingStatus
(register0x0057
) is also cleared (value = 0). -
However, I am still measuring ~46 V at the CHG pin of the BQ76952.
-
No external FET gate is connected to the CHG pin at this point.
I understand the CHG pin is a gate driver output and can be high-impedance when FETs are disabled, but I would like to confirm:
-
Is it normal for the CHG pin to float up to battery voltage (~46 V) in this case?
-
Should I add a pull-down resistor to ensure it remains low when unused?
-
Are there any recommended configurations for safely leaving CHG unconnected?
Any guidance you can provide on this behavior would be greatly appreciated.
Best regards,
Oussama.D