Multilayer and Advanced PCBs: Stackup, Vias, and Flex
When Do You Need More Than Two Layers?
A double-sided board is enough for most simple controllers, but as complexity grows you hit a wall: too many components with nowhere to go, traces that cross and cannot be routed, and electromagnetic noise corrupting sensor readings. This is where you move to multilayer and advanced boards.
The four main reasons to go beyond two layers:
- Density: a BGA chip with hundreds of pins cannot be broken out on just two layers.
- Signal integrity: fast signals need a reference (ground) plane right beneath them.
- EMC: full ground and power planes reduce radiation and noise.
- Power distribution: a dedicated power plane feeds every chip a stable voltage.
In this lesson we see how these boards are built, their special types, and how their fabrication differs from a simple board.
Stackup Design
The stackup is the arrangement of copper and dielectric layers through the board's thickness. Designing it is an engineering decision affecting electrical performance, cost, and manufacturing.
Basic stackup rules:
- Symmetry: the structure must be balanced about the center, or the board warps during heat lamination.
- Nearby reference planes: each signal layer should ideally be adjacent to a ground plane acting as a reference and current return path.
- Dielectric thickness: the distance between a signal layer and its reference plane sets the impedance.
A typical 4-layer stackup: Signal – Ground – Power – Signal. This gives a full ground plane and a power plane while keeping signals near a reference. More complex boards use 6 or 8 layers to add more signal layers and planes, at higher cost and tighter registration.
Advanced Via Types
In a simple board, a via is a plated hole spanning the whole board. But multilayer boards enable smarter, space-saving types:
| Via type | Connects | Advantage | Cost |
|---|---|---|---|
| Through | All layers | Simplest and cheapest | Low |
| Blind | Outer to inner layer | Frees space on other layers | Medium |
| Buried | Inner layers only | Invisible from surface, higher density | High |
| Microvia | Two adjacent layers | Laser-drilled, very fine | High |
An important special case is the via-in-pad: the hole sits directly inside the component's solder pad, saving critical space under fine-pitch BGAs. But it must be filled and capped, or solder wicks into the hole during assembly.
HDI Technology
When density becomes extreme — a smartphone, or a BGA with very tight pin pitch — HDI (High Density Interconnect) technology comes in.
HDI relies on:
- Microvias laser-drilled below
0.15mm, sometimes stacked on top of each other. - Very fine lines and spaces (below
0.1mm). - Build-up layers added over a base core one at a time.
The result is far higher interconnect density in a smaller area — which is what makes modern electronics so small. The price: more complex, costlier fabrication, governed by its own standard (IPC-2226).
Controlled Impedance
Fast signals (USB, Ethernet, memory signals, RF) behave as waves traveling along the trace, not as a steady voltage. If the trace's impedance is not controlled, the signal reflects, distorts, and fails.
Impedance is set by trace geometry: its width, the dielectric thickness beneath it, and the material's dielectric constant (Dk). Common values: 50Ω for a single-ended trace, and 90Ω or 100Ω for differential pairs.
This is where the fab matters: when you request controlled impedance, the manufacturer tunes dielectric thicknesses and trace widths to hit the target value, may test it with a TDR instrument, and sends a report. This ties design directly to fabrication — you cannot achieve precise impedance without the fab's cooperation.
Flex and Rigid-Flex Boards
Not all boards are rigid. A flex PCB is built on a polyimide (Kapton) base instead of FR-4, so it bends and folds to fit tight or moving spaces.
- Static flex: bent once to be installed in a given shape (such as a board that folds inside an enclosure).
- Dynamic flex: withstands thousands of repeated bending cycles (such as a printer head or a hinge).
A rigid-flex board combines rigid sections that carry components with flexible ribbons that connect them, eliminating connectors and cables and increasing reliability. It is used in cameras, wearables, aerospace, and foldable devices — wherever space, weight, and reliability matter.
Special Boards: Aluminum and High Frequency
Some applications need a base material other than FR-4:
- Metal-core PCB (MCPCB): an aluminum (or copper) base with a thermal dielectric that conducts heat efficiently. Essential in high-power LED lighting and power electronics where heat dissipation is critical.
- Heavy copper: copper thickness from
2ozup to20ozto carry high currents in power boards, transformers, and busbars. - RF boards: GHz frequencies need low-loss, stable materials like Rogers or PTFE (Teflon), because FR-4 loses signal and its performance varies at high frequencies.
Material choice balances performance and cost: do not pay for Rogers laminate if your board is a slow industrial one, but do not use FR-4 in a GHz antenna.
Choosing a Stackup for an Industrial Board
Suppose an industrial gateway board with a fast MCU, an Ethernet port, and DDR memory:
- Layer count: 6 layers — to provide enough ground and power planes plus at least two signal layers.
- Stackup: Signal – Ground – Signal – Power – Ground – Signal (symmetric and balanced).
- Vias: through vias for general routing, with buried/blind vias to break out the BGA.
- Impedance: Ethernet differential pairs set to
100Ω, memory signals to50Ω— requesting controlled impedance from the fab. - Material: high-quality FR-4 (high Tg) is enough; no RF laminate needed here.
This is how performance requirements translate into concrete manufacturing decisions before you send the order.
Summary
Advanced boards open doors two layers cannot: a thoughtful stackup gives reference planes and stable power, blind/buried/microvias raise density, HDI works miracles in a small area, and controlled impedance preserves fast-signal integrity. Beyond FR-4 await flex boards for difficult spaces, metal-core boards for heat dissipation, and high-frequency boards for radio. Each choice ties a design decision to the fab's capability and cost. In the final lesson we go down to the workshop: how to make your board yourself, locally, without waiting for a shipment from abroad.