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.

BQ25601: BQ25601 charge status issue

Part Number: BQ25601
Other Parts Discussed in Thread: BQ25600,

Dear All

We have one question for can't charge done issue of BA25601.The pin9 STAT voltage always low even the charging with low time.

I have testing charge with four devices at room temperature.

2pcs devices are okay,battery voltage =4.052V and STAT change to high

2pcs device are fail, battery voltage = 4.041V & 4.042V and STAT always low even charging time over all night.

Could you help to check SW swtting and HW design?

--------------------------------------------------------------------------------------------------------------

software register as below:

I2C_ByteWrite(BQ25601_ADDRESS, BQ25600_REG00,0x1F);//Input Curent Limit 3.2A

I2C_ByteWrite(BQ25601_ADDRESS, BQ25600_REG02,0x82);//0.12A Charge

I2C_ByteWrite(BQ25601_ADDRESS, BQ25600_REG03,0x00);// Termination Current Limit:0.06A, Pre-charge Current Limit:0.06A

I2C_ByteWrite(BQ25601_ADDRESS, BQ25600_REG04,0x30);

I2C_ByteWrite(BQ25601_ADDRESS, BQ25600_REG05,0x8F);

-----------------------------------------------------------------------------------------------------------------