Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Everything about electronics
Everything about electronics
Voltage reference ICs provide a stable, precise voltage that does not vary with supply voltage, temperature, or load current. Based on how they are connected and how regulation is achieved, voltage references are broadly classified into:
Understanding the difference is crucial when designing ADC reference circuits, calibration equipment, power supplies, and precision instrumentation.
1️⃣ What is a Series Voltage Reference?
Basic Concept
A series reference is connected in series with the load, similar to a linear voltage regulator.
It sources current to the load while maintaining a fixed output voltage.
Connection Style
VIN ──► Series Reference IC ──► VREF ──► Load ──► GND
How It Works
✅ Key Characteristics of Series References
|
Feature |
Description |
|
Output current |
Sources current to the load |
|
External components |
Very few |
|
Noise |
Low |
|
Accuracy |
High |
|
Efficiency |
Lower (drops voltage across IC) |
|
Stability |
Very good |
Example: AD584 / REF102 / ADR4540
Example Circuit (AD584 – 10V output):
15V Supply
│
├── AD584 ──► 10V Reference ──► ADC / DAC
│
GND
Typical Applications of Series References
2️⃣ What is a Shunt Voltage Reference?
Basic Concept
A shunt reference works like a precision zener diode.
It is connected in parallel with the load and sinks current to maintain a constant voltage.
Connection Style
VIN ──► R ──► VREF ──► Load
│
└── Shunt Reference ──► GND
How It Works
✅ Key Characteristics of Shunt References
|
Feature |
Description |
|
Output current |
Sinks current only |
|
External components |
Requires resistor |
|
Noise |
Higher than series |
|
Accuracy |
Moderate to high |
|
Efficiency |
Lower at high currents |
|
Stability |
Good (but resistor dependent) |
Example: LM4040 / TL431
Example Circuit (LM4040 – 2.5V):
5V
│
├─ 1kΩ ──► 2.5V ──► MCU ADC
│ │
│ LM4040
│ │
└────────── GND
Typical Applications of Shunt References
3️⃣ Key Differences: Series vs Shunt Reference
|
Parameter |
Series Reference |
Shunt Reference |
|
Connection |
In series with load |
In parallel with load |
|
Current behavior |
Sources current |
Sinks current |
|
External resistor |
Not required |
Required |
|
Noise |
Low |
Higher |
|
Accuracy |
High |
Medium–High |
|
Power efficiency |
Better at high load |
Poor at high load |
|
Load regulation |
Excellent |
Good |
|
Complexity |
Moderate |
Very simple |
|
Cost |
Higher |
Lower |
4️⃣ Which One Should You Use?
✅ Use a Series Reference when:
Example:
16-bit ADC reference → ADR4540
✅ Use a Shunt Reference when:
Example:
MCU ADC reference → LM4040
5️⃣ Real-World Design Comparison
ADC Reference Example
|
ADC Type |
Recommended Reference |
|
10-bit MCU ADC |
LM4040 |
|
12-bit ADC |
LM4040 / REF30 |
|
16-bit ADC |
AD584 |
|
24-bit ADC |
ADR4540 |
6️⃣ Quick Summary