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.

BQ25713: I2C address needs 8 bit

Part Number: BQ25713

In the document:
www.ti.com/.../bq25713.pdf

In Section "9.5.1.5 Slave Address and Data Direction Bit"
It says the slave address is 7 bit long.

However, in section "9.5.1 I2C Serial Interface"
It says the device operates with the slave address 0xD6.
This would need 8 bit for representation.

All the libraries I tried mask the 8th bit.

What is the actual address of the device if I2C is used for communication?