123 Main Street, New York, NY 10001

Reference & Grounding: Kelvin/Star Grounds and Ground-Bounce Control

← Back to:Operational Amplifiers (Op Amps)

Reference and grounding problems are usually return-path problems: shared impedance and broken return continuity let digital and load currents modulate the analog baseline and VREF. Treat VREF as a signal loop, keep returns continuous and local, and use activity- and step-based checks to prove the coupling path before changing the design.

What this page solves: reference & ground mistakes that look like “mystery noise”

This section helps confirm whether the observed error is dominated by reference/ground return paths rather than by the amplifier or ADC specs. The goal is recognition and attribution, not fixes yet.

Most common symptoms (easy to recognize)

  • Readings change with digital activity (SPI/I²C bursts, GPIO toggles, frame edges) even when the analog source is stable.
  • Code jumps, periodic spurs, or “steps” line up with the sampling instant, clock edges, or framing cadence.
  • Low-frequency drift looks like component drift, but tracks copper temperature gradients and DC drops in shared returns.
  • Large load changes shift the analog baseline: motors/relays/LED strings switching causes a measurable offset step.

Fast “knobs” to confirm it is reference/ground related

  • Digital activity: reduce IO edge rate/drive strength or simultaneous switching — error that shrinks strongly suggests ground bounce or shared impedance.
  • Sampling timing: shift sampling instant or conversion cadence — errors that follow timing often indicate VREF droop or ground shift during acquisition transients.
  • Load transients: step a nearby load (enable/disable) — baseline jumps that scale with di/dt indicate return-path coupling.
  • Thermal gradients: airflow or local heating — “drift” that tracks copper temperature indicates DC IR drop in shared ground/reference paths.

Root-cause map (path-level attribution)

  • Digital return → shared impedance → analog ground shift: fast digital currents create voltage across shared ground segments; the analog “zero” moves with edges.
  • Reference loop impedance → VREF droop → apparent gain/INL steps: sampling transients pull charge from the reference network; VREF is time-varying at conversion.
  • High di/dt load return → ground bounce → input/common-mode disturbance: load currents inject into the same return; input CM shifts and appears as offset/spur.
  • Return discontinuity (slot / detour) → larger loop area: forced detours increase loop inductance; the system becomes sensitive to activity and probing.
Reference and ground return paths in a mixed-signal op-amp system A block diagram showing MCU/FPGA, ADC, op amp/AFE, reference, load, AGND/DGND regions, a single-connection point, and red arrows marking typical noise return paths. DGND region AGND region Single connection MCU / FPGA IO + clocks ADC sample instant Op Amp / AFE analog path Reference VREF loop Load high di/dt ctrl VREF analog in data Digital return Load di/dt Ref loop Shared Z

The diagram highlights typical pathways where fast digital return currents or load transients create voltage across shared impedance, shifting the analog ground or disturbing the reference loop.

First principles: return current chooses impedance, not your silkscreen labels

Ground and reference are not ideal nodes. They are distributed networks with resistance and inductance, and multiple subsystems often share parts of that network. When shared impedance exists, current from one block creates a voltage error seen by another block.

The minimum viable model (enough to predict most failures)

  • Return current closes loops: every signal or supply current must return to its source through a physical path.
  • Shared impedance creates coupling: when two currents share a segment, the voltage across that segment becomes a disturbance.
  • Practical rule: a “ground” label does not guarantee the return path is quiet; the return path follows the lowest impedance it can access.

Three regimes that shape return paths (DC, high-frequency, displacement)

  • DC (resistance-dominated): current prefers low-R copper and short paths; long shared returns create IR drops that look like offset or drift.
  • High-frequency (inductance-dominated): current prefers the smallest loop inductance; return tends to stay close to the signal path over a solid reference plane.
  • Displacement currents (capacitive paths): fast edges also return through parasitic capacitances; partitions and spacing determine where that current lands.

Why common-impedance coupling beats “crosstalk” on real boards

  • Crosstalk is line-to-line coupling. Common-impedance coupling is return-sharing coupling — it is often stronger and more widespread in mixed-signal systems.
  • Typical shared segments include: ADC ground pins and vias, the reference return path, and the local ground segment used by both IO banks and the analog front-end.
  • When disturbances align with switching edges, frames, or sampling instants, shared impedance is often the first place to investigate.
