Flash Memory Notes


Click HERE to download as PDF

Flash Memory (Memory Stick)


Flash memory storage is a form of non-volatile memory that was born out of a combination of the traditional EPROM and E2PROM.

In essence it uses the same method of programming as the standard EPROM and the erasure method of the E2PROM.

One of the main advantages that flash memory has when compared to EPROM is its ability to be erased electrically. However it is not possible to erase each cell in a flash memory individually unless a large amount of additional circuitry is added into the chip. This would add significantly to the cost and accordingly most manufacturers dropped this approach in favor of a system whereby the whole chip, or a large part of it is block or flash erased.

Today most flash memory chips have selective erasure, allowing parts or sectors of the flash memory to be erased. However any erasure still means that a significant section of the chip has to be erased.

Flash memory is able to provide high density memory because it requires only a few components to make up each memory cell. In Each Flash memory cell consists of the basic channel with the source and drain electrodes separated by the channel about 1 µm long. Above the channel in the Flash memory cell there is a floating gate which is separated from the channel by an exceedingly thin oxide layer which is typically only 100 Å thick. It is the quality of this layer which is crucial to the reliable operation of the memory.

Above the floating gate there is the control gate. This is used to charge up the gate capacitance during the write cycle.


The Flash memory cell functions by storing charge on the floating gate. The presence of charge will then determine whether the channel will conduct or not. During the read cycle a "1" at the output corresponds to the channel being in its low resistance or ON state.


Programming Flash memory


Programming the Flash memory cell involves a process known as hot-electron injection. When programming the control gate is connected to a "programming voltage". The drain will then see a voltage of around half this value while the source is at ground. The voltage on the control gate is coupled to the floating gate through the dielectric, raising the floating gate to the programming voltage and inverting the channel underneath. This results in the channel electrons having a higher drift velocity and increased kinetic energy.

Collisions between the energetic electrons and the crystal lattice dissipate heat which raises the temperature of the silicon. At the programming voltage it is found that the electrons cannot transfer their kinetic energy to the surrounding atoms fast enough and they become "hotter" and scatter further afield, many towards the oxide layer. These electrons overcome the 3.1 eV (electron volts) needed to overcome the barrier and they accumulate on the floating gate. As there is no way of escape they remain there until they are removed by an erase cycle.



The erase cycle for Flash memory uses a process called Fowler-Nordheim tunneling. The process is initiated by routing the programming voltage to the source, grounding the control gate and leaving the drain floating. In this condition electrons are attracted towards the source and they tunnel off the floating gate, passing through the thin oxide layer. This leaves the floating gate devoid of charge.

Generally the erase process is only made to last a few milliseconds. When complete each Flash memory cell in the block is checked to ensure it has been completely erased. If not a second erase cycle is initiated.

Flash memory access


Flash memory is different to most other types of electronic memory in that while reading data can be performed on individual addresses on certain types of flash memory, erase and write activities may only be performed on a block of a Flash memory. A typical block size will be 64, 128, or 256 kB. In order to accommodate this, the low level control software used to drive Flash memories, needs to take account of this if the read and write operations are to be performed correctly.

Flash memory technology is able to provide a very high density form of memory.

Flash Memory Advantages

  •         Non-volatile memory
  •          Easily portable (e.g. USB memory sticks, camera flash cards, etc)
  •          Mechanically robust

Flash Memory Disadvantages

  •          Higher cost per bit than hard drives
  •          Slower than other forms of memory
  •          Limited number of write / erase cycles
  •          Data must be erased before new data can be written
  •          Data typically erased and written in blocks