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.

TAS5630 READY signal question

Other Parts Discussed in Thread: TAS5630

Please help clarify some things in tas5630.pdf which are unclear to customer.  See below.

 

READY signal:

 

What does it do? Tas5630 does not really say. The only clues are in the PIN FUNCTIONS table statement ‘Normal operation; open drain; active high’ and a hint that it has something to do with overcurrent detection in SYSTEM DESIGN CONFIGURATION. So what is abnormal operation? Why does the signal name appear as active-low (with an over-bar) in tables on pages 4 and 11?

 

/RESET signal: (see tas5630.pdf page 24)

 

In DEVICE RESET, tas5630.pdf says ‘Asserting reset input low removes any fault information to be signaled on the SD output, i.e., SD is forced high. A rising-edge transition on reset input allows the device to resume operation after an overload fault. To ensure thermal reliability, the rising edge of reset must occur no sooner than 4 ms after the falling edge of SD.’ Does this mean that /RESET must handshake with /SD to restart the amplifier, with a minimum /RESET pulse width of 4 milliseconds? How long, after /RESET goes low, should /SD go high?

 

In SYSTEM DESIGN CONFIGURATION, tas5630.pdf says ‘Apply only audio when the state of READY is high that will start and stop the amplifier without having audible

artifacts that is heard in the output transducers. If an overcurrent protection event is introduced the READY signal goes low, hence, filtering is needed if the signal is intended for audio muting in non microcontroller systems.’ This seems like a bad translation from a non-English language. Please clarify what it is supposed to mean.

 

In PIN-TO-PIN SHORT PROTECTION, tas5630.pdf says ‘To make sure the PPSC detection system is not tripped, it is recommended not to insert resistive load to GND_X or PVDD_X’. My circuit has about 28.8K ohms to ground from each of the two PBTL outputs. There is about 3mA internal pull-down current (Ipd on page 11) from each half-bridge during reset, so I have assumed that another 0.85mA will not foul operations. Please verify,

  • Prachi, I will try to answer.

    READY simply signals that the IC has come up to bias and is ready to amplify an input signal.  It is set low when a fault like OCP occurs.  The over-bars in the 2 tables are simply typos - the signal is active high.

    "the rising edge of reset must occur no sooner than 4 ms after the falling edge of SD" means that, once /SD has asserted, /RESET can be toggled to remove fault information, but it should not be brought high sooner than 4 ms after /SD asserts.  A timer can be run to cover the 4 ms period.

    The paragraph means this.  "Apply audio only when READY is high.  That will start and stop the amplifier without audible artifacts like clicks and pops.  If OCP occurs READY is set low.  If READY is to be used for audio muting in systems without a microcontroller (eg, analog detection), READY should be filtered as required by the muting system."

    A resistive load of 28.8k will not trip PPSC.  PPSC is designed to detect primarily manufacturing "shorts" like solder balls and bridges, and resistance of these is a fraction of an ohm to a few ohms.  A standard load resistor between an output and ground will be detected by PPSC, though.  That is what is meant by "resistive load".

    Regards,

    Steve.

     

  • Steve, thank you for the clarifications.

    Russ