Abstract
This article describes some simple steps in choosing between types of voltage references. Explanations of key parameters to use in the selection process between series- and shunt-type voltage references are presented.
Series Reference
A series reference has three terminals: VIN, VOUT, and GND. Though similar in concept to a linear voltage regulator, it is designed for lower current and higher accuracy. A series reference operates in series with the load (Figure 1), and can be regarded as a voltage-controlled resistance between the VIN and VOUT terminals. It regulates by adjusting its internal resistance such that VIN minus the drop across the internal resistance equals the reference voltage at VOUT. Because current flow is necessary to generate a voltage drop, the device draws a small quiescent current to ensure regulation when the load is removed. Series references have the following characteristics:
- The power-supply voltage (VCC) must be high enough to allow a voltage drop across the internal resistance, but not high enough to damage the reference IC.
- The IC and its package must handle power dissipation in the series pass element.
- With no load current, the only source of power dissipation is the reference IC's quiescent current.
- Series references generally have a better initial tolerance and temperature coefficient than do shunt references.
Figure 1. Block diagram of the 3-terminal series voltage reference.
Design Equations for the Series Reference
A series reference design is fairly easy. Just make sure the input voltage and power dissipation are within the maximums specified for the IC:
P_SER = (VSUP - VREF)IL + (VSUP × IQ)
For a series reference, the worst-case power dissipation occurs for maximum power-supply voltage and maximum load:
WC_P_SER = (VMAX - VREF)ILMAX + (VMAX × IQ)
where:
P_SER = power in series reference
VSUP = power-supply voltage
VREF = reference output voltage
IL = load current
IQ = reference quiescent current
WC_P_SER = worst-case power in series reference
VMAX = maximum power-supply voltage
ILMAX = maximum load current
Shunt Reference
A shunt reference has two terminals, OUT and GND. It is similar in concept to a zener diode, but has much better specifications. Like a zener diode, it requires an external resistor and operates in parallel with its load (Figure 2). It can be regarded as a voltage-controlled current source between the OUT and GND terminals. Regulation is achieved by adjusting the current level so that VSUPPLY minus the drop across R1 equals the reference voltage at OUT. As an alternate description, the shunt reference maintains a constant voltage at OUT by forcing the sum of load current and current through the reference to be constant. Shunt references have these characteristics:
- Given an R1 appropriately sized for power dissipation, the shunt reference imposes no limit on the maximum power-supply voltage.
- The power supply delivers the same maximum current regardless of load. Supply current flows through load and reference, dropping just the right voltage across R1 to maintain the OUT reference voltage.
- As a simple 2-terminal device, the shunt regulator can be used in novel circuit configurations such as negative regulators, floating regulators, clipping circuits, and limiting circuits.
- Shunt references generally have lower operating currents than do series references.
Figure 2. Block diagram of the 2-terminal shunt voltage reference.
Design Equations for the Shunt Reference
A shunt reference design is somewhat more difficult because you must calculate the external resistor value. That value (R1) must ensure that its voltage drop due to reference and load currents equals the difference between supply voltage and reference voltage. R1 must be calculated at minimum supply voltage and maximum load current to ensure operation under this worst-case condition. The following equations calculate the value and power dissipation of R1, and power dissipation in the shunt reference (Figure 3).
R1 = (VMIN - VREF)/(IMO + ILMAX)
The current and power dissipation in R1 depend only on the power-supply voltage. Load current has no effect, because the sum of currents through load and reference is constant:
I_R1 = (VSUP - VREF)/R1
P_R1 = (VSUP - VREF)2/R1
P_SHNT = VREF(IMO + I_R1 - IL)
The worst-case conditions are maximum power-supply voltage and no load:
WC_I_R1 = (VMAX - VREF)/R1
WC_P_R1 = (VMAX - VREF)2/R1
WC_P_SHNT = VREF(IMO + WC_I_R1)
or
WC_P_SHNT = VREF(IMO + (VMAX - VREF)/R1)
where:
R1 = external resistor
I_R1 = current flowing through R1
P_R1 = power dissipation in R1
P_SHNT = power dissipation in shunt reference
VMIN = minimum power-supply voltage
VMAX = maximum power-supply voltage
VREF = reference output voltage
IMO = reference minimum operating current
ILMAX = maximum load current
WC_I_R1 = worst-case current through R1
WC_P_R1 = worst-case power dissipation in R1
WC_P_SHNT = worst case power dissipation in shunt reference
Figure 3. A shunt reference in this configuration varies its current (IMO) to produce a constant VREF.
Choosing a Reference
Now that you understand the differences between a series and shunt reference, the next step is to determine which is better for your application. The best way to make sure you are getting a suitable part is to consider both the series and shunt types. After doing the design calculations for each, the preferred type should be obvious. Here are some rules of thumb:
- If you need better than 0.1% initial accuracy and a 25ppm temperature coefficient, you should probably select a series reference.
- If you want the lowest operating current, consider a shunt reference.
- Be careful when combining a shunt reference with a widely varying power supply or load. Be sure to calculate the expected power dissipation, which can be much higher than that of an equivalent series reference. (See examples, which follow.)
- For power-supply voltages higher than 40V, a shunt reference may be your only choice.
- Consider shunt references when building a negative reference, floating reference, clipping circuit, or limiting circuit.
Example 1—Low Voltage, Steady Load
In this portable application, the most critical parameter is low power dissipation. These are the specifications:
VMAX = 3.6V
VMIN = 3.0V
VREF = 2.5V
ILMAX = 1µA
We have narrowed the search to two parts, as follows:
MAX6029 Series Reference
IQ = 5.75µA
WC_P_SER = (VMAX - VREF)ILMAX + (VMAX × IQ)
WC_P_SER = (3.6V - 2.5V)1µA + (3.6V × 5.75µA) = 21.8µW
The series reference is the only part that dissipates power in this circuit, so the total worst-case power dissipation is 21.8µW.
MAX6008 Shunt Reference
IMO = 1µA
R1 = (VMIN - VREF)/(IMO + ILMAX)
R1 = (3.0V - 2.5V)/(1µA + 1µA) = 250kΩ
WC_I_R1 = (VMAX - VREF)/R1
WC_I_R1 = (3.6V - 2.5V)/250kΩ = 4.4µA
WC_P_R1 = (VMAX - VREF)2/R1
WC_P_R1 = (3.6V - 2.5V)2/250kΩ = 4.84µW
WC_P_SHNT = VREF(IMO + (VMAX - VREF)/R1)
WC_P_SHNT = 2.5V (1µA + (3.6V - 2.5V)/250kΩ) = 13.5µW
Total worst-case power dissipation for this circuit is the sum of the worst-case power dissipations in R1 (WC_P_R1) plus the worst-case power in the shunt reference (WC_P_SHNT), which equals 18.3µW.
The preferred part for this application is the MAX6008 shunt reference, because its power dissipation is 18.3µW (vs. 21.8µW for the MAX6029 series reference). This example illustrates the large effect of power-supply variation on design. Initially it appeared that the shunt reference had a huge advantage with its 1µA minimum operating current. However, to guarantee operation under worst-case conditions, the operating current had to be increased to 4.4µA. Any variation in the power-supply voltage greater than specified in this case (3.0V to 3.6V) would call for the use of a series reference.
Example 2—Low Voltage, Varying Load
This example is similar to Example 1, but with a small change in the specifications. Instead of a steady 1µA load, this load alternately draws 1µA for 99ms, then 1mA for 1ms.
VMAX = 3.6V
VMIN = 3.0V
VREF = 2.5V
ILMAX = 1mA (1% of time)
ILMIN = 1µA (99% of time)
We consider the same two parts:
MAX6029 Series Reference
IQ = 5.75µA
WC_P_SER = (VMAX - VREF)ILMAX + (VMAX × IQ)
WC_P_SER (1mA IL) = (3.6V - 2.5V)1mA + (3.6V × 5.75µA)
= 1.12mW (1% of time)
WC_P_SER (1µA IL) = (3.6V - 2.5V)1µA + (3.6V × 5.75µA)
= 21.8µW (99% of time)
Average power dissipation = 1.12mW × 1% + 21.8µW × 99% = 32.78µW
MAX6008 Shunt Reference
IMO = 1µA
R1 = (VMIN - VREF)/(IMO + ILMAX)
R1 = (3.0V - 2.5V)/(1µA + 1mA) = 499Ω
For ILOAD = 1mA:
WC_P_R1 = (VMAX - VREF)2/R1
WC_P_R1 = (3.6V - 2.5V)2/499Ω = 2.42mW (1% of time)
P_SHNT = VREF(IMO + I_R1 - IL)
P_SHNT = 2.5V(1µA + 1mA - 1mA) = 2.5µW (1% of time)
For ILOAD = 1µA:
WC_P_R1 = (VMAX - VREF)2/R1
WC_P_R1 = (3.6V - 2.5V)2/499Ω = 2.42mW (99% of time)
P_SHNT = VREF(IMO + I_R1 - IL)
P_SHNT = 2.5V(1µA + 1mA - 1µA) = 2.5mW (99% of time)
Average power dissipation is 2.42mW × 1% + 2.5µW × 1% + 2.42mW × 99% + 2.5mW × 99% = 4.895mW.
As you can see, the average power dissipation in the shunt reference is over 100 times higher than in the series reference. For applications in which the load current varies widely, a series reference is usually the better choice.
A similar article appeared on the Planet Analog website in May of 2006.
Related to this Article
Product Categories
{{modalTitle}}
{{modalDescription}}
{{dropdownTitle}}
- {{defaultSelectedText}} {{#each projectNames}}
- {{name}} {{/each}} {{#if newProjectText}}
-
{{newProjectText}}
{{/if}}
{{newProjectTitle}}
{{projectNameErrorText}}