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.

BQ33100EVM-001: BQ33100 programming queries via SMBus/i2C

Part Number: BQ33100EVM-001
Other Parts Discussed in Thread: BQ33100

Tool/software:

Hi wanted to clarify as stated in application note for the BQ33100:

1) How did the address 0x17 come about in the device address other than 0x16 which I understand is the chip's default address.
2) suppose I wanted to read the voltage of capacitor 5 then the addressing sequence would be:

Read Frame:  Slave Address(0x16) => CapacitorVoltage5 (0x3b) => Slave address (0x17) => (slave data LSB) => (slave data MSB) 

I am new to this apologies