Shared impedance model and high-frequency return continuity Left: two currents sharing a ground segment modeled as R and L creating a voltage error. Right: high-frequency return current staying close to a signal over a plane, and detouring around a plane slot. Shared impedance (R + L) R L I1 (digital) I2 (analog) ΔV = I · Zshared source victim High-frequency return follows the plane signal trace reference plane HF return band plane slot detour → larger loop

The left model explains why a quiet “ground” label is not enough: if digital and analog currents share impedance, voltage error appears. The right panel shows why return continuity matters at high frequency: plane slots force detours and enlarge loop inductance.

Reference is a signal, not a supply: build a reference loop budget

A reference pin does not “see” a steady DC source. It sees a dynamic load (sampling/convert transients), a decoupling network with ESR/ESL, and the impedance of the entire loop (out-and-back). Treat VREF as a signal path with a time-domain error budget.

What ref droop looks like in real data

  • Gain-like error: codes scale or step when conversion cadence changes, because VREF is the ADC’s ruler.
  • INL “kicks”: specific moments show abrupt code perturbations when the reference impedance resonates with transients.
  • Activity-locked spurs: periodic spurs track conversion framing, bursts, or channel-scan schedules.

The minimum budget (fields that actually move ΔVREF)

  • Istep: peak transient draw during acquisition/convert (magnitude, width, repetition).
  • Rtrace: copper/connector DC resistance in the force path and the return path.
  • Lloop: total loop inductance (package + vias + plane spreading + detours).
  • Cdec: local charge reservoir closest to the VREF pin (not just “total capacitance”).
  • ESR/ESL: sets damping and HF impedance peaks; can create droop + ringing.
  • ΔVREF(t): the time-domain waveform that maps into gain error and code modulation.

Target principle (without hard-coded numbers)

  • Design goal: the peak-to-peak ΔVREF around the sampling/convert window should be well below the fraction of VREF corresponding to ½ LSB at the target resolution.
  • Reason: VREF directly defines code scale; a time-varying reference becomes a time-varying gain and can also excite nonlinearity mechanisms.

Practical checks (measure the loop, not the label)

  • Where to observe: measure at the ADC VREF pin area and correlate to sampling/convert timing.
  • What to look for: droop magnitude, ringing, and whether ΔVREF scales with conversion cadence or burst patterns.
  • Interpretation: slow droop looks like gain drift; ringing creates activity-locked spurs and “kicks.”
Reference loop budget: Ref IC to ADC VREF and return path Closed-loop diagram showing reference source, trace resistance, loop inductance, decoupling capacitor with ESR and ESL, sampling transient current step, and a simplified VREF droop waveform. Ref IC source ADC VREF pin Rtrace Lloop Decoupling Cdec ESR ESL Istep ΔVREF(t) t droop

The reference loop must be budgeted as a closed path. The combination of transient draw, loop impedance, and decoupling ESR/ESL sets the ΔVREF waveform that maps directly into code-scale modulation.

Kelvin sensing and star points: when they work, and when they backfire

Kelvin sensing and star grounding are not decorative patterns. They are current-topology tools: used correctly they prevent IR-drop and shared-impedance errors; used incorrectly they force high-frequency returns to detour and can increase ground bounce and spurs.

Kelvin sensing (force vs sense) — what it really guarantees

  • Core idea: measure at the load point (sense) while supplying through a separate force path, so trace IR drop does not enter the measured quantity.
  • What makes it work: the sense line carries near-zero current and connects to the true measurement point, not a convenient nearby node.
  • Common failure: sense routed through noisy return regions, effectively sampling the disturbance and feeding it into the control or measurement loop.

Star points — the correct mental model

  • Core idea: control shared impedance by controlling where currents merge. A star point is a current merge point, not a shape.
  • When it helps most: low-frequency / resistance-dominated currents, clear single-path returns, and a well-defined merge location.
  • When it backfires: high-frequency / inductance-dominated returns and fast digital edges that are forced to detour, increasing loop area and ground bounce.

