2.4 Components and packages
A schematic symbol is a theoretical instruction; a component package is a physical constraint. In manufacturing, the “package” defines the dimensions, lead geometry, and material casing of an electronic part. The placement machine does not interpret whether a chip is a microcontroller or a simple timer. It only registers the physical geometry of the plastic body and how its metal leads must align with the printed solder paste. Choosing a package that exceeds the placement resolution or thermal capability of your assembly line means the hardware will fail to yield, regardless of how flawless the electrical logic is.
Passive components: size vs. yield
Section titled “Passive components: size vs. yield”Resistors and capacitors—passives—typically constitute 80% to 90% of the total component count on a printed circuit board. Their physical footprints are defined by standard imperial size codes, such as 0402 or 0603.
The scaling trade-off
Section titled “The scaling trade-off”- 0201 or smaller: These ultra-miniature packages pose significant assembly challenges. They are highly susceptible to “tombstoning”—standing up vertically on one pad—due to uneven surface tension in the liquid solder during reflow. Specifying these requires high-precision placement machines and perfectly tuned paste stencils.
- 0402 and 0603: These represent the current industry baseline. They offer an optimal balance of cost, density, and ease of placement, carrying a very low manufacturing risk.
- 1206 or larger: While robust for placement, large ceramic passive bodies are mechanically brittle. When the PCB flexes during downstream operations like depanelization or final assembly fastening, the rigid ceramic body of the capacitor can crack, often causing an immediate short circuit.
Integrated circuits (ICs): leaded vs. leadless
Section titled “Integrated circuits (ICs): leaded vs. leadless”Silicon chips generally utilize one of two primary mechanical interface styles: those with visible, protruding legs (leaded) and those with hidden contact pads underneath the body (leadless).
Leaded packages (SOIC, QFP, TSSOP)
Section titled “Leaded packages (SOIC, QFP, TSSOP)”These packages feature metal legs extending from the perimeter of the component body.
- The Advantage: The resulting solder joint is fully visible. A quality inspector can easily verify wetting and alignment using a standard microscope.
- The Risk: The leads are fragile. If a single leg is bent by even 0.1 mm while in the shipping tray, it will fail to make contact with the matching PCB pad, resulting in an open circuit.
Leadless packages (QFN, BGA, LGA)
Section titled “Leadless packages (QFN, BGA, LGA)”These packages utilize contact arrays situated entirely beneath the component body.
- The Advantage: They provide exceptional connection density, allowing more complex silicon to fit within a smaller PCB footprint.
- The Risk: The solder joints are completely hidden from optical view.
- Engineering Rule: When a design incorporates BGA, LGA, or QFN packages, it is essential to plan and budget for automated X-Ray inspection (AXI) at the factory. Visual inspection is impossible without specialized equipment.
Connectors: mechanical stress points
Section titled “Connectors: mechanical stress points”Connectors are the primary interface where end-users interact with the PCBA by plugging and unplugging cables.
- Surface Mount (SMT) Connectors: These rely entirely on the mechanical strength of the surface solder joints. When a user pulls the cable forcefully, the leverage can easily peel the copper pads directly off the FR-4 substrate.
- Through-Hole (THT) Connectors: The metal legs pass entirely through the board and are soldered on the opposite side. While they do introduce manual assembly costs, they provide vastly superior mechanical resilience.
- Engineering Rule: When a connector will experience frequent mating cycles (such as a USB charging port), it is heavily advised to utilize Through-Hole mounting or, at minimum, an SMT design featuring robust Through-Hole anchor tabs.
Material handling: physics and chemistry
Section titled “Material handling: physics and chemistry”Components are sensitive physical objects. Their survivability depends heavily on managing moisture, electrostatic discharge (ESD), and mechanical orientation.
Component polarity
Section titled “Component polarity”Certain components function in one electrical direction only. Examples include diodes, polarized capacitors (electrolytic and tantalum), some ICs, and LEDs.
- The Alignment Trap: The polarity markers on the PCB silkscreen (dots, lines, or plus signs) must unambiguously match the physical indicator on the component body.
- The Consequence: Installing a polarized component backward is a critical failure. For example, a reversed tantalum capacitor will act as a short circuit and predictably rupture or catch fire upon initial power-up.
Moisture sensitivity level (MSL)
Section titled “Moisture sensitivity level (MSL)”Plastic IC packages naturally absorb moisture from the ambient air over time. When a moisture-laden chip enters a 260°C reflow oven, the trapped water instantly vaporizes into steam. The resulting internal pressure cracks the plastic body from the inside out—a destructive phenomenon known as “popcorning.”
- MSL 1: The component is effectively immune to standard environmental moisture.
- MSL 3: The component has a defined “floor life.” It must be soldered within 168 hours of breaking the protective factory vacuum seal.
- Engineering Control: When the floor life of an MSL-rated component expires before assembly, the parts must undergo a highly controlled “baking” process in a specialized dry oven to safely extract the moisture prior to entering the reflow oven.
Packaging formats: tape, tray, and tube
Section titled “Packaging formats: tape, tray, and tube”Surface mount placement machines require components to be fed from specific standardized carriers.
- Tape and Reel: The mandatory standard for mass production. It enables high-speed, continuous component feeding.
- Tray: Utilized for large, mechanically delicate, or perfectly flat chips like QFPs and BGAs.
- Tube: A legacy format that requires slower vibrating feeders, which are highly prone to jamming. It is highly recommended to avoid specifying tube packaging for new designs.
Pro-Tip: Never supply loose “Cut Tape” (short strips of tape) to an EMS for mass production runs. The automated feeders require a long strip of empty tape (a “leader”) to thread the mechanical feeder. When you supply a short strip containing exactly the ten required resistors, the machine cannot thread it, and the operator will be forced to place those tiny components manually with tweezers.
Final Checkout: Components and packages
Section titled “Final Checkout: Components and packages”| Category | Parameter | Risk Factor | Critical Control |
|---|---|---|---|
| Passives | Size Code | Tombstoning / Cracking | Default to 0402 or 0603. Confine 0201 to highly space-constrained areas. |
| ICs | Lead Style | Hidden Solder Joints | Require X-Ray inspection for all QFN and BGA packages. |
| Mechanical | Mechanical Stress | Pad Delamination | Enforce Through-Hole anchors for all external I/O ports. |
| Handling | Polarity | Component Destruction | Unambiguously indicate Pin 1 / Anode on both Silkscreen and Assembly Drawings. |
| Handling | MSL | Popcorning | Monitor factory exposure time for MSL 3+ parts; bake immediately if expired. |
| Sourcing | Packaging Format | Machine Jamming | Specify Tape & Reel for all viable SMT parts; explicitly ban loose cut tape. |