SLVAF10 March   2021 TPS1H000-Q1 , TPS1H100-Q1 , TPS1H200A-Q1 , TPS1HA08-Q1 , TPS1HB08-Q1 , TPS1HB16-Q1 , TPS1HB35-Q1 , TPS1HB50-Q1 , TPS2H000-Q1 , TPS2H160-Q1 , TPS2HB16-Q1 , TPS2HB35-Q1 , TPS2HB50-Q1 , TPS4H000-Q1 , TPS4H160-Q1

 

  1.   Trademarks
  2. 1Introduction
  3. 2Device Thermals
  4. 3Timing Limitations
    1. 3.1 Background
    2. 3.2 Pulse-Width distortion (PWD)
      1. 3.2.1 Timing Impact of Delay Mismatch
      2. 3.2.2 Power Impact of Delay Mismatch on Resistive Loads
    3. 3.3 Finite Slew Rate
      1. 3.3.1 Timing Impact of Finite Slew Rate and Slew Rate Mismatch
      2. 3.3.2 Impact of Finite Slew Rate on Resistive Load Power
      3. 3.3.3 Impact of Slew Rate on LED Power
  5. 4System-Level Considerations
    1. 4.1 Diagnostics and Protection
      1. 4.1.1 Analog Current Sense
    2. 4.2 Dimming Ratio
    3. 4.3 Side-Stepping Frequency Limitations
  6. 5References

Analog Current Sense

Integrated analog current sense functionality allows the device to measure and feedback operating parameters including load current. High accuracy and fast response of the analog sense circuit enables closed-loop control of the high side switch. TPS1AH08-Q1 is one HSS that offers analog sense output that can measure supply voltage, output current, and IC temperature, and will be used as an example in this section.

The analog sense circuit converts its measured parameter into a current according to the specified transfer function. The transfer function of TPS1HA08 is shown in Table 4-1.

Table 4-1 TPS1HA08 analog Sense Transfer Functions
GUID-C5526D82-B6A3-4B3B-8F93-4A9ADD109ABF-low.png
The sense current Isns is converted to an analog voltage by the external Rsns resistor and then passed on to an ADC, either discrete or internal to a microcontroller. Designers should select the value of Rsns based on the input range and resolution of the ADC, as well as the possible range of the particular parameter or parameters (if multiplexed) the HSS will see. The tolerance of Rsns should also be considered as it has a direct impact on total analog sense accuracy.

For TPS1HA08-Q1, the analog sense outputs a current ISNSFH ~7 mA when there is a fault detected. Device specifications for TPS1HA08-Q1 set the maximum steady-state output current at 10 A, though the analog sense is capable of measuring current higher than this. SNS output value should be clamped (e.g. by Zener diode) to avoid exceeding the input range of the ADC if output current of the high side switch jumps unexpectedly.

GUID-3E62F6B8-559E-41AA-B0D3-7A7CB1763D21-low.png

Adapted from TPS1HA08 data sheet

Figure 4-1 HSS Multipurpose Analog Sense System

In a example application, the designer needs the ability to collect current, voltage, and temperature measurements. This fictitious engineer targets 50-mA output current resolution. The supply voltage for logic is 3.3 V, so AVDD 3.3-V supply is assumed for the converter as well. The system limits along with the corresponding sense currents are listed.

  • Peak output current: IOUT = 5 A, ISNS = 1.10 mA
  • Peak Temp: Tj=150°C, ISNS = 2.25 mA
  • Peak Supply Voltage: Vvs = 15 V, ISNS = 1.29 mA
  • SNS Fault current: ISNSFH = 6.9 mA
GUID-ED933CF0-30B5-4CEA-9649-1498FD8F00AC-low.png Figure 4-2 ADC Range Allocation

We can determine the maximum feasible value of Rsns possible based on the input range of the ADC and the SNS fault current, which is the absolute maximum. In order to minimize the resolution, the max SNS voltage range is set 10% under the input range of the single-ended ADC and a Zener clamps the fault current ISNSFH to 3.3 V. Without the Zener, the ADC could be damaged as the input voltage would far exceed the device limits. The 300-mV difference allows plenty of headroom to prevent false fault detection.

Equation 42. GUID-D45DBD7C-B00C-4EF2-ADA5-DD1A5BEDDE5B-low.png

The analog sense output is gated by both EN and DIAG_EN. The requirement of DIAG_EN allows a controller to multiplex analog sense outputs from several HSS onto a single ADC. After a rising edge of EN, the sense output current, ISNS, settles after a certain time. For TPS1HA08, the maximum settling time of ISNS is 180 µs. Since PWM operation implies that EN is constantly driven high or low, the sense settling time affects every switching cycle ON period where diagnostics are enabled.

A low pass is recommend to filter transients or interference on the analog sense output voltage. In TPS1AH08-Q1, a 10 - 15-kΩ resistor RPROT is suggested to protect the HSS pins. Together with filter capacitor, CSNS , the RC filter is formed. If there is a long lead or trace from the HSS sense pin to the ADC input, the sense resistor and RC filter should be placed close to the ADC prevent interference.

The transfer function of the sense current to the voltage at the ADC input is

Equation 42. GUID-B7FF9CAE-FC54-4171-B8DD-55EFE38EB6AD-low.png
The sense LPF 3dB cutoff frequency is then

Equation 42. GUID-7F2FB121-9FBF-451C-AC14-6FF3F94F1A09-low.png
RPROT and CSNS should be selected such that the fpwmfc. By a rule of thumb, setting the cutoff frequency at least one decade above the PWM frequency ensures good input/output matching and no attenuation.

For example, if operating at 1-kHz PWM frequency, we can find a suitable CSNS value for a fixed RPROT of 10 kΩ. By using a rule of thumb we set our target cutoff frequency for the LPF at fc10· fPWM. From there,

Equation 42. GUID-F875160B-64FE-4277-8D09-52112E6D65D3-low.png
Equation 42. GUID-353E2C6E-ED56-413B-973C-FC5DDC2AFAEE-low.png
From there we found an acceptable value of CSNS that ensures sufficient bandwidth of the LPF as not to attenuate the SNS signal which is at PWM frequency. The RC filter values can of course be tuned if the designer wishes to filter certain frequencies by the discrete RC filter rather than in the software domain. If a designer wishes to do all filtering digitally within the ADC/controller, a sense LPF does not need to be used.