Quick decision test (avoid the common trap)

  • If high-frequency edges must cross the boundary: prioritize return continuity and a controlled connection location; avoid forcing detours.
  • If currents are low-frequency and paths are unambiguous: a controlled star merge can reduce shared IR-drop errors.
  • If unsure: map the return loops first; “star by default” often enlarges loops and worsens spurs.
Correct and incorrect Kelvin sensing, plus star point good vs detour Top left shows correct force and sense separation. Top right shows an incorrect sense path through a noisy return. Bottom compares controlled current merging at a star point versus forced detour of high-frequency return currents. Correct Kelvin Wrong Kelvin Source Load FORCE SENSE Source Load Noisy return FORCE SENSE Controlled sharing Forced detour STAR Analog Digital loads plane split larger loop STAR

Kelvin sensing works when the sense node is the true measurement point and avoids noisy returns. Star points help when currents are low-frequency and paths are unambiguous; at high frequency, forcing returns to detour enlarges loops and can worsen ground bounce.

Analog–digital partitioning: planes, moats, and the single-connection rule

Partitioning is not about labels. It is about preventing noisy digital return currents from crossing sensitive analog reference regions. The most robust approach is usually a continuous reference plane with physical zoning and controlled cross-boundary paths.

What partitioning is trying to control

  • Primary goal: keep fast digital return currents from flowing under/through sensitive analog nodes (ADC inputs, VREF network, low-level op-amp grounds).
  • Failure signature: activity-locked errors appear when digital edges share impedance with analog reference paths.
  • Success condition: sensitive loops close locally on a continuous reference plane with short, predictable return paths.

The single-connection rule (engineering meaning)

  • Single connection is a controlled merge point for domains, not a decorative “star.” It defines where return currents are allowed to couple.
  • Typical placement: near the ADC or mixed-signal boundary so cross-domain signals can cross where their returns can also close locally.
  • Practical check: cross-boundary signals should be routed near the bridge so the return path does not detour through sensitive analog regions.

Moats (plane splits) — the high-risk pattern

  • Primary risk: if a signal crosses a moat, its return path is broken and must detour, increasing loop area and coupling.
  • Why it gets worse fast: the faster the edge and the more cross-domain lines exist, the more detour currents inject into unintended regions.
  • Practical consequence: spurs and baseline shifts become timing-locked to cross-domain switching and sampling edges.

A more robust engineering expression

  • Continuous reference plane for return continuity and controlled loop inductance.
  • Physical zoning (placement/keepout): keep noisy digital blocks away from sensitive analog loops.
  • Controlled cross-boundary corridor near the mixed-signal boundary and the defined bridge location.
Analog–digital partitioning: continuous plane vs split plane vs moat crossing Three-row comparison of PCB ground strategies: recommended continuous plane with zoning and a single connection bridge, a split plane with a moat and forced detour returns, and a signal crossing a moat marked with a red X. 1) Continuous plane (recommended) 2) Split plane (high risk) 3) Signal crossing a moat (do not) Analog area Digital area Single connection corridor Analog plane Digital plane Moat forced detour Cross-boundary signal

The moat itself is not the only risk. The real failure occurs when signals cross a split and their returns are forced to detour, enlarging loop area and injecting switching currents into unintended regions.

Ground bounce: mechanisms, symptoms, and the fastest tests to confirm it

Ground bounce is a time-local voltage shift of a ground node caused by fast di/dt flowing through package, via, and return-path inductance. It is often mistaken for “mystery noise,” but it has strong timing correlation and responds immediately to edge-rate and SSO changes.

Mechanisms (what creates ΔVGND)

  • SSO (simultaneous switching IO): many edges at once create large di/dt in the IO return network.
  • Return inductance: package lead/bondwire/ball + via inductance convert di/dt into voltage (L · di/dt).
  • Shared impedance: the bounced ground node is used by sensitive analog blocks, shifting their reference at the wrong moment.

Symptoms (how it behaves)

  • Edge-locked glitches: analog baseline or ADC codes show spikes aligned to digital edges or burst boundaries.
  • Sampling sensitivity: moving the sampling instant changes error magnitude because the disturbance is time-local.
  • Immediate scaling: changing drive strength, slew rate, or the number of simultaneously switching lines changes the error quickly.

