Other Parts Discussed in Thread: BQ40Z50
Tool/software:
Dear TI Team,
We are designing a system that utilizes the BQ25731 with a 3-cell battery, which includes a built-in battery gauge. The device is expected to operate primarily while connected to an adapter.
I have a few questions regarding the charger chip's behavior and best practices for maintaining battery safety and health:
-
Battery Voltage and ChargeCurrent() Behavior:
Is it safe to maintain the battery at 12.6V when theChargeCurrent()
is not set to 0? I understand that certain events may resetChargeCurrent()
to 256mA. Would you recommend leaving it at this value, or is it better to explicitly set it to 0? -
Long-Term Battery Health:
Considering long-term battery safety and health, should I set ChargeCurrent() to 0 once the battery is fully charged and only restart charging (by settingChargeCurrent()
to a non-zero value) after the battery voltage drops below, for example, 11.55V? Alternatively, is it acceptable to maintain the battery at a fully charged state for good when the device is plugged in? -
ChargeCurrent() and ChargeVoltage() Behavior:
DoChargeCurrent()
andChargeVoltage()
operate in a way that performs constant current and constant voltage charging modes respectively? Or do they simultaneously impose limits on both current and voltage? Does the charger automatically switch between constant current and constant voltage modes depending on the measured battery status with the values set withChargeCurrent()
andChargeVoltage()?
-
Observed Charging Behavior:
We observed that withChargeCurrent()
set to 1500mA and the watchdog disabled, the actual charging current (as read from the ADCIBAT) sometimes drops to 256mA or even 0mA once the battery voltage reaches around 12.6V. Is the charging current being limited by the charger or by the battery's internal chip? Additionally, would it be safe to charge under these conditions with an unprotected battery? -
Undocumented Registers (0x10–0x1C):
An engineer who previously worked on this initialized registers from 0x10 to 0x1C in the charger chip, but these registers are not documented in the datasheet. Could you provide information on their functionality?
Thank you for your assistance. Please let me know if you need further details about our design to clarify any of the questions.
Best regards,
Ryan