Radiation effects — TID, SEE, displacement damage
Core Concept
Space radiation damages electronics through three distinct physical mechanisms: Total Ionizing Dose (TID), Single Event Effects (SEE), and Displacement Damage (DD). Each mechanism attacks different aspects of semiconductor device physics, requiring different mitigation strategies.
Total Ionizing Dose (TID)
Physical Mechanism — Why TID Damages Electronics
Step 1: Ionization in oxide When an energetic particle (electron, proton, heavy ion) passes through silicon dioxide insulating layers:
where is the linear energy transfer (LET) — energy lost per unit path length.
Why this matters: SiO₂ has bandgap ~9 eV. A1 MeV proton creates ~10⁵ electron-hole pairs in a 1 μm oxide layer.
Step 2: Charge separation Electrons (mobile) are swept away by electric fields in nanoseconds. Holes (less mobile in SiO₂) drift slowly and many become trapped at defect sites:
where:
- = trapping fraction (~0.01-0.3 for SiO₂)
- = material density
- = oxide thickness
- = energy to create electron-hole pair (~18 eV in SiO₂)
Why this step: The trapped positive charge creates an electric field that shifts the transistor threshold voltage.
Step 3: Threshold voltage shift For a MOSFET, the trapped charge causes:
where is the oxide capacitance per unit area.
Physical insight: Negative shift for n-channel (device turns on easier, increases leakage). Positive shift for p-channel (may fail to turn on).
Typical rates:
- LEO (IS altitude): 1-10 rad/day behind2.5 mm Al
- GEO: 10-100 rad/day (electrons dominant)
- Interplanetary: ~10 rad/day (solar/galactic cosmic rays)
Derivation note: Actual dose depends on orbital inclination, solar cycle (affects trapped electron populations), and shielding geometry.
Step 1: Estimate dose rate Using AP-8/AE-8 trapped particle models:
Step 2: Calculate total dose
Step 3: Check device rating If microcontroller rated to 10 krad (typical commercial CMOS):
- Margin: 10,000 - 9,125 = 875 rad (~10% margin — inadequate!)
- Risk: Threshold shifts → increased leakage → thermal runaway
Why this step matters: You need 2-3× margin for uncertainties in dose rate models, manufacturing variations, dose rate effects (low dose rates can cause MORE damage in some oxides due to anealing competition).
Fix: Use rad-hard CMOS (100 krad+) or add more shielding (exponential diminishing returns — 10 mm Al only reduces dose by ~2×).
Single Event Effects (SEE)
Physical Mechanism — From Ionization Track to Bit Flip
Step 1: Charge deposition A heavy ion (e.g., Fe⁵⁶ from galactic cosmic rays) with LET = 40MeV·cm²/mg passes through a transistor:
where is the sensitive depth (~1-10 μm).
Example: In silicon ( g/cm³, eV):
Step 2: Charge collection Charge collected by drift (in depletion region, fast ~ps) and diffusion (in neutral regions, slower ~ns):
Peak current can reach miliamps in modern nanoscale devices.
Step 3: Circuit response If collected charge exceeds critical charge :
where is the node capacitance and is the voltage swing needed to flip the state.
Why smaller is more vulnerable: Modern7 nm nodes have fF, so fC — 100× more sensitive than 1990s technology.
where:
- = cross-section (effective area) for SE at given LET, in cm²/bit
- = particle flux vs. LET, in particles/(cm²·sr·sMeV·mg⁻¹·cm²)
Weibull fit for cross-section:
- = threshold LET below which no upsets occur
- = saturation cross-section (geometric device area)
- = fitting parameters
Step 1: Get GEO heavy ion flux Using CREME96 model for solar minimum:
Step 2: Calculate upset rate per bit
Step 3: Total device upset rate
Why this matters: ~1 upset per minute — unusable without error correction!
Mitigation: EDAC (Error Detection And Correction) — e.g., Haming codes add ~12% overhead but correct all single-bit errors, detect double-bit errors.
Single Event Latchup (SEL) — The Destructive Mode
Mechanism: Ionization track triggers parasitic PNPN thyristor structure in CMOS:
- Heavy ion creates electron-hole pairs
- Electrons/holes drift to nearby wells
- Activate parasitic NPN and PNP bipolar transistors
- Positive feedback: → can exceed 1 A → device destruction
Current latchup physics:
where are current gains of parasitic bipolars.
Why modern CMOS is safer: Triple-well processes isolate n-wells from p-substrate, breaking one parasitic path.
Displacement Damage
Physical Mechanism — Non-Ionizing Energy Loss (NIEL)
Step 1: Nuclear collision Incoming proton with kinetic energy scatters off silicon nucleus:
Maximum recoil energy: for head-on collision.
Threshold for displacement: eV for Si — much lower than ionization threshold.
Step 2: Cascade If , the recoiling Si atom (PKA = Primary Knock-on Atom) creates a displacement cascade:
A 10 MeV proton can displace ~30,000 atoms in a single collision!
Step 3: Defect formation Most displaced atoms recombine quickly. Stable defects form at ~0.1-1% of initial displacements:
- Vacancy (V): missing Si atom
- Interstitial (I): extra Si atom between lattice sites
- Complexes: V-O (vacancy-oxygen), V-V, etc.
These act as Shockley-Read-Hall recombination centers.
where:
- = initial lifetime
- = damage coefficient (material/device dependent)
- 1 MeV neutron equivalent fluence (all particles normalized to 1 MeV neutron NIEL)
Equivalent fluence:
Step 1: Calculate equivalent fluence GEO proton spectrum (trapped belts) gives ~ protons/(cm²·year) equivalent.
Step 2: Apply damage equation For GaAs solar cells:
Typical: , cm⁻².
Result: 4.6% power loss from displacement damage alone.
Why this step: Must oversize arrays by 1/(1-degradation) = 1.048× or ~5% to maintain end-of-life power.
Step 3: Add TID effects Coverglass darkening (TID in glass) adds another ~2-3% loss → total 7-8% degradation → size arrays at 1.08× beginning-of-life requirement.
Comparison Table — Know Which Threat You're Fighting
| Mechanism | Particle | Timescale | Effect | Anealing? | |-----------|----------|--------|------------| | TID | Electrons, protons, gamas | Years (cumulative) | Threshold shifts, leakage | Partial (thermal, but worsens first) | | SEE | Heavy ions, protons | Instant (random) | Bit flips, latchup, burnout | N/A (discrete events) | | DD | Protons, neutrons | Years (cumulative) | Lifetime degradation | Minimal (<10% at room temp) |
The steel-man: For low-energy particles (< 10 MeV), yes. For galactic cosmic ray heavy ions (GeV energies), shielding is nearly useless — even 1 meter of aluminum only reduces flux by ~2×.
Worse: Shielding creates secondary particles via nuclear fragmentation. A high-energy proton hitting aluminum produces neutrons, pions, light ions — sometimes increasing the dose behind the shield!
The nuance:
- TID: Optimize shielding thickness (2-5 mm Al typical)
- SEE from heavy ions: Shielding ineffective → use EDAC, redundancy, rad-hard design
- SE from protons: Moderate shielding helps (protons less penetrating than ions)
Correct approach: Dose-depth curves — calculate dose vs. shielding thickness for your specific orbit and particle environment. There's an optimal thickness beyond which you're just adding mass.
The failure mode: Ground testing uses:
- High dose rates (1-100 rad/s) — actual space is 10⁻⁵ rad/s
- Room temperature — orbit may be -40°C to +80°C
- Specific test particles — actual orbit has mixed spectrum
Low dose rate enhancement (LDRE): Some oxides show MORE damage at low dose rates because slow hole trapping competes with anealing. A part passing 100 krad at high rate may fail at 50 krad on orbit!
Temperature effects: Anealing speeds up at high temps (helps TID), but some defects more stable (worsens DD).
The fix:
- Request testing at mission-relevant dose rates and temps
- Apply uncertainty factors (2× for critical parts)
- Use heritage parts with proven flight performance
Mitigation Strategy Matrix
TID mitigation:
- Rad-hard-by-design (RHBD) processes (SOI, enclosed-gate transistors)
- Shielding optimization
- Device selection (test to mission dose + margin)
- Voltage derating (lower E-fields reduce trapping)
SEE mitigation:
- SEU: EDAC, TMR (Triple Modular Redundancy), scrubing
- SEL: Current limiting, watchdog timers, latchup-immune processes
- SEB/SEGR: Voltage derating, device selection (wide-bandgap materials)
DD mitigation:
- Oversize solar arrays
- Select devices with high initial lifetime
- Use materials less sensitive to DD (InGaP better than Si for solar cells)
- No effective shielding — design around degradation
Recall Explain to a 12-year-old
Imagine your phone going to space. Space is full of invisible super-fast bullets called radiation. These bullets mess up electronics in three ways:
TID is like the walls of your phone's circuits slowly getting dirty over years. Dirt builds up (trapped electric charges), and eventually buttons stop working right (transistors change how they turn on/off).
SEE is like a lightning bolt hitting your phone's memory. Suddenly a0 becomes a 1, and your saved game gets corrupted. Or even worse, it creates a short circuit that fries the chip instantly!
Displacement damage is like someone shaking your phone so hard that atoms in the solar panel get knocked out of place. The panel still works but makes less electricity because it's got tiny holes in its structure.
Engineers deal with this by:
- Using tougher "space-grade" electronics (like a rugedized phone case, but for the circuits themselves)
- Having backup copies of everything (if one memory bit flips, two other copies vote it down)
- Making solar panels bigger than needed so when they get weaker, there's still enough power
It's why space stuff costs so much — everything has to survive this invisible bullet storm for years!
Visual: TID is rust, SEE is lightning, DD is termites
Connections
- Spacecraft Orbits — orbit determines radiation environment (LEO vs GEO vs interplanetary)
- Van Allen Belts — trapped proton/electron belts are primary TID/DD source for Earth orbit
- Solar Activity Cycles — solar max/min affects trapped electron populations (factor of 10×)
- Semiconductor Physics — band structure, E-field in oxides, minority carrier lifetime underpin all three mechanisms
- Error Correcting Codes — Hamming, Reed-Solomon for SEU mitigation
- Photovoltaic Systems — solar cell degradation from DD
- Power Budget — must account for 5-10% solar array degradation
- Reliability Engineering — FIT rates, bathtub curve affected by radiation-induced infant mortality
#flashcards/physics
What are the three primary radiation damage mechanisms in spacecraft electronics? :: Total Ionizing Dose (TID), Single Event Effects (SEE), and Displacement Damage (DD).
What physical process causes TID damage?
Why does TID cause threshold voltage shifts in MOSFETs?
What is the typical TID rate in GEO?
What is an SE?
Why are smaller transistors more vulnerable to SEU?
What is SEL and why is it dangerous?
How is SE rate calculated?
What causes displacement damage?
What is NIEL?
How does displacement damage degrade solar cells?
What is 1 MeV neutron equivalent fluence?
Why doesn't heavy shielding stop galactic cosmic ray heavy ions?
What is Low Dose Rate Enhancement (LDRE)?
Name three SEU mitigation techniques :: Error Detection And Correction (EDAC), Triple Modular Redundancy (TMR), and periodic memory scrubbing.
Why must solar arrays be oversized for long missions?
What is the LET threshold for SEU?
Compare TID and DD timescales
What secondary particles does shielding create?
Why is GEO worse for TID than LEO?
Concept Map
Hinglish (regional understanding)
Intuition Hinglish mein samjho
Dekho, space mein satellites ke electronics ke saath kya hota hai — ye samajhna bahut zaroori hai. Space radiation teen alag-alag tareeke se damage karti hai, jaise teen alag kism ke vandalism tumhare ghar par ho rahe hon. TID matlab dheere-dheere paani ka nuksaan — years mein slowly accumulate hoti hai, oxide layers mein charge trap ho jaata hai. SEE matlab bijli girna — sudden random event jo ek switch flip kar sakta hai. Aur DD matlab deemak (termites) — atoms crystal lattice se nikal jaate hain aur permanent defect ban jaate hain. Har mechanism device physics ke alag hisse par attack karta hai, isliye har ek ka mitigation strategy bhi alag hota hai.
Ab TID ki intuition samjho — jab koi energetic particle silicon dioxide insulator se guzarta hai, to wo electron-hole pairs banata hai. Electrons to fast bhaag jaate hain, lekin holes slow hote hain aur bahut saare defect sites par trap ho jaate hain. Ye trapped positive charge ek electric field bana deta hai jo transistor ka threshold voltage shift kar deta hai — matlab device ka on/off behaviour badal jaata hai. Formula yahi bataata hai. n-channel devices mein leakage badh jaata hai, p-channel kabhi-kabhi on hi nahi hota. Yeh gradual failure hai, ek din mein nahi hoti.
Ye matter kyun karta hai? Kyunki jab tum ek satellite design karte ho — maan lo 5-year mission LEO orbit mein — to tumhe pehle se calculate karna hoga ki total dose kitna hoga. Example mein dekha, 9125 rad aa rahi thi aur device sirf 10 krad tak rated tha, matlab bas 10% margin — ye bilkul kaafi nahi! Real engineering mein tumhe 2-3x margin chahiye kyunki dose rate models mein uncertainty hoti hai, manufacturing variations hoti hain, aur low dose rate par kabhi-kabhi zyada damage bhi ho jaata hai. Isliye rad-hard components choose karna ya extra shielding lagana — ye decisions isi understanding se aate hain. Yahi to spacecraft ko years tak zinda rakhta hai.