Fastest confirmation tests (no architecture changes)

  • Edge-rate / drive strength: reduce slew/drive; if the glitch shrinks strongly, L · di/dt is likely dominant.
  • SSO count: reduce simultaneous toggles; if the error scales with the number of edges, SSO is a key trigger.
  • Sampling phase: shift sampling time; if the error changes with phase, the disturbance is time-local around edges.
Ground bounce path: IO bank to package inductance to analog reference shift Block diagram showing IO bank simultaneous switching, package and via inductance, ground pin bounce at a local node, and analog reference shift. Includes two aligned waveforms: digital edge and analog baseline jump. IO bank SSO Package + vias Lpkg / Lvia Analog ground ref shift ΔVGND Aligned timing Aligned Digital edge Analog baseline

Ground bounce is identifiable by tight time correlation: a digital edge or burst triggers a local ground-node shift that appears as an aligned analog baseline jump or ADC code perturbation.

Layout rules that actually matter: loop area, via fences, and return continuity

Layout rules become useful only when they are checkable. The highest-impact checks are loop area, return continuity, and the true geometry of decoupling loops (pin → capacitor → vias → plane → pin).

Priority #1 — minimize the critical loops

  • Reference loop: VREF pin ↔ local Cdec ↔ return ↔ reference source. Keep it tight and local.
  • Sensitive input loop: sensor/input network ↔ op-amp input ↔ nearby reference plane return.
  • Driver / sampling loop: op-amp output ↔ ADC sampling transient path ↔ return plane closure.

Priority #2 — protect return continuity

  • No plane-slot crossings: if a signal crosses a slot, its return is forced to detour and loop area grows.
  • No forced detours: high-frequency returns should close locally under/near the signal path.
  • Cross-boundary corridor: route domain-crossing signals near the mixed-signal boundary so returns can close locally.

Priority #3 — decoupling placement is loop geometry

  • One capacitor equals one loop: pin → cap → vias → plane → pin. The loop shape sets ESL and peak impedance.
  • Local vias matter: a “near” capacitor with far vias can still create a large loop and weak HF decoupling.
  • Checkable rule: cap pads, power/return vias, and the target pin should form a compact triangle.

Priority #4 — via fences / stitching control HF return boundaries

  • Via fence: defines where high-frequency return currents are allowed to flow and helps prevent “return wandering.”
  • Stitching vias: near layer transitions and boundaries provide short return closures and reduce detour loops.
  • Checkable rule: avoid long gaps in the fence; gaps become leakage points for HF currents.
Top view checks: good loop, bad loop, and return crossing a slot Three stacked top-view panels: a good short decoupling loop with local vias, a bad large loop with a distant capacitor and a red loop area marker, and a signal crossing a plane slot marked with a red X and forced return detour. Good: short loop + local vias Bad: capacitor far + large loop Bad: return crosses a slot IC pin Cdec vias via fence IC pin Cdec large loop slot detour

The best layout checks are geometric. If the decoupling loop is compact and returns are continuous, high-frequency currents stay local and do not detour through sensitive reference regions.

Reference decoupling network: C choices, ESR/ESL traps, and resonance control

Reference decoupling is not “more capacitance.” It is a controlled impedance curve that supplies local charge for Istep while avoiding high-Q peaks that turn transients into ringing and injection.

What reference decoupling must achieve

  • Local charge: provide near-pin energy so Istep does not pull through a long reference loop.
  • Peak control: prevent high-frequency impedance peaks that amplify droop and ringing.
  • Time-domain outcome: a smoother ΔVREF(t) reduces gain modulation and activity-locked spurs.

The ESR/ESL trap: anti-resonance peaks

  • Parallel capacitors are not ideal: different ESL/ESR values can create an anti-resonance peak.
  • Why “more can be worse”: the peak impedance can exceed a single-cap solution in a critical band.
  • Practical signature: changing capacitor mix or package shifts spur frequency and ringing behavior.

Practical structure: one main C + 1–2 HF helpers

  • Main capacitor: supports low-frequency charge needs and reduces droop in the sampling window.
  • HF helpers: reduce effective ESL so high-frequency impedance does not spike.
  • Goal: a flatter impedance curve with fewer sharp peaks, not the lowest impedance at one point.

