4.1.9 · D3Memory Technologies

Worked examples — Floating gate transistor operation

3,713 words17 min readBack to topic

Before we start, one full re-cash of the notation so a first-time reader can follow line one.


The scenario matrix

Every problem this topic can throw is one of these case-classes. The examples below hit each cell.

# Case class What is degenerate/limiting about it Example
A Negative charge (electrons injected → programmed) ordinary "sign of charge" case Ex 1
B Positive charge (net holes / over-erase) opposite sign — goes below baseline Ex 2
C Zero charge (fully erased, ) degenerate input, Ex 3
D The read decision (does it conduct?) the three sub-cases: below / between / above Ex 4
E Multi-level packing (many levels) how fine can we slice the charge axis? Ex 5
F Design-parameter sweep ( changes) limiting behaviour as large/small Ex 6
G Leakage over time (retention, real world) charge slowly drains → decays Ex 7
H Exam twist (coupling ratio + intrinsic ) full observed-threshold formula, not just the shift Ex 8

Example 1 — Case A: electrons injected (programmed cell)


Example 2 — Case B: net positive charge (over-erase)


Example 3 — Case C: zero charge (the degenerate baseline)


Example 4 — Case D: the read decision (all three sub-cases)

Two new symbols enter here, so we name them before use.

The figure below is a threshold number line: the horizontal axis is in volts, the three coloured tick marks are the three cells' thresholds (, , ), and the dashed vertical line is the read voltage sitting in the gap. Any cell whose threshold lies to the left of the dashed line conducts. Use it to check each verdict below.

Figure — Floating gate transistor operation

Example 5 — Case E: multi-level packing

The figure below stacks the four MLC charge levels as four horizontal lines (bottom = erased "11", top = most electrons "00"), with the three equal gaps between them labelled — each gap needs about electrons. It is the picture of "slicing the charge axis into bands."

Figure — Floating gate transistor operation

Example 6 — Case F: design sweep & limiting behaviour


Example 7 — Case G: leakage over time (retention, real-world)

The figure below plots (vertical axis, volts) against storage time in years (horizontal axis). The teal curve is the exponential decay starting at ; the dashed orange line is the read-margin floor; the plum dot marks years where the curve has fallen to — just below the floor. It is the visual of "the bit fades."

Figure — Floating gate transistor operation

Example 8 — Case H: exam twist (coupling ratio + intrinsic threshold)

This example is the only place we need — the floating-gate-to-channel capacitance defined at the top. It builds the coupling ratio , which we now define.


Recall

Recall Which case had

go below baseline, and why? Case B (Ex 2), over-erase ::: net positive trapped charge makes ; the cell turns on too easily and can be stuck-ON.

Recall Doubling

does what to the sensing swing? Halves it ::: because (Ex 6).

Recall Why does the threshold decay

exponentially over years, not linearly? Leak rate is proportional to the charge remaining ::: "rate ∝ amount" () is the signature of exponential decay (Ex 7).

Recall In the full formula, why is the intrinsic term

larger than ? Only a fraction of the control-gate voltage couples to the floating gate ::: so you must over-apply by to reach the intrinsic threshold (Ex 8).