MRAM (Magnetoresistive RAM) Fabrication is the semiconductor manufacturing process for producing non-volatile memory that stores data using magnetic tunnel junctions (MTJs) β where information is encoded as the relative magnetization direction of two ferromagnetic layers separated by a thin oxide barrier, offering unique combination of non-volatility, SRAM-like speed (~10 ns), unlimited endurance (>10ΒΉβ΅ cycles), and CMOS compatibility that makes embedded MRAM the leading replacement for embedded flash at advanced nodes.
MTJ Structure
```
[Top electrode (TaN/Ta)]
[Free layer (CoFeB ~1-2 nm)] β Magnetization can switch
[MgO tunnel barrier (~1 nm)] β Ultrathin insulator
[Reference layer (CoFeB)] β Fixed magnetization
[SAF + pinning layers] β Locks reference direction
[Bottom electrode (TaN/Ta)]
- Parallel magnetization (P): Low resistance (R_P) β Logic "0".
- Anti-parallel (AP): High resistance (R_AP) β Logic "1".
- TMR ratio: (R_AP - R_P) / R_P = 100-200% for CoFeB/MgO MTJ.
Switching Mechanisms
| Type | How It Switches | Speed | Energy | Maturity |
|------|----------------|-------|--------|----------|
| STT-MRAM | Spin-transfer torque from current through MTJ | 5-30 ns | ~100 fJ | Production |
| SOT-MRAM | Spin-orbit torque from adjacent heavy metal | 1-10 ns | ~10 fJ | R&D |
| VCMA-MRAM | Voltage-controlled magnetic anisotropy | <1 ns | ~10 fJ | Research |
STT-MRAM Write Process
`
Write "1" (P β AP):
Current flows from free layer to reference layer
Spin-polarized electrons exert torque on free layer
Free layer magnetization flips to anti-parallel
Write "0" (AP β P):
Current flows in reverse direction
Spin torque flips free layer back to parallel
Read:
Small current measures resistance
R_high β AP β "1", R_low β P β "0"
`
MRAM Fabrication Process Flow
```
[CMOS BEOL up to target metal layer]
β
[Bottom electrode deposition (TaN/Ta PVD)]
β
[MTJ film stack deposition (PVD/sputtering, ~20-30 layers, total ~20-30 nm)]
- Seed layer, SAF, reference CoFeB, MgO, free CoFeB, cap
- All deposited in ultra-high vacuum, <10β»βΈ Torr
- MgO barrier must be precisely 1.0 Β± 0.1 nm
β
[Anneal (300-400Β°C in magnetic field) β crystallize CoFeB, set reference direction]
β
[Patterning: Ion beam etch (IBE) or RIE to define MTJ pillars]
- Critical: No chemical attack on magnetic layers
- Redeposition of metallic material β shorts between layers
β
[Encapsulation (SiN/SiOβ) to protect MTJ]
β
[Continue BEOL: Via, upper metal layers]
Manufacturing Challenges
| Challenge | Why It's Hard | Solution |
|-----------|-------------|----------|
| MgO thickness control | Β±0.1 nm needed across 300mm wafer | Advanced PVD control |
| MTJ patterning | No volatile etch products for Co/Fe | Ion beam etch (IBE) |
| Redeposition | Etched metal redeposits on MTJ sidewalls | Angled IBE, in-situ clean |
| CMOS thermal budget | MTJ degrades >400Β°C | Low-T BEOL after MTJ |
| Uniformity | TMR variation across wafer | Interface engineering |
MRAM vs. Other Memory
| Property | SRAM | DRAM | Flash | STT-MRAM |
|----------|------|------|-------|----------|
| Speed (read) | <1 ns | ~10 ns | ~25 Β΅s | ~10 ns |
| Non-volatile | No | No | Yes | Yes |
| Endurance | Unlimited | Unlimited | 10β΄-10β΅ | >10ΒΉβ΅ |
| Density | Low (6T cell) | High (1T1C) | Very high | Medium (1T1MTJ) |
| Embedded at 5nm | Yes | No | No | Yes |
Production Status
- TSMC: Embedded MRAM at 22nm and 16nm for IoT/MCU products.
- Samsung: 28nm eMRAM in production.
- GlobalFoundries: 22FDX with eMRAM.
- Intel: Research on SOT-MRAM for cache replacement.
MRAM fabrication is the convergence of magnetic materials science and CMOS manufacturing β by integrating nanometer-thick magnetic tunnel junctions into standard BEOL process flows, MRAM brings non-volatile, high-speed, unlimited-endurance memory to advanced logic chips, enabling instant-on processors, non-volatile caches, and persistent computing architectures that fundamentally change how systems handle power and data persistence.