Resonance control: add damping when needed

  • When Q is too high: ringing appears in ΔVREF(t) and produces activity-locked spurs.
  • Damping concept: use moderate loss (ESR or a small damping element) to flatten the peak.
  • Engineering target: a controlled, smooth impedance shape that avoids sharp anti-resonance spikes.
Reference decoupling impedance sketch: single capacitor, anti-resonance peak, and damping Simplified impedance versus frequency plot showing a single capacitor curve, a parallel-capacitor anti-resonance peak, and a damped version with the peak reduced. Frequency Impedance Single C Parallel peak Peak Damped Impedance shape

The goal is a smooth impedance curve. Parallel capacitors can create anti-resonance peaks; damping reduces peak height and limits ringing injection into the reference loop.

Measurement do’s & don’ts: how probes and grounding lie to you

Many “ground noise” problems are created by the measurement setup. Large probe ground loops pick up switching fields and exaggerate spikes. Reliable conclusions require small loop area, correct reference points, and event-aligned triggering.

The most common lie: the long ground clip loop

  • What it creates: sharp spikes and edge-locked glitches that look “high-frequency” and severe.
  • Why it happens: probe tip + long ground lead forms a large loop antenna that couples di/dt fields into the measurement.
  • Correct first step: shrink loop area before trusting amplitude or waveform shape.

Preferred setups: small loop and correct reference

  • Ground spring: use a short spring at the probe barrel for the smallest practical loop.
  • Coax short: use a very short coax connection (tip-to-barrel) to reduce loop inductance.
  • Two-point voltages: measure across two nodes with a differential method (differential probe or two-channel subtraction).
  • Same-point rule: “local-to-local” measurements for ripple; “node-to-node” measurements for ground differences.

How to measure VREF droop correctly

  • Measure at the pin: probe at the ADC VREF pin and its local decoupling capacitor, not at the reference source far away.
  • Align to the event: trigger on sampling/conversion edges (CONVST, sample window, scan boundary, digital burst).
  • Look for signatures: droop magnitude tracks sampling cadence; ringing suggests resonance/anti-resonance injection.

How to distinguish real ground bounce from probe artifacts

  • Change the measurement method: long clip → ground spring/coax → differential. Artifacts change strongly with setup.
  • Change the stimulus: drive strength/edge rate/SSO count. Real bounce scales with di/dt and simultaneous switching.
  • Phase sensitivity: shift sampling/trigger phase. Real bounce is time-local and changes with the sampling instant.
Probe setup comparison: long ground clip vs ground spring/coax vs differential Three stacked panels showing a wrong long ground lead loop with a large red loop, a correct short loop using a ground spring or coax with a small green loop, and a differential two-point measurement across nodes A and B. Wrong: long ground lead Right: ground spring / coax short Right: differential (two-point) PCB TIP GND Long lead Large loop PCB TIP GND Ground spring Small loop Coax short PCB A B DIFF ΔV(A,B)

Always verify with a smaller loop and a correct reference. If spikes collapse when the loop shrinks, the probe setup was the dominant noise source.

Validation checklist: what to simulate, what to sweep, what to log

Validation should prove that reference and grounding remain safe under stress. The fastest plan is a matrix: sweep stress conditions, log grounding/reference metrics, and judge pass/fail by system targets (LSB, THD, SFDR, stability).

Stress sweeps that expose hidden coupling

  • Load transitions: step load / sampling cadence changes that stress shared impedance and loop inductance.
  • Digital activity strength: SSO count, toggle rate, burst length, edge rate/drive settings.
  • Temperature: cold/hot and warm-up phases that change copper resistance and drift correlations.
  • Supply noise injection: controlled ripple or mode changes that test PSRR and reference loop robustness.

What to log (evidence, not impressions)

  • VREF ripple / droop: peak, p-p, ringing presence, and alignment to sampling events.
  • AGND–DGND ΔV: two-point differential waveform and time correlation to IO bursts.
  • Spur vs activity: spur amplitude tracking SSO, toggle rate, and burst patterns.
  • Sampling phase sensitivity: error change vs sampling instant or trigger position.

