Star Ground versus Ground Loops in Mixed-Signal PCB Layout

The star ground is one of the most repeated pieces of layout advice and one of the most frequently misapplied. It solves a real problem, but only in circuits where that problem exists, and it creates new ones when a solid plane is the better tool. This article explains how return current actually flows, when a star topology is justified, and how to partition a mixed-signal board without carving up the reference plane.

Why Return Current Follows the Path of Least Impedance

Every signal current returns to its source, and at high frequency it does so directly beneath the trace, because that path encloses the smallest loop area and therefore the lowest inductance. At low frequency the same current spreads out and seeks the lowest resistance, which may be a plane, a strap, or the chassis. The transition between these behaviours happens gradually, typically between the kilohertz and low megahertz range for board-scale geometry.

This single fact explains most ground problems. A designer who cuts a slot through a plane under a high-speed trace forces the return current to detour around the slot, enlarging the loop, raising inductance, and radiating. The same slot may be harmless for a 50 Hz analogue signal. Ground strategy therefore has to be decided per net class rather than applied globally to the whole board.

The Classic Star Ground Topology

A star ground connects each functional block to one physical point, so that the current from one block cannot flow through the return path of another. It works well when the blocks draw large, low-frequency currents: a motor driver, a relay bank, or a switching supply that returns pulsed current to a bulk capacitor. In those cases the shared impedance of a plane can couple tens of millivolts of noise into a sensitive amplifier.

The topology has costs. A true star needs one low-impedance node, and every return trace to that node adds inductance and resistance. At high frequency the star arms behave as antennas and the single point becomes a bottleneck. For this reason a star is normally applied only to the power return of the noisy blocks, while the signal reference stays on a continuous ground plane.

Ground plane copper on a multilayer circuit board

When Star Ground Beats a Solid Plane

Three conditions justify a star. First, the noisy load current is comparable to or larger than the signal current, as with a brushed motor or a high-current solenoid. Second, the sensitive circuit is a genuine low-frequency, high-impedance node such as a thermocouple front end or a strain gauge bridge. Third, the two circuits share a connector or a supply, so their returns would otherwise meet inside the board.

Where all three hold, the star is a clean solution and the extra trace impedance is irrelevant. Where any of them fails, a plane is usually better. A 24-bit delta-sigma converter with a 50 MHz serial interface, for example, is not a low-frequency device in the sense that matters: its return current follows the digital traces, and a star will only increase the inductance of those paths.

Ground Loops and Their Symptoms

A ground loop exists when two or more paths connect the same two nodes, so current can circulate. Loops are formed by careless layout, by duplicated ground connections between boards, and most notoriously by cable shields bonded at both ends. The symptoms are hum and mains harmonics in analogue measurements, spurious emissions on an electromagnetic compatibility scan, and behaviour that changes when a cable is moved.

Breaking a ground loop does not mean removing a connection that safety or shielding requires. It means ensuring that only one path carries the return current, and that other connections are either high impedance at the frequencies of interest or positioned where they carry no signal current. A chassis bond at the connector plus a single board-level reference is usually the right arrangement, with cable shields terminated at one end unless the frequencies involved demand otherwise.

Mixed-Signal Partitioning Rules

Partition by current, not by signal name. Draw the path that each return current will take and check that it does not pass through another block’s sensitive area. Place the analogue block so that its return currents flow into a quiet region, and the digital block so that its return currents stay under its own traces. A single continuous plane with well-chosen component placement achieves this without any cuts.

Where analogue and digital sections must share a plane, avoid running digital traces across the analogue region and avoid placing the converter reference or input traces where a switching return current flows. If a split is genuinely required, keep it narrow, bridge it at one point under the converter, and route no trace across the gap. The reference design published by the converter manufacturer usually indicates which approach was characterised.

Star ground junction on a mixed-signal board

Converting a Star Point into a Plane

An existing star design is not automatically wrong, and converting it to a plane late in a project can be risky. A safer approach is to keep the star at the power entry point while making the signal reference a continuous plane that meets the star at one point. The power return then behaves as intended, and signal returns keep a low-inductance path beneath their traces.

Verify the result rather than trusting the topology. Measure noise at the sensitive node with the noisy load switching, then repeat with the load disabled. If the difference is small, the return path is doing its job. If it is large, find the shared impedance by checking where the two return currents actually converge, which is often a connector pin or a mounting hole rather than the point the schematic suggests.

Layout Checklist Before Sign-Off

Before releasing a mixed-signal layout, trace the return current for the fastest and the largest currents on the board and confirm that neither crosses a plane split. Check that no trace crosses a gap in its reference plane, that connector grounds are arranged so that returns do not share a pin with sensitive signals where that can be avoided, and that mounting holes and chassis bonds are placed after the current paths are drawn rather than before.

Finally, record the assumptions. A note stating that the analogue region uses a continuous plane and that the star point exists only at the supply entry saves a future engineer from re-cutting the ground. Ground strategy decisions are cheap to document and expensive to rediscover.

Related reading: our fabrication notes, board quality and design release notes cover the same ground.

FAQ

Should I ever cut a ground plane? Only when a specific, measured return path must be redirected, for example to isolate a high-current motor return. Cutting a plane without that justification usually raises inductance and emissions rather than lowering noise.

Where exactly does a star point belong? At the point where the noisy and quiet returns would otherwise meet, typically the bulk input capacitor or the supply connector. It should be a region of copper that can carry the combined current without a significant voltage drop.

Do cable shields need a ground connection at both ends? At radio frequencies a bond at both ends is often correct because it reduces loop area for the shield current. At low frequencies it can create a ground loop, and one end is usually terminated through a capacitor or left open.

Leave A Comment