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: Same I2C Address as BQ25703A

Part Number: BQ25792
Other Parts Discussed in Thread: BQ76952EVM

We have the following DKs to be configured/controlled by a single MCU through one I2C bus:

  • BQ25792EVM
  • BQ25703AEVM
  • BQ76952EVM

However, we are facing issues integrating the two charger DKs, since both of them have the same I2C address (D6/6B).

Is there any way to put all three on the same I2C bus without I2C issues? A separate I2C bus is not an option.

Thanks!

  • Hi Angelo,

    I don't see a way to do that unless you add switches to physically connect/disconnect the I2C lines to each device as needed.

    Regards,

    Jeff

  • Hi Jeff,

    Thanks, I was hoping that the I2C address is somehow configurable through HW (at bootup) or registers. From their datasheets, it seems that its not possible for either of the chargers. We might need to use an I2C multiplex chip, or an address translator chip or allocate another I2C bus on the MCU side for our POC.

    Cheers,
    Angelo