Mixed-Signal Grounding and Layout
Mixed-signal design connects quiet analog measurements to noisy digital logic. The goal is not to create a magic separate ground; the goal is to control return currents so switching loops do not corrupt small analog signals.
Learning Objectives
By the end of this lesson, you should be able to:
- explain why ground has impedance;
- choose a practical grounding strategy for ADC and DAC circuits;
- place references, filters, and decoupling near converters;
- route analog inputs without coupling switching noise;
- verify mixed-signal layout during bring-up.
Return Current
Every signal current has a return path. At low frequency, return current spreads through the path of lowest resistance. At high frequency, it tends to follow the path of lowest inductance, usually directly under the signal trace on a continuous reference plane.
If a digital clock crosses a split plane, its return current must detour. That detour creates loop area, radiates noise, and can inject errors into analog measurements.
Grounding Strategy
For most embedded boards, a solid ground plane with careful placement is a better starting point than split planes. Splits can help in specialized designs, but they often create worse problems when signals cross the split.
Use functional zones:
| Zone | Keep nearby |
|---|---|
| Sensor connector | protection, EMI filter, bias components |
| ADC front end | input RC, driver amplifier, reference decoupling |
| Digital control | MCU, FPGA, clocks, fast buses |
| Power conversion | switching regulator, inductor, diode or FET loop |
Reference and Decoupling
ADC accuracy depends on the reference and input network. A reference pin is not just a DC voltage; it supplies dynamic charge during conversion.
Practical rules:
- place reference decoupling close to the ADC reference pin;
- follow datasheet capacitor value and ESR guidance;
- route the reference as a quiet analog net;
- keep high-current loads off the reference;
- use Kelvin routing for small shunt or bridge signals.
Input Filtering
A first-order input filter has:
$$
f_c = \frac{1}{2\pi RC}
$$
Check both noise filtering and acquisition settling. A SAR ADC input often samples charge onto an internal capacitor. If source impedance is too high, the input may not settle before conversion.
Layout Review Checklist
- ADC, reference, and input filter are close together.
- Sensor return does not share a long path with motor, relay, radio, or switching-regulator current.
- No clock or switching node runs under the ADC input or reference.
- Decoupling capacitors connect with short loops.
- Differential pairs stay symmetric and close.
- Test points exist for input, reference, supply, and ground.
Common Mistakes
- Splitting ground without checking return-current paths.
- Routing digital clocks across analog inputs.
- Treating the ADC reference like an ordinary supply rail.
- Placing the input RC filter far from the ADC.
- Forgetting SAR ADC source-impedance limits.
Summary
Mixed-signal layout is controlled current routing. Use a solid reference plane, thoughtful placement, short decoupling loops, quiet reference routing, and filtered inputs. Verify the real board with loads, clocks, radios, and power converters active.
Further Reading
- Analog Devices MT-031: grounding data converters.
- Texas Instruments mixed-signal layout guidelines for ADCs.
- Henry Ott, Electromagnetic Compatibility Engineering.