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.

TAS5705 I2C Problem

Other Parts Discussed in Thread: TAS5705, PCM2706

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.