Hi,
I have a question about the MP2651 behavior when a load is connected to the battery at the same time the MP2651 is charging it.
The system has no NVDC and no separate system rail. The MP2651 charges the battery, and an independent load is also connected directly to the battery terminals:
VIN ──► [MP2651] ──► BATT+ ──┬── Load+
BATT- ──┴── Load-
(4S Li-ion pack)
So at the same time:
- The MP2651 pushes current into the battery (charging at a fixed ICC via I2C)
- The load pulls current out of the battery (can be few Amps during seconds and mA rest of the time)
The MP2651 and the load are completely independent circuits — the load is not connected to VIN.
My questions:
-
The load pulse causes a transient voltage dip across the battery terminals. Will the MP2651 react to this dip in any way — for example, interpreting it as a low battery condition, restarting the charge cycle, reducing charge current, or triggering a fault?
-
Is there any general issue with the MP2651 charging a battery while that same battery is simultaneously discharged by an independent load connected directly to its terminals?
-
One workaround we are considering is to disable charging via I2C (CHG_EN=0) just before the load is activated, and re-enable it (CHG_EN=1) once the load pulse is over. Would this be a safe and reliable approach?
-
Alternatively, is there any feature in the MP2651 that could handle this automatically — for example, detecting a discharge condition on BATT and pausing the charge cycle on its own?
Thank you.