Pass / fail principles tied to system goals

  • LSB-linked: reference/ground induced error should stay comfortably below the system resolution budget.
  • THD/SFDR-linked: activity-locked spurs must not violate dynamic performance targets.
  • Stability-linked: ringing or injection should not create overshoot, recovery issues, or loop instability symptoms.

Minimum closure: map failures back to layout structures

  • Record triggers: note the exact stress condition and the aligned event timing (burst, sample window, load step).
  • Bind to nodes: identify which ground/reference node moved (VREF, local AGND, AGND–DGND).
  • Bind to geometry: link the failure to loop size, slot crossings, single-connection location, or decoupling loop shape.
Validation matrix: stresses vs metrics Grid-style validation matrix with rows as stress conditions and columns as metrics. Cells use dots to indicate must-measure, recommended, and focus areas. Metrics Vref ΔVgnd Spur Phase Stresses Load step Activity Temperature Supply inject Must Recommended Focus

Use a stress-versus-metrics matrix to prove robustness. Logging time-aligned Vref and ground-node deltas makes correlation and root-cause mapping repeatable.

Production & consistency: how grounding problems show up as lot-to-lot variation

Grounding and reference weaknesses often appear in production as wider distributions: more activity-locked spurs, larger baseline shifts, and inconsistent VREF behavior across builds. The fix is a closed loop: stress → measure → classify → update layout and process instructions.

Why identical designs vary across lots

  • Assembly parasitics: solder shape/voids, via plating, MLCC mounting and effective ESL/ESR shift the impedance curve.
  • Connector/contact variance: shield/ground contact resistance, torque/crimp differences, and harness return topology change the return path.
  • Shield grounding variance: shield-can contact quality and chassis bonding change high-frequency return boundaries and injection paths.
  • Single-point implementation drift: 0Ω / ferrite “bridge” substitutions or rework wiring can silently move the intended connection point.

Production-ready test hooks (repeatable stress + measurable outcomes)

  • Digital activity injection: run fixed IO patterns (idle → moderate → worst-case SSO) and record spur amplitude vs activity.
  • Load-step stress: switch load/mode (power stage, driver mode, sampling cadence) and record baseline shift and recovery.
  • VREF ripple sampling: measure near the ADC VREF pin (event-aligned to sampling/conversion) and log droop + ringing.

Minimal logging fields that enable root-cause buckets

  • Build tags: lot/date/line, rework flag (Y/N), connector/harness variant.
  • Activity results: spur@activity0/1/2 and Δspur (monotonic or not).
  • Load-step results: baseline shift and recovery time (time-aligned to the step).
  • VREF results: droop peak, p-p ripple, ringing present (Y/N).
  • Bucket label: Assembly / Contact / Shield / Single-point (one primary label per board).

Close the loop: map buckets to layout and process updates

  • Assembly bucket: lock critical MLCC families, enforce local-via geometry, and tighten soldering/cleanliness requirements on reference/bridge nets.
  • Contact bucket: standardize shield/ground contact structure, torque/crimp rules, and harness return topology documentation.
  • Shield bucket: define shield-can solder points and inspection checks (coverage, pressure, continuity).
  • Single-point bucket: freeze the AGND–DGND bridge location and ban rework wiring that changes the topology.

Example MPNs to lock down consistency (verify package/ratings for the design)

Reference/analog decoupling MLCC (example)

  • Murata GRM188R71C104KA01D — 0.1µF X7R 0603 (family often used as a “locked baseline” part)

Single-point bridge / configuration jumpers (0Ω examples)

  • Yageo RC0603JR-070RL — 0603 0Ω jumper
  • Vishay CRCW06030000Z0EA — 0603 0Ω jumper (AEC-Q200 variants exist in this family)

Boundary noise control (ferrite bead examples)

  • Murata BLM18AG601SN1D — 0603 ferrite bead family (common “~600Ω@100MHz-class” usage)
  • Würth Elektronik 742792040 — 0805 ferrite bead family (common “~600Ω@100MHz-class” usage)

Test-point hardware (examples)

  • Keystone 5000 — through-hole test point (easy clip access)
  • Keystone 5015 — SMT test point (production-friendly pick-and-place)

