Other Parts Discussed in Thread: BQ25792, BQSTUDIO, EV2400
I have designed a BMS system with 4 cells in the series configuration using BQ40Z80RSMT IC. I have verified the schematic and footprints and the connections to the IC. The BMS is connected to a battery charger IC BQ25792 for charging and discharging. The charging is happening when I connect the battery externally without BMS. But both charging and discharging is not happening with the BMS IC. The battery voltage at VPACK is zero in discharging conditions. Please use the attached schematics for reference.
I tried to read voltage and current using SMBUS(Reg : 0x09 - voltage = 15235 mV and Reg : 0x0A - current = 81mA) as expected(4 cells in series mode).As there is no discharge from the IC, discharge and charge FET is in off state. I tried to toggle the Discharge FET by sending the command (0x0020).But it is not helping.
Then,I have tried to send the command (0x0022) to set the FET_EN bit,and restart the gauge ,and then check the FET_EN bit in ManufacturingStatus register.Even it is enabled, I did not see any charging or discharging from the IC. Charging and Discharging FET status in the Operation status is disabled only.
The register values (all are in Hex) which I have read are as follows :
0x54 (Operation Status register) = 00 00 6D 81
0x51 (Safety Status Register) = 00 00 40 01
0x16 (Battery Status Register) = 235
0x53 (Permanent Fail Register) = 00 00 00 00
Since SS bit is enabled, I have read the safety status register and it is showing CUV and CUVC bits as enabled which means cell under voltage protection is ON.All 7 cells are having more than 3.2 V and the CUV, CUVC thershold values (which are in 0x4BC2 and 0x4BC7) are in default values of 2500 and 2400 mV respectively.
I do not have EV2400 also for checking using BQstudio. How do I enable the charging and discharging FET in the IC?