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.

BQ25792: How to direct to modified the ICHG in BQ25792

Part Number: BQ25792
Other Parts Discussed in Thread: TPS25750

Dear Team,

We want to modify the BQ25792 REG3 ICHG directly to limit the charging current.

However, I cannot change this register.

We connected the host soc I2C bus to BQ25792 , so both the host soc and PD TPS25750 can control the BQ25792.

 

I successfully changed the other register values, but cannot change the ICHG.

Have any idea how to modify the ICHG, if we want to dynamically change the ICHG. 

Many Thanks,

Jimmy

  • Dear Jimmy,

    Can you please describe the exact bytes you are sending to the charger? For multi-byte registers you need to write the upper byte first followed by the lower byte.

    For example, if you wanted to change the charge current to 1400 mA, you would write the register address with write configuration, then 0x03, 0x00, and 0x8C.

    Thanks,

    Mike Emanuel

    Please click "Resolved" if this answered your question.