Intuition The ONE core idea
Every emerging memory (MRAM, ReRAM, PCM) stores a bit as a resistance — a physical, stubborn property of a material that stays put when the power dies. So before you can understand any of them, you only need to be fluent in three things: what resistance is, how current and voltage relate to it, and how heat comes out of a resistor. Master those and the whole topic is just "how do we flip a material between high-R and low-R?"
Before any symbol, let us name the players so no abbreviation is a mystery later.
Definition The memory acronyms — spelled out
SRAM = Static Random-Access Memory (fast, volatile, big) — see SRAM .
DRAM = Dynamic Random-Access Memory (dense, volatile, needs refresh) — see DRAM .
Flash = flash memory (non-volatile, slow to write, wears out) — see Flash Memory .
MRAM = Magnetoresistive Random-Access Memory — bit stored as magnetic orientation.
ReRAM (a.k.a. RRAM) = Resistive Random-Access Memory — bit stored as a conductive filament.
PCM = Phase-Change Memory — bit stored as the atomic phase (crystalline vs amorphous) of a glass-like material.
The last three (MRAM, ReRAM, PCM) are the "emerging memories" of the parent topic; the first three are the old charge-based memories they aim to replace.
Old memories (SRAM, DRAM, Flash) store a bit as charge — a puddle of electrons that is either present or absent. Charge leaks, so those memories forget.
Emerging memories (MRAM, ReRAM, PCM) throw that away. They store a bit as how hard it is for electricity to flow through the cell . Two flavours:
Electricity flows easily → low resistance → call it one bit value.
Electricity flows poorly → high resistance → call it the other bit value.
Everything else in the parent note is machinery for setting and reading that resistance. So let us build every symbol from the ground up. Figure s01 below shows exactly this contrast — one cell that lets charges stream through, one that chokes them.
Figure s01 — Left (red): a low-resistance cell, many charge arrows pass through easily. Right (black): a high-resistance cell, only one arrow makes it. Same push, different flow — that difference is the stored bit.
I
Plain words: current is how many electric charges flow past a point each second . Picture: water flowing through a pipe — current is the number of litres per second passing a cross-section.
Unit: the ampere (A). Its symbol is the letter I (from French intensité ).
Why the topic needs it: to flip a memory bit you push a current through the material; to read a bit you check how much current gets through.
Definition Sign convention (which way is "positive"?)
By convention, positive current means positive charge flowing from the + terminal, through the cell, to the − terminal (electrons actually drift the other way, but we track the conventional direction). This matters for ReRAM/PCM writes, where reversing the current direction (opposite polarity) does the opposite job (SET vs RESET). Throughout this note we take the read/write current as flowing in that positive direction unless stated.
Sub-units you will meet:
V
Plain words: voltage is the electrical "push" that drives current . Picture: the height of a water tank — the taller the tank, the harder the water is shoved through the pipe below.
Unit: the volt (V). Symbol: V (sometimes U elsewhere; this note uses V ).
Why the topic needs it: reading uses a small push V r e a d (too gentle to disturb the bit); writing uses a larger push to physically change the material.
Sign convention: a voltage is always measured across two points; we call the + terminal the higher-potential one. V r e a d > 0 means we push current in the positive direction defined above.
The parent note writes things like V r e a d = 0.2 V and V se n se . These are all voltages — different pushes measured at different points in the circuit.
This is the heart of the whole topic. Resistance is the thing the bit is stored in.
R
Plain words: resistance is how strongly a material fights the flow of current . Picture: a narrow, gravelly section of pipe — same push, less water gets through.
Unit: the ohm , symbol Ω (Greek capital omega).
1 k Ω = 1 0 3 Ω (kilo-ohm). So a 2 k Ω cell means 2000 ohms.
Now the single most-used equation in the parent note:
Figure s02 — The red curve is I = V / R for a fixed V = 1 V. As resistance R grows (rightward), the current I drops. The two labelled points are a low-R "easy" state and a high-R "hard" state — the two things a memory bit toggles between.
V = I R vs I = V / R — same law
Beginners think these are two facts to memorise. They are one fact rearranged. If you know any two of { V , I , R } , this gives you the third. Nothing more.
To read a resistive cell you put it in series with a fixed resistor. "In series" means one after the other on the same wire, so the same current flows through both.
Definition Series & the load resistor
R L
Plain words: two resistors in series share one current; the total resistance is their sum . Picture: two gravelly pipe sections joined end to end — the water fights through the first, then the second.
R L = the load resistor , a fixed reference resistance the designer adds. The cell R ce l l is the unknown one holding the bit.
Because the same current I flows through both, Ohm's law on each piece splits the total push. That splitting is the voltage divider , drawn in Figure s03 :
Figure s03 — The read circuit: the source pushes V r e a d ; the cell R ce l l (red, the bit) sits in series with the load R L . The dot marks the node where V se n se is measured. Same current I threads both resistors.
Now the two states of a resistive cell get their standard names:
Definition LRS, HRS and the "memory window"
LRS = Low-Resistance State — the cell is a good conductor (small R L R S ). Electricity flows easily.
HRS = High-Resistance State — the cell blocks current (large R H R S ). Electricity barely flows.
Memory window = the ratio (or gap) between those two resistances , R H R S / R L R S . It measures how far apart the "0" and "1" readings are . A big window = the two V se n se values are well separated = easy, reliable reading. A tiny window = the sense amplifier struggles to tell them apart.
(Which state is called "0" and which "1" is just a designer's convention — what matters is that the window is large.)
Worked example Sanity-check the divider extremes
If R ce l l → 0 (perfect conductor, extreme LRS): V se n se = V r e a d ⋅ R L R L = V r e a d — all the push lands on the load.
If R ce l l → ∞ (perfect insulator, extreme HRS): V se n se = V r e a d ⋅ ∞ R L = 0 — none reaches the load.
Real cells sit between these, which is why a big memory window R H R S / R L R S makes the two readings far apart and easy to tell apart.
MRAM's reads and ReRAM/PCM's writes all care about how much heat a current dumps into the material . That heat is what melts GST (the phase-change glass) in PCM.
P
Plain words: power is energy delivered per second . Unit: the watt (W) = joules per second.
Picture: how fast a kettle heats — high power = fast heating.
Definition Temperature rise
Δ T and thermal capacitance C t h
Δ T (the capital Greek delta Δ means "change in") is how many kelvins hotter the material gets — a rise , not an absolute temperature.
C t h = thermal capacitance : how much energy it takes to raise that little volume by one kelvin (unit: J/K). Big C t h = stubborn to heat.
Putting them together — energy in = heat capacity × temperature rise, i.e. E = C t h Δ T , so
Δ T ≈ C t h E = C t h I 2 R t .
This is why PCM RESET (needing Δ T ≈ 550 K to melt) is the power-hungry operation.
The parent note keeps taking ratios of resistances . A ratio answers "how different are these two numbers, relative to their size?" — which is exactly the question a sense amplifier asks.
R P and R A P — MRAM's two resistances
An MRAM cell has two magnetic layers. Their magnetizations can point the same way or opposite ways :
R P = resistance in the Parallel state (magnetizations aligned) — this is the low resistance.
R A P = resistance in the Anti-Parallel state (magnetizations opposed) — this is the high resistance.
These are just the LRS and HRS of MRAM, given magnetic-specific names.
Definition Percent and relative change
% means "per hundred": 200% = 200/100 = 2 . A relative change compares a difference to a baseline:
old new − old .
Applied to MRAM's two resistances this becomes the TMR (Tunnel Magnetoresistance ):
TMR = R P R A P − R P .
WHY divide by R P ? To strip out the units (ohms cancel) and get a pure number you can compare between devices. Bigger TMR ⇒ the two states look more different ⇒ a bigger memory window ⇒ easier, more reliable reading.
Joule Heating P equals I squared R
Resistance Ratios TMR window
Emerging Memories MRAM ReRAM PCM
Self-test: cover the right side, answer, reveal.
Expand the acronyms MRAM, ReRAM, PCM. Magnetoresistive RAM, Resistive RAM, Phase-Change Memory.
What does the symbol I measure and in what unit? Electric current — charges flowing per second, measured in amperes (A).
What does the symbol V measure and in what unit? The electrical push (voltage), measured in volts (V).
What does R measure and what is its symbol/unit? Resistance — how hard a material fights current — in ohms (Ω ).
State Ohm's law two ways and its key assumption. V = I R and I = V / R ; it assumes R is constant (linear/ohmic behaviour).
In a series pair, what is shared between the two resistors? The same current I flows through both.
Write the voltage divider for a cell R ce l l in series with load R L . V se n se = V r e a d ⋅ R L + R ce l l R L .
What is the "memory window"? The ratio/gap R H R S / R L R S between the two states — how separable the readings are.
What are R P and R A P ? MRAM's Parallel (low) and Anti-Parallel (high) resistance states.
In the Joule-heating section, what do E and t stand for? E = electrical energy deposited (joules); t = current-pulse duration (seconds).
Why prefer P = I 2 R over P = V I for PCM? Because PCM writes are current-controlled, so we want power in terms of the current I we set.
What is Δ T — an absolute temperature or a change? A change (rise) in temperature, in kelvins, not an absolute value.
What does C t h represent? Thermal capacitance — energy needed to warm the tiny heated volume by 1 K (J/K).
Convert 33 μ A to amperes. 33 × 1 0 − 6 A = 0.000033 A.
What do LRS and HRS stand for? Low-Resistance State and High-Resistance State.
Express TMR = 200% as a plain number. 200% = 2.0 , meaning R A P is 3 × R P .
Next up: the parent topic itself → Emerging memories (MRAM, ReRAM, PCM) . Related deeper ideas: Memristor , Memory Hierarchy , In-Memory Computing .