Optional controlled measurement connector (example)

  • Hirose U.FL-R-SMT-1(10) — 50Ω U.FL coax jack (reduces measurement-to-measurement variance)
Production closed loop for grounding/reference consistency Block diagram: Production Test leads to Classify, then Root-cause Buckets, then Layout/Process Update, with a feedback arrow returning to Production Test for the next build. Production Test Classify Root-cause buckets Layout / Process update Activity Load step VREF Assembly Contact Shield Single-point Layout rules Process notes Next build

A closed loop turns “mystery variation” into actionable buckets. Fixed stress scripts and a small set of aligned metrics make lot-to-lot drift visible and correctable.

Request a Quote

Accepted Formats

pdf, csv, xls, xlsx, zip

Attachment

Drag & drop files here or use the button below.

FAQs: Reference & grounding (quick answers + checks)

These FAQs capture common “mystery noise” and accuracy issues caused by return paths, shared impedance, and reference-loop dynamics. Each answer includes quick checks to confirm the mechanism without expanding the main content boundary.

Why does the reading change when digital interfaces (SPI/I²C) are active?

Digital bursts change return currents and create shared-impedance voltage drops on ground or the reference loop. That modulation can appear as baseline steps, edge-locked spikes, or spurs that track interface activity. If the effect scales with toggle rate or simultaneous switching, return-path coupling is the primary suspect.

What to measure
AGND–DGND ΔV (two-point), VREF at the ADC pin, and output/error aligned to SPI/I²C bursts.
What to change
Reduce edge rate/drive strength, reduce burst length, and reduce simultaneous switching (SSO) count.
Expected direction
Lower activity → smaller ΔV and smaller edge-locked artifacts/spurs.
Should AGND and DGND be separated or one solid plane?

A solid reference plane with controlled placement of noisy currents is often the most predictable option. Plane splits can help only when return paths remain continuous and cross-domain signals are strictly controlled. If signals cross a split, the broken return forces detours and can increase loop area and injection.

What to measure
Spur amplitude vs digital activity, and sensitivity to cable/harness placement (return path changes).
What to change
Eliminate “signal over split” cases; keep a continuous plane and isolate by placement and routing corridors.
Expected direction
More return continuity → fewer edge-locked spurs and less sensitivity to routing detours.
Where should the single-point connection be placed on mixed-signal boards?

The “single point” should control where cross-domain return currents close their loops, typically near the mixed-signal boundary (often close to the ADC/AFE). The goal is to make the shortest, least-inductive closure for unavoidable cross-domain currents. A misplaced bridge can route digital return through sensitive analog copper and amplify shared-impedance coupling.

What to measure
AGND–DGND ΔV and spur amplitude while moving between “low activity” and “high activity” modes.
What to change
Prototype alternate bridge locations (0Ω options) near the mixed boundary; avoid bridges inside sensitive analog zones.
Expected direction
Shorter closure at the boundary → reduced ΔV and reduced activity-locked spurs.
Why did a “ground moat” make noise worse?

A moat can break return continuity, forcing high-frequency return currents to detour around the slot. That detour increases loop area and makes the system more sensitive to edge currents and field coupling. If any signal crosses the moat without a nearby return bridge, the moat often increases rather than reduces noise.

What to measure
Noise/spur change when the crossing signal is enabled/disabled; edge-locked behavior near the crossing.
What to change
Remove crossings, or add controlled stitching/return bridges close to the crossing corridor.
Expected direction
Better return continuity near crossings → less edge-locked noise and less sensitivity to routing.
How can reference ripple translate into gain error or INL spikes?

The ADC interprets VREF as the scale factor for codes, so VREF droop or ringing directly modulates conversion results. Sampling transients can pull charge from the reference loop and create event-locked VREF disturbances. Those disturbances appear as gain error, code-dependent error, or INL-like spikes that correlate with sampling timing.

What to measure
VREF at the ADC pin aligned to CONVST/sample events; error vs sampling cadence.
What to change
Reduce loop inductance (cap + via geometry), and adjust sampling cadence to test correlation.
Expected direction
Lower VREF disturbance → reduced event-locked error and fewer INL-like spikes.
Why does adding more decoupling sometimes increase spurs?

