快充电流1A正常,但电池电压4V之后,出现如题这个问题。请问这是什么原因?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好,除以下所列外其他寄存器没有修改,都是默认值。
REG(XX)表示读出xx寄存器的值, value_xx表示写入到相应xx寄存器值
REG 0x02
value_02 = (REG(0x02) & 0xC0) | 0x11
REG 0x05
value_05 = REG(0x05) & 0xCF
REG 0x06
value_06 = (REG(0x06) & 0xF0) | 0x03 bq25601.pdf
您好,这个问题已经在E2E英文论坛发帖,暂时没有收到回复,请继续关注。
您好,
Could you please provide 1 & 2 for the cases 1), 2) & 3) you mentioned respectively? 1) the voltage charging to about 4V, the charging current is maintained at 60mA. 2) after they set the terminate current to 180mA, there is charging current lower than 180mA 3) after re-plugging the adapter and battery, a charging current of 180mA appeared, and the battery voltage reached 4.2V.