Hi
The customer design with BQ25601, when the voltage charging to about 4V, the charging current is maintained at 60mA.
But they set the terminate current is 180mA, and there should be no charging current lower than 180mA. In addition, after re-plugging the adapter and battery, a charging current of 180mA appeared, and the battery voltage reached 4.2V.
Except for the registers listed below, the other registers are not modified, and they are all default values.
REG(XX) means to read the value of the xx register, value_xx means to write the value into the corresponding xx register
REG 0x02
value_02 = (REG(0x02) & 0xC0) | 0x11
REG 0x05
value_05 = REG(0x05) & 0xCF
REG 0x06
value_06 = (REG(0x06) & 0xF0) | 0x03
Attached the schematic
7127.bq25601.pdf
Waiting for your reply.
Thanks
Star