More capacitors can introduce anti-resonance peaks when ESL/ESR values interact, raising impedance at specific frequencies. That can turn a small transient into a ringing waveform that is easier to translate into spurs. The issue is usually impedance shape and damping, not total capacitance.

What to measure
VREF ripple shape (ringing vs smooth droop) and spur frequency alignment to ringing.
What to change
Try fewer values, different package sizes, or add controlled damping (effective ESR/RC) to reduce Q.
Expected direction
Lower Q / flatter impedance → less ringing and smaller spurs.
How to tell real ground bounce from probe-induced artifacts?

Probe artifacts collapse when loop area is reduced, while real ground bounce scales with di/dt and simultaneous switching. A reliable method is to change the measurement setup without changing the circuit, then change the stimulus without changing the setup. If results track stimulus settings consistently, the bounce is real.

What to measure
Same node with long clip vs ground spring/coax; two-point AGND–DGND with a differential method.
What to change
Measurement loop area first; then edge rate/drive strength/SSO count.
Expected direction
Artifacts shrink mainly with smaller loop area; real bounce scales with di/dt and activity.
What is the fastest way to confirm common-impedance coupling?

Common-impedance coupling is confirmed by correlation: the error changes predictably when a known current changes in a shared return path. A simple activity sweep (idle → high) and a load-step sweep are often enough to expose it. If ΔV between two ground points rises with current and the measurement error follows, shared impedance is the mechanism.

What to measure
AGND–DGND ΔV (two-point), and output/error while stepping digital activity or load.
What to change
Enable/disable high-current switching blocks; step SSO count; apply controlled load steps.
Expected direction
Higher shared current → larger ΔV and larger correlated error/spurs.
Can star grounding help at high frequencies?

Star grounding helps when current paths are low-frequency and clearly separated, because the dominant coupling is resistive shared impedance. At high frequencies, return currents prefer low-inductance paths close to the signal, and forcing them through a “star point” can create detours and larger loops. High-frequency performance usually improves with return continuity and local loop control, not long forced routes.

What to measure
Edge-locked spurs and sensitivity to return detours (routing changes or added slots).
What to change
Favor continuous planes and local stitching over long star routes for high-frequency returns.
Expected direction
More forced detour at HF → more spurs/noise; more continuity → less sensitivity.
Why do long cables or remote sensors break CMRR even with a good op amp?

Long cables often introduce ground potential differences and unintended return currents through shields or shared conductors. Those currents create voltage drops that convert common-mode movement into a differential error at the measurement points. The limitation is usually the ground/reference loop and return topology, not the amplifier’s intrinsic CMRR.

What to measure
Remote ground-to-local ground ΔV and error correlation with load current or digital activity.
What to change
Control shield termination and return path; avoid sharing sensor return with switching currents; validate two-point grounds.
Expected direction
Cleaner return topology → smaller current-correlated error and improved stability across setups.
How does via placement near the reference cap change performance?

A decoupling capacitor only works through its loop: pad → via → plane → pin → return. Poor via placement increases loop inductance and makes the reference impedance rise at high frequency, which increases droop and ringing under sampling transients. Tight, symmetric vias close to the cap and pin reduce loop impedance and stabilize VREF behavior.

What to measure
VREF droop and ringing at the ADC pin aligned to sampling; compare before/after via changes.
What to change
Move vias closer, add a return via pair, and minimize the cap-to-pin loop area.
Expected direction
Lower loop inductance → smaller droop and reduced ringing/spurs.
What layout change gives the biggest improvement when spurs track clock edges?

Edge-tracking spurs usually indicate return-path injection: the clock edge current is modulating a shared impedance near sensitive nodes. The highest-leverage fixes are to restore return continuity, shrink the sensitive loop area, and keep the clock return corridor away from VREF/analog nodes. Stitching vias and short, local decoupling loops often outperform “cosmetic” changes elsewhere.

What to measure
Spur level vs edge rate/drive strength; ΔV near ground/reference nodes aligned to clock edges.
What to change
Ensure continuous plane under the clock, add stitching near the corridor, and minimize VREF/analog loop area and detours.
Expected direction
Better return control → spur reduction and weaker dependence on clock-edge settings.