Hi,
I am designing BSM based on BQ76940 however I am bit confuse with workflow such as when to turn off CHARGE mosfet with charger detection function.
1. power off BMS (with power switch, when power off no power will be feed to BQ76940 therefore both DSG and CHG mosfet are turn off.
2. with power is still switched off, no inrush or spike occurred when battery pack plug insert.
3. power on BQ76940, at this moment, both DSG and CHG rise up to 12v both CHARGE and DISCHARGE mosfets turn on, SysCtrl2 = 0x43.
4. now when charger is inserted, CHARGING immediately started, charge current also measured, but since the CHARGE mosfet was turned on early (in step 3 above), therefore the charge detection couldn't detect the charger insert action
5. when charging is completed, system can terminate charge process by turn off the CHARGE mosfet SysCtrl2 = 0x42.
my question is :
1. do I need to turn off the CHARGE mosfet (sysctrl2 = 0x42) all the time or by default for charge detection ready ? when charger insert is detected, turn on CHARGE mosfet (sysctrl2 = 0x43), when charge process is completed, turn off CHARGE mosfet again (sysctrl2 = 0x42) ?
PK Chan