SSZT574 december   2018 TPS92692-Q1

 

  1.   1
  2.   2
    1.     3
    2.     Reference Design Overview
    3.     One-fail-all-fail LED Fault Detection
    4.     How to Detect a Fault
    5.     An LED Short in the Mirror String
    6.     An LED Short in the Reference String
    7.     An Open Circuit in the Mirror String
    8.     An Open Circuit in the Reference String
    9.     Resources:

Chris Suchoski

Daytime running lights (DRLs) are becoming more popular in vehicles and are even a requirement in some countries. As I’m sure you can guess, DRLs are on during the day, which requires them to be very bright.

As a designer, you typically have two choices to achieve the desired DRL LED brightness:

  • Increase the number of LEDs in your string, which results in a much higher LED driver output voltage.
  • Use two LED drivers to enable a lower LED driver output voltage.

Automotive Daytime Running Light Dual String LED Driver Reference Design with Current Balancing outlines an effective way to drive parallel strings of LEDs for DRL applications without adding a second LED driver. In the first installment of this two-part series, I’ll take a brief look at this reference design and investigate how to add one-fail-all-fail LED fault detection.

Reference Design Overview

The DRL reference design uses the current-balancing circuit shown in Figure 1 and the TPS92692-Q1 LED controller, which allows the device to drive parallel strings of LEDs using a single constant-current output. Equal current flows through both LED strings. Note that the reference string must have one more LED than the mirror string to properly bias the metal-oxide semiconductor field-effect transistor (MOSFET). The reference design guide describes the functionality of the current-balancing circuit in more detail.

GUID-C97A970D-1F27-47D1-97E7-F50643A9F197-low.png Figure 1 Current-balancing Circuit

One-fail-all-fail LED Fault Detection

The main purpose of one-fail-all-fail LED fault detection is straightforward: if a single LED is shorted or opened in either the reference or mirror string, all LEDs in both strings will shut off. Although the concept is simple, its implementation requires a bit more thought and brings up two major questions:

  • How is a fault detected?
  • If a fault occurs, how do you shut off all of the LEDs?

How to Detect a Fault

While not obvious, it’s possible to detect a fault by monitoring the MOSFET drain voltage. There are four different potential types of faults:

  • An LED short in the mirror string.
  • An LED short in the reference string.
  • An open circuit in the mirror string.
  • An open circuit in the reference string.

To understand how to detect these faults, let’s first analyze how the circuit operates under normal operation; see Figure 2.

GUID-9B6A57DF-9F1D-443D-96C8-7028DDD1690F-low.png Figure 2 Current-balancing Circuit under Normal Operation (Vf Is the Forward Voltage of One LED)

Because there is one more LED in the reference string than the mirror string, and the currents IRef and IMirror are equal, you can use Equations 1 and 2 to define VDriver:

VDriver = (# of LEDs in reference string)  × Vf + IRef × R0          (1)

VDriver = (# of LEDs in mirror string)  × Vf + IMirror × (MOSFET RDSon + R0)         (2)

Now you can use Equations 3, 4 and 5 to define VDrain:

VDrain = VDriver - (# of LEDs in mirror string)  × Vf          (3)

# of LEDs in mirror string = (# of LEDs in reference string) - 1       (4)

Using Equations 1 and 2:

VDrain = IMirror × (MOSFET RDSon + R0) = Vf + IMirror × R0      (5)

You can now analyze the circuit under different fault conditions.

An LED Short in the Mirror String

As shown in Figure 3, with an LED short in the mirror string, there are effectively two more LEDs in the reference string than the mirror string. Equation 6 defines the new VDrain as:

VDrain = 2 × Vf + IMirror × R0           (6)

GUID-CF2D5068-3DBC-475A-8E87-167923288377-low.png Figure 3 LED Short in the Mirror String

An LED Short in the Reference String

With an LED short in the reference string, there is effectively the same number of LEDs in both strings. Equation 7 defines VDrain as:

VDrain = IMirror × R0        (7)

Figure 4 depicts the condition where an LED is shorted in the reference string.

GUID-0725D741-0477-461E-AB80-838370FFC9AC-low.png Figure 4 LED Short in the Reference String

An Open Circuit in the Mirror String

With the mirror string open, current flows only through the reference string as shown in Figure 5. The operational amplifier (op amp) drives the MOSFET in the mirror string to its fully on state. Equation 8 defines VDrain as:

VDrain = 0 V          (8)

GUID-BBFA87CE-5A96-4B55-B71E-855F812EE311-low.png Figure 5 Open Circuit in the Mirror String

An Open Circuit in the Reference String

With the reference string open, current flows only through the mirror string; the noninverting input of the op amp pulls to ground. Since the noninverting input is 0 V, the op amp should ideally drive the MOSFET to its off state. However, as a result of input offset voltage, the op-amp output will saturate to either its positive or negative supply rail. This offset typically varies in both magnitude and polarity due to op-amp parametric tolerances and, depending on its polarity, determines which rail the output saturates to.

Figure 6 depicts this situation where there is an open circuit in the reference string.

GUID-531F7501-9075-4465-8BE8-FBFBDFB48646-low.png Figure 6 Open Circuit in the Reference String

A negative input offset voltage indicates that the inverting input of the op amp is at a higher potential than the noninverting input and the op-amp output would saturate to its negative supply rail. Thus, the MOSFET would be driven to its off state. However, the LED driver will continue to increase its output voltage in order to drive the current through the mirror string – and because the MOSFET RDSon is modeled as a resistor in parallel with the MOSFET drain and source, a small amount of current will be able to flow. This will cause the MOSFET drain voltage to increase until the LED driver triggers an overvoltage condition. According to the TPS92692-Q1 data sheet, the device would stop sourcing current once the OV limit has been hit, the soft-start will be triggered again once the output voltage drops over a set hysteresis and then begin switching. This results in VDrain oscillating between ~60 V and 0 V with a period of the timing that voltage drops over hysteresis plus the soft-start time.”

A positive-input offset voltage indicates that the noninverting input of the op amp is at a higher potential than the inverting input and that the op amp would saturate to its positive supply rail. With an open circuit in the reference string and all of the current flowing through the mirror string, the voltage at the inverting input would be greater than the voltage at the noninverting input, and the op-amp output would saturate to the negative supply rail. This results in high-frequency oscillations at the output of the amplifier, and thus VDrain oscillations between ~30 V and 0 V.

Find out how to respond when a fault is detected in part two.