Bandgap Reference
Understanding Bandgap References
Every RF integrated circuit needs stable bias voltages that remain constant across temperature, supply variation, and process corners. The bandgap reference solves this by exploiting two complementary temperature behaviors of bipolar junctions. A single transistor's VBE drops at roughly -2 mV/°C (CTAT). The difference in VBE between two transistors at different current densities (ΔVBE = VT × ln(N)) rises at +0.085 mV/°C per unit of ln(N) (PTAT). By scaling the PTAT voltage with a resistor ratio K and summing it with VBE, the linear temperature terms cancel.
In modern RF transceiver SoCs, the bandgap reference is typically shared among multiple subsystems. The PLL charge pump draws a reference current to set loop bandwidth. The ADC and DAC rely on the reference for full-scale accuracy. LNA and PA bias DACs use it to maintain consistent gain. Any drift in the reference propagates to all these blocks, so post-layout simulation including package parasitics and substrate noise coupling is essential for production-grade designs.
Core Equations
VREF = VBE + K × ΔVBE
VREF = VBE + K × (kT/q) × ln(N)
At the zero-TC point:
∂VREF/∂T = 0
K × (k/q) × ln(N) = |∂VBE/∂T|
K × ln(N) ≈ 23.2 (for ∂VBE/∂T = -2 mV/°C)
Typical values:
N = 8: K = ln(8) × correction ≈ 11.2
VREF ≈ 0.6 V + 11.2 × 0.054 V ≈ 1.21 V
Reference Type Comparison
| Type | Output (V) | TC (ppm/°C) | PSRR (dB) | Current | Integration |
|---|---|---|---|---|---|
| Basic BGR | 1.25 | 20-50 | -40 | 5-50 μA | On-chip CMOS |
| Curvature-corrected | 1.25 | 2-10 | -60 | 20-100 μA | On-chip BiCMOS |
| Sub-1V BGR | 0.5-0.9 | 10-30 | -50 | 1-10 μA | On-chip deep CMOS |
| Buried Zener | 7.0 | 0.05-1 | N/A | 1-5 mA | Discrete only |
| FET-based | Varies | 50-200 | -30 | 0.5-5 μA | On-chip CMOS |
Frequently Asked Questions
How does a bandgap voltage reference work?
It sums two voltages with opposite temperature coefficients. V_BE drops at -2 mV/°C (CTAT), while ΔV_BE between two transistors at different current densities rises proportionally to temperature (PTAT). A resistor ratio K scales the PTAT term so the linear temperature dependence cancels, yielding a stable output near 1.25 V. Curvature-corrected designs add a second-order compensation term to reduce residual parabolic drift below 5 ppm/°C.
Why are bandgap references critical in RF systems?
RF data converters need reference stability better than half an LSB over temperature. A 14-bit DAC with 1 V full scale requires better than 61 μV stability (50 ppm). PLL charge pump current, set by the reference, directly affects phase noise. LNA bias drift changes gain and noise figure. In phased arrays with hundreds of channels, reference drift causes beam pointing errors as each channel's phase shifter bias shifts differently.
How does a bandgap reference compare to a Zener reference?
Bandgap references operate at 1.25 V, consume microamps, integrate on-chip in CMOS/BiCMOS, and achieve 5-50 ppm/°C. Zener references use reverse breakdown at 5-7 V, achieve sub-1 ppm/°C in buried designs (LTZ1000), but require higher voltage, dissipate milliwatts, and remain discrete-only. For RF ICs operating at 1.2-3.3 V supply, bandgap references are the standard choice.