Other Parts Discussed in Thread: BQ76920,
Halo all
i have designed a bms with BQ76920 and BQ76200 as high side drive the circuit connects the CHG and DSG pins from BQ76920 and BQ76200 as in datasheet
i try to turn MOSFET CH on by writing in the registry but it does not work CHG =0
the code is
void enablecharging()
{
byte sys_ctrl2;
sys_ctrl2 = readRegister(SYS_CTRL2);
writeRegister(SYS_CTRL2, sys_ctrl2 | B00000001); // switch DSG on
}
what would cause the problem
i can turn charge pump on using arduino it works fine
please find enclosed the schematic
thank you