SLUUCP8 June 2024 BQ41Z50
The BQ41Z50 device has two independent overcurrent in charge protections that can be set to different current and delay thresholds to accommodate different charging behaviors.
Status | Condition | Action |
---|---|---|
Normal | Current() < OCC1:Threshold | SafetyAlert()[OCC1] = 0 |
Normal | Current() < OCC2:Threshold | SafetyAlert()[OCC2] = 0 |
Alert | Current() ≥ OCC1:Threshold | SafetyAlert()[OCC1] = 1 BatteryStatus()[TCA] = 1 |
Alert | Current() ≥ OCC2:Threshold | SafetyAlert()[OCC2] = 1 BatteryStatus()[TCA] = 1 |
Trip | Current() ≥ OCC1:Threshold for OCC1:Delay duration | SafetyAlert()[OCC1] = 0 SafetyStatus()[OCC1] = 1 BatteryStatus()[TCA] = 0 Charging is not allowed. OperationStatus()[XCHG] = 1 |
Trip | Current() ≥ OCC2:Threshold for OCC2:Delay duration | SafetyAlert()[OCC2] = 0 SafetyStatus()[OCC2] = 1 BatteryStatus()[TCA] = 0 OperationStatus()[XCHG] = 1 |
Recovery | SafetyStatus()[OCC1] = 1 AND Current() ≤ OCC:Recovery Threshold for OCC:Recovery Delay time | SafetyStatus()[OCC1] = 0 BatteryStatus()[TCA] = 0 OperationStatus()[XCHG] = 0 |
Recovery | SafetyStatus()[OCC2] = 1 AND Current() ≤ OCC:Recovery Threshold for OCC:Recovery Delay time | SafetyStatus()[OCC2] = 0 BatteryStatus()[TCA] = 0 OperationStatus()[XCHG] = 0 |