I'm using AT89S51 to control TAS5705 through I2C Bus.I want to adjust the volume through I2C interface.(2.0 BTL BD Mode,I2S 16bit 44khz)
Here the steps I've done to initial TAS5705:(MUTE=1,FAULT=1,RESET=1)
1.write 0x00 to 0x1B and wait for 1s
2.write 0x00 to 0x05 and wait for 1s
3.write 0x30 to 0x07 and wait for 1s
After 3 steps ,I've got nothing output.I2S data is provided.
Please help me,please tell me the right sequence to initial TAS5705.