A radiation-hardened microcontroller (rad hard MCU) is a specialized integrated circuit designed to survive and operate correctly in high-radiation environments by mitigating single-event effects (SEE) and total ionizing dose (TID) degradation at the silicon and layout level. If you are designing a CubeSat, a high-altitude pseudo-satellite (HAPS), or control electronics for a nuclear facility, dropping a commercial off-the-shelf (COTS) ESP32 or STM32 into the payload is a gamble with a predictable failure date. Understanding the physics of silicon degradation and the exact specifications of space-grade silicon is the difference between a five-year mission and a five-minute brick.
The Physics of Failure: What Radiation Does to Silicon
Radiation destroys microcontrollers through two primary mechanisms: cumulative damage and instantaneous strikes. Total Ionizing Dose (TID) is the cumulative effect. As high-energy protons and gamma rays pass through the silicon dioxide (SiO2) insulating layers of a MOSFET, they create electron-hole pairs. The electrons sweep away, but the heavier holes get trapped in the oxide. Over time, this trapped positive charge shifts the transistor's threshold voltage (Vth). Eventually, the transistors either leak excessively or fail to turn on entirely, increasing standby current until the part overheats or logic thresholds collapse.
Single-Event Effects (SEE) are instantaneous and far more violent. When a single heavy ion strikes the silicon substrate, it deposits a massive amount of charge along its track. This causes Single-Event Upsets (SEUs)—bit flips in RAM or flash—and Single-Event Latchups (SEL), which are catastrophic.
When a heavy ion strikes the bulk-CMOS substrate of a standard 40nm commercial MCU, it can trigger a parasitic silicon-controlled rectifier (SCR) between the VDD and GND rails. If the ion's Linear Energy Transfer (LET) exceeds the part's threshold (often as low as 5 to 15 MeV-cm²/mg for COTS parts), the SCR latches on. The 3.3V rail suddenly sees a dead short. Current spikes from a normal 80mA operating draw to >600mA. Power dissipation jumps to nearly 2W inside a tiny QFN package. Without an active over-current protection (OCP) circuit on your PCB that cuts the rail in <10 microseconds, the bond wires melt and the part dies permanently. A true rad hard MCU uses Silicon-on-Insulator (SOI) or deep trench isolation to physically break that parasitic SCR path, pushing the SEL LET threshold above 100 MeV-cm²/mg—making latchup physically impossible in Earth orbit.
Spec-Sheet Showdown: COTS vs. Rad Hard MCU Performance
The leap from commercial silicon to space-grade silicon is not just a matter of better packaging; it requires fundamentally different semiconductor manufacturing processes, larger geometry nodes, and exhaustive lot-testing. Below is a data-dense comparison of real microcontrollers across the radiation tolerance spectrum.
| MCU Class | Example Part | Process Node | TID Limit | SEL LET Threshold | Approx. Unit Price |
|---|---|---|---|---|---|
| Commercial (COTS) | ESP32-WROOM-32 (Xtensa LX6) | 40nm | ~10 - 20 krad(Si) | < 15 MeV-cm²/mg | $5 |
| Industrial / Auto | STM32H7 (Cortex-M7) | 40nm | ~30 krad(Si) | ~ 20 MeV-cm²/mg | $15 |
| Rad-Tolerant | Microchip ATmegaS128 (AVR) | 350nm | 100 krad(Si) | > 62 MeV-cm²/mg | $150 |
| Rad-Hard (Modern) | Vorago VA10820 (Cortex-M0) | 200nm | > 1000 krad(Si) (1 Mrad) | > 100 MeV-cm²/mg | $850 |
| Rad-Hard (Legacy/Deep Space) | BAE Systems RAD750 (PowerPC) | 150nm | 1000 krad(Si) | > 100 MeV-cm²/mg | $200,000+ |
Source data derived from NASA NEPP radiation assurance databases and manufacturer datasheets from Vorago Technologies and Microchip Technology.
Where You Meet Rad Hard MCUs in Practice
You do not use a $850 Vorago VA10820 for a weather station in your backyard. Rad hard MCUs are deployed in specific orbital and terrestrial environments where the cost of failure—both financial and human—vastly outweighs the silicon cost.
- Low Earth Orbit (LEO) CubeSats: In LEO (400-600km), the Earth's magnetic field provides significant shielding from galactic cosmic rays. Here, engineers often use rad-tolerant parts like the ATmegaS128 or employ COTS parts with aggressive software scrubbing and hardware watchdogs. TID is usually capped around 20-50 krad over a 2-year mission.
- Geostationary Orbit (GEO) & Deep Space: GEO satellites pass through the Van Allen radiation belts, and deep space probes face unshielded galactic cosmic rays. TID can exceed 100 krad, and heavy ion flux is high. This is the domain of true rad hard MCUs like the VA10820 or the RAD750, where an SEL LET threshold > 100 MeV-cm²/mg is mandatory to prevent latchup-induced fires.
- Nuclear Reactor Control & Medical Linacs: Inside the containment building of a fission reactor, or near the target of a medical linear accelerator, neutron and gamma flux will quickly turn a COTS MCU into a paperweight. Rad hard MCUs are used for localized sensor polling and actuator control where running long analog signal lines back to a shielded control room is impractical.
What it changes in your circuit design: Swapping a COTS MCU for a rad hard MCU is not a simple drop-in replacement. Rad hard parts often operate at wider voltage tolerances (e.g., 2.7V to 5.5V) but may have lower clock speeds (e.g., 50MHz max for the VA10820 compared to 400MHz+ for COTS). On the PCB, you must implement localized, fast-trip Over-Current Protection (OCP) on every power rail. Even if the MCU is SEL-immune, peripheral COTS components (like your SPI flash or voltage regulators) are not. Furthermore, you must route your PCB with guard rings and avoid placing sensitive analog traces near the digital switching nodes, as the larger geometry nodes of rad hard parts can generate higher switching noise.
Common Confusions: Rad-Hard vs. Rad-Tolerant vs. Ruggedized
The marketing terminology in the embedded space is notoriously loose. Confusing these three categories is the fastest way to fail a design review.
Radiation-Hardened (Rad-Hard): The physics of the silicon are altered. The manufacturer uses SOI (Silicon-on-Insulator) wafers, enclosed-layout transistors (ELT) to prevent leakage paths, and deep trench isolation. The part is guaranteed by test data to survive specific TID and LET thresholds. You are paying for the silicon physics and the lot-testing.
Radiation-Tolerant: This is usually a standard COTS design fabricated on an older, inherently more robust node (like 350nm), or a COTS part that has been heavily shielded in its package. It relies on system-level mitigation: Error Correction Code (ECC) memory, Triple Modular Redundancy (TMR) voting logic, and software memory scrubbing to recover from bit flips. It might survive a bit flip, but it is still vulnerable to destructive latchup.
Ruggedized (Mil-Spec): A ruggedized MCU (e.g., an automotive AEC-Q100 or military MIL-STD-883 part) is tested for extreme temperature cycling (-55°C to +125°C), mechanical shock, and vibration. It has zero guaranteed resistance to ionizing radiation. A ruggedized part will die in space just as fast as a commercial part.
Frequently Asked Questions
Can I just wrap a standard ESP32 in lead shielding to make it rad-hard?
No. Lead shielding only attenuates gamma rays and X-rays (reducing TID). It does nothing to stop high-energy heavy ions (which cause SEE/latchup) and actually makes the problem worse by creating secondary particle showers when struck by high-energy protons. Shielding adds dead weight to a spacecraft without solving single-event effects.
Why are rad hard MCUs so much slower than my smartphone processor?
Smaller process nodes (like 5nm or 3nm) pack transistors closer together and use thinner oxides, making them incredibly fast but highly vulnerable to single-event transients. Rad hard MCUs use older, larger nodes (150nm to 350nm) to ensure physical spacing and oxide thickness can absorb ion strikes without triggering parasitic latchups. You trade clock speed for survival.
Do I need a rad hard MCU for a high-altitude weather balloon?






