Hi,
we are currently trying hard to get the TAS5414B running.
We do not have any problems with I2C. We could run diagnostics and the speakers are detected when connecte and open load if not connected.
However, we cannot leave HiZ mode. Following commands
write 0x9F to 9x0c (-->reset)
read 0x00 - 0x01 (clear faults 0x03@0x00 and 0x00@0x01)
read 0x00 -0x0 (clear faults 0x00@0x00 and 0x00@0x01)
write 0x5f to 0x0b (run diagnostics keep the rest as default)
read 0x07 (--> 0x00 diagnostics finished)
read 0x02 (--> 0x88 no speakers connect OK!)
read 0x03 (--> 0x08 channel 4 is connected OK!)
read 0x0c (-> 0x1f HiZ all)
read 0x05 (-> 0x0f HiZ all)
write 0x17 to 0x0c (-> set channel 4 to mute/non-HiZ)
read 0x0c (-> 0x1f HiZ all (nothing changed))
read 0x05 (-> 0x0f HiZ all (nothing changed))
Before and after each read/write command are several seconds... We use i2cget/i2cset on an embedded Linux system.
What should we do next??? Any hints?
We connected 220nF to the mute pin. Before it was pulled up with 10K to 3,3V does this do any damage?
Cheers,
Marc