I work for a Portuguese company that is building a device with a couple of small speakers that should need 2 x 3W of output power from the amplifier. The nominal power supply should be around 12V, but we expect some fluctuation on the input voltage, so having a closed-loop amplifier would be a plus.
We were thinking of using the TAS5710 and built a prototype where the audio part of the circuit was identical to the schematic of the evaluation module from TI.
We are able to read and write the I2C registers with no problems, but when we take it out of shutdown, the FAULT pin goes low and the error status register has the "over current error" bit set. There is no short circuit to either ground, pvcc or between any two output terminals. This condition also occurs even when the speakers are not plugged to the circuit.
After reading the datasheet we still have a few doubts that may (or may not) be related to this problem:
- in the "INTERCHANNEL DELAY REGISTERS" (0x11 - 0x14) it says the default values are for BD mode, but then there is a table with values different from the default values that are also for BD mode. We want to use BD mode, so what values should we use here?
- the ICD default values are for BD mode, but the amplifier is in AD mode by default according to the "INPUT MULTIPLEXER REGISTER (0x20)". If we want to operate in BD mode, this register needs to be changed to BD mode before coming out of shutdown, correct?
- in the initialization sequence in the datasheet the timing for powering the PVCC lines is between driving reset=1 and sending the trim oscillator command. However, in the evaluation module, the instructions just say power the 5V first and then the PVCC (manually, I assume). Is this timing really critical? In the prototype we initially were powering up manually the PVCC after the power-up sequence finished. We tried to increase the time between reset and trim oscillator so that we could manually power PVCC during that time, but that didn't make any difference.
- the device will have the speakers embedded and the connections from the amplifiers to the speakers should be below 10cm. There are some texas amplifier datasheets were it states that in this case the output filters can be discarded. Does the TAS5710 also allow this? The TAS5710 datasheet doesn't state this anywhere, but since this device will only use 3W per channel and the connections are short, I was hoping we could get away with just using a ferrite bead + ceramic capacitor as the output filter.
Thanks in advance,