SLUUCW8 October 2023 BQ27Z746
The BQ27Z746-R1 device can provide information to the smart charger to enable it to inhibit the start of charging at high and low temperatures to prevent damage of the cells. This feature is intended to enable the charger to prevent the start of charging when the temperature is at the inhibit range; therefore, if charging is in progress, the charger must determine its actions. Temp Range bit definitions can be found in ChargingStatus().
Status | Condition | Action |
---|---|---|
Normal | Temp Range[LT] = 1 OR Temp Range[STL] = 1 OR Temp Range[RT] = 1 OR Temp Range[STH] = 1 | ChargingStatus()[IN] = 0 ChargingVoltage() = charging algorithm ChargingCurrent() = charging algorithm |
Trip | Not charging AND Temp Range[HT] = 1 | ChargingStatus()[IN] = 1 ChargingStatus()[SU] = 0 ChargingVoltage() = 0 ChargingCurrent() = 0 |