Conformal Coating for PCBs

Analog and Digital Ground Separation in Mixed Designs

Once a design contains an ADC beside a switching clock, the question of how to treat analog and digital ground comes up in every review. The conventional answer is to split the two and tie them at one point, but the split is only justified when digital switching has already raised the noise floor of the analog section above its own error budget. Added without that justification, a split creates more problems than it solves.

Why the Partition Exists at All

The terms analog and digital are relative rather than absolute. A ground network is split because digital return currents are impulsive while analog return currents are not, and the two share a finite impedance. When that shared impedance is large enough, the switching current of the digital section develops a voltage across it, and the analog section reads that voltage as signal rather than noise.

So the decision is driven by measurement, not by habit. If the analog front end resolves microvolts and the adjacent logic switches amps in a nanosecond, a partition is worth the effort. If the analog section is a comparison against a one volt threshold and the logic is slow, one continuous plane with careful component placement is simpler, cheaper and electrically quieter.

Two Ways to Partition a Supply

The first method works on the return path. The ground conductor is divided immediately after the rectifier and filter, so one branch becomes the analog ground and every analog circuit connects to it, while the second branch becomes the digital ground and serves the logic. The two branches are joined at exactly one point, at the filter output.

The second method works on the supply rail instead. The output of the regulator passes through a filter and then divides: one branch is filtered further through an LC or RC network to become the analog rail, and the other becomes the digital rail. Both methods are frequently used together, with a ground plane partition and a filtered analog rail.

Split ground plane with analog and digital regions

Where the Two Halves Meet

The two halves must be connected, because a floating analog island has no defined reference and becomes an antenna. The connection should be a single point, placed where the return current of the noisy section does not flow through the quiet section on its way back to the source. Practically, that means tying the planes together near the regulator and its bulk capacitors.

A ferrite bead or a zero ohm resistor is the usual component at that point. A ferrite bead suppresses high frequency current while passing DC and low frequency, which is exactly the behaviour the split is trying to achieve. A zero ohm resistor costs less and allows the same partition to be shorted for a measurement, which makes it useful while the design is still being characterised. The placement rules behind a clean partition are collected in mixed signal PCB design guidelines.

Three Elements of an Interference Problem

Every interference problem contains a source, a coupling path and a victim. The source is the component, device or signal that generates the disturbance, and it can be identified by looking for high rate of change of voltage or current. Lightning, relays, thyristors, motors and high frequency clocks all qualify.

The coupling path is how the disturbance reaches the victim, either conducted along conductors or radiated through space. The victim is whatever is sensitive to it: an ADC or DAC, a microcontroller, a logic device or a low level amplifier. Suppression follows directly from that model, and the goal is to weaken the source, break the path and harden the victim.

Reducing Rate of Change at the Source

Reducing the rate of change of voltage across a source is normally done with a capacitor placed directly across it, and reducing the rate of change of current is done by adding series inductance or resistance, or by providing a freewheeling path for the current. Both measures are cheap and are applied before layout rather than after a failure.

The standard measures are worth listing because they are reused constantly. A relay coil gets a freewheeling diode to absorb the back EMF when the coil opens, and adding a zener in series releases the relay faster so it can operate more times per second. Relay contacts get an RC network, typically a few kilo-ohms to a few tens of kilo-ohms with 0.01 microfarads, to suppress the arc.

Practical Suppression Measures

Motors get a filter with short component leads, because lead length adds inductance that defeats the capacitor at the frequencies that matter. Every IC gets a high frequency decoupling capacitor of 0.01 to 0.1 microfarads, routed with a short and wide connection to the power pin and its nearby ground, since a long thin trace adds equivalent series resistance and degrades the filtering.

Routed geometry matters as much as components. Avoiding 90 degree corners reduces high frequency emission from the trace itself, and a thyristor benefits from an RC network across it, since the switching noise can be severe enough to destroy the device. Each of these measures is applied at the source, which makes it the most effective place to work, as the wider set of layout principles in EMI suppression design principles explains.

Breaking the Coupling Path

Conducted interference travels along conductors and can be blocked by a filter that separates the noise band from the signal band, or by an optocoupler that removes the conductor entirely. Radiated interference travels through space and is addressed by increasing distance between source and victim, placing a ground trace between them, or fitting a shield over the sensitive device. Supply noise deserves the most attention because its reach is widest.

Single tie point between analog and digital ground planes

Harden the victim by giving every microcontroller a filtered or regulated supply, because many of them are sensitive to noise on the rail. A pi filter built from a ferrite bead and two capacitors is a common and inexpensive answer. Keep the return path for that filtered supply local, so noise picked up after the filter does not rejoin the quiet reference.

Applying the Ideas in Layout

Decide the partition before placement, because the split is expressed in the copper and moving it afterwards means re-routing. Group the analog components together, keep the digital return currents out of that region, and place the tie point where the two regions naturally meet. The width of the bridge between the two planes should be wide enough to carry the DC current without significant drop.

A continuous plane with a well placed split is usually quieter than two planes joined by a long narrow neck, because the neck is an inductance in the return path. Where the analog and digital sections must exchange signals, route them across the tie point region rather than across the split, so their return currents have a continuous path back to their source.

FAQ

Is a split ground plane always better than one plane? No. A single plane with disciplined placement is the better choice unless the analog section has a resolution small enough that digital return current in the plane can corrupt it. Measure the noise first, then decide.

Can a ferrite bead replace the tie point? It can sit at the tie point, but it does not replace it. The two planes still need a defined DC connection for reference, and the ferrite bead is the component that provides it while blocking high frequency current.

Does ground partitioning help against radiated emissions? It helps indirectly, by keeping high frequency return current out of the region where a sensitive loop would otherwise be formed. Radiated emission itself is controlled by loop area and plane integrity, as covered in ground routing and power trace planning.

Tracing each return path is the discipline behind these rules; the stackup rules that support it are summarised in mixed signal PCB design guidelines.

Leave A Comment