Hello,
I am working with TAS5720A-Q1. At the power up, I set the following registers :
REG ADDRESS | DATA |
0x02 | 0x04 |
0x01 | 0xFD |
0x06 | 0xD1 |
The others are kept as default.
The master and I2S clocks are set as follows:
- MCLK: 6.14MHz (yellow trace)
- SCLK: 3.07MHz (blu trace)
- LRCK: 48kHz (pink trace)
I can communicate with the amplifier (so, no I2C issues), but I always get the clock error (CLKE) when reading the status register (register 0x08 gets data 0x08).
I get the same error even though the MCLK is 12.28MHz instead of 6.14MHz.
Could you suggest why this happens?