Power Distribution and Decoupling
The power distribution network, or PDN, carries energy from the source to every load while keeping voltage within tolerance during DC load, switching edges, and transients. Decoupling capacitors are local energy storage and high-frequency return helpers, not magic noise erasers.
Learning Objectives
By the end of this lesson, you should be able to budget rail current, estimate voltage drop, place decoupling capacitors, understand target impedance, check regulator stability, and verify rails under load steps.
Rail Budget
Start with a table:
| Rail | Loads | Max current | Tolerance | Notes |
|---|---|---|---|---|
| 5V | sensors, USB | 600 mA | +/-5% | cable powered |
| 3V3 | MCU, logic | 250 mA | +/-3% | digital rail |
| 1V2 | core | 800 mA | +/-5% | fast load steps |
| VREF | ADC | 2 mA | +/-0.1% | low noise |
Then verify regulator current, heat, sequencing, and startup behavior.
Voltage Drop and Power Loss
[
V_{DROP} = I R
]
[
P_{LOSS} = I^2 R
]
Copper resistance, connector resistance, fuse resistance, and cable resistance all count. A rail can pass at the regulator output and fail at the load.
Decoupling Capacitors
Use capacitors at different locations and roles:
- local 100 nF class capacitors near IC power pins;
- bulk capacitance near load groups and connectors;
- regulator input and output capacitors matching datasheet stability requirements;
- reference bypass capacitors exactly as specified by the reference or ADC datasheet.
Placement matters as much as value. The loop from IC power pin to capacitor to return plane must be short.
Target Impedance
A useful PDN idea is target impedance:
[
Z_{TARGET} = \frac{\Delta V}{\Delta I}
]
If a core rail may droop 50 mV during a 500 mA load step:
[
Z_{TARGET} = \frac{0.05}{0.5} = 0.1\Omega
]
The PDN must stay below that impedance over the frequency range of the load transient.
Regulator Stability
Regulators are control loops. Output capacitor value, ESR, layout, and load range can affect stability. Follow the datasheet for capacitor type and placement. Do not randomly substitute a ceramic capacitor for an electrolytic in an older regulator without checking ESR requirements.
Common Mistakes
- Counting capacitor value but ignoring placement and loop inductance.
- Omitting bulk capacitance for motors, radios, or plug-in loads.
- Using a regulator outside its stable capacitor ESR range.
- Sharing a noisy power path with an ADC reference.
- Measuring only at the regulator, not at the load.
Summary
Power distribution is a network design problem. Budget current, heat, voltage drop, target impedance, capacitor placement, regulator stability, and load-step behavior.
Further Reading
- Analog Devices, "Power Supply Layout and Decoupling."
- Texas Instruments, "Power Distribution Network Design."
- Henry Ott, "Electromagnetic Compatibility Engineering."