endpoint detection etch explained
**Endpoint algorithms are the real-time detection systems that tell a plasma etch tool exactly when to stop etching, and getting that timing right is just as critical as every other precision requirement covered throughout this series' etch discussions.** Every etch step described so far — trench isolation, gate patterning, spacer formation — depends on the etch removing exactly the intended material and then stopping cleanly, ideally right at an interface with a different underlying material. Etching for too short a time leaves unwanted material behind, breaking the intended pattern; etching for too long removes material that should have stayed, or worse, damages a delicate layer underneath — exactly the gate-oxide-damage risk the polysilicon etch and decoupled plasma source entries both flagged directly. Since the etch itself is a chemical and physical process happening inside a sealed chamber, the tool cannot simply "look" at the wafer to check progress the way a person might — it needs an indirect, real-time signal that reveals what's actually happening at the etch front.
**The most common endpoint technique monitors the light emitted by the plasma itself, because the plasma's chemical composition — and therefore its optical signature — changes the instant the etch reaches a different material.** As the etch removes one material and the byproduct species from that reaction fill the chamber, the plasma glows with a characteristic optical emission spectrum tied to those specific byproducts. The moment the etch front breaks through to a different underlying material — say, from polysilicon down to the gate oxide beneath it — the chemical byproducts in the plasma change almost immediately, and so does the plasma's optical emission signature. Endpoint algorithms continuously monitor specific wavelengths in that emission spectrum, watching for the characteristic rise or fall that signals the transition, and can trigger the tool to stop etching within a fraction of a second of that transition being detected.
```svg
```
**Endpoint algorithms have to be tuned carefully, and getting them wrong has consequences directly tied to problems described elsewhere in this series.** A threshold set too conservatively (requiring a very strong, unambiguous signal shift before stopping) risks over-etching into the underlying layer before the algorithm reacts — exactly the gate-oxide-damage scenario the polysilicon etch entry warned about. A threshold set too aggressively (triggering on small signal fluctuations) risks stopping the etch too early, leaving unwanted material behind and breaking the intended pattern. Modern endpoint systems often monitor multiple wavelengths simultaneously and apply statistical smoothing or pattern-recognition techniques to distinguish a genuine material transition from ordinary plasma noise, since a single misfired stop signal across a whole production lot can mean scrapping every wafer processed with that faulty timing.
| Endpoint Approach | What It Monitors | Best Suited For |
|---|---|---|
| Single-wavelength optical emission | One characteristic byproduct wavelength | Simple, well-characterized etch steps |
| Multi-wavelength optical emission | Several wavelengths simultaneously | Complex stacks, ambiguous single-signal cases |
| Statistical/pattern-based algorithms | Trend and shape of signal change over time | Noisy processes, distinguishing true transitions from fluctuation |
```flowchart
st=>start: Plasma etch begins on the target material layer
monitor=>operation: Endpoint system continuously monitors optical emission wavelengths
stable=>operation: Signal remains stable while etching through the target material
transition=>operation: Etch front reaches the underlying material, byproducts change
detect=>operation: Algorithm detects the characteristic signal shift crossing its threshold
stop=>operation: Etch stop signal issued within a fraction of a second
verify=>operation: Metrology confirms etch depth and interface quality
pass=>end: Etch stopped precisely at the intended material transition
st->monitor->stable->transition->detect->stop->verify->pass
```
**Endpoint algorithms are the quiet, real-time decision-making layer that makes every precision etch step covered throughout this series actually achievable in production, rather than just theoretically possible.** Without reliable endpoint detection, achieving the gate-etch precision, spacer self-alignment, and trench-depth control described earlier would require etching for a fixed, conservatively-long time and hoping process conditions stayed perfectly consistent across every wafer — an approach that doesn't scale to the wafer-to-wafer, die-to-die consistency modern AI accelerator manufacturing demands. Endpoint detection turns etch timing from an open-loop guess into a closed-loop, self-correcting process, which is exactly the kind of real-time process control that high-volume, high-precision semiconductor manufacturing depends on at every single etch step across the entire fab process chain.