Hello,
I am trying to write/read with the I2C on the TAS5754. Looking in the data sheet, i can find how the i2c work. Right now when i try to read a register it always respond with 0x00. Even with register that have default value different than 0x00. Exemple :
1 - Write command 0x98 0x00 0x00 (select page 0)
2 - Send 0x2a (register 42 with default value 0x11)
3 - Read command 0x99
Then the next data is 0x00. Shouln't it be 0x11?
Everything step is ACK by the TAS5754.
Do you have a quick example of how to read i2c?
Thank you.

