How does flash devices work?

12
HOW DOES FLASH MEMORY WORK? By Sarat Bhargava ee13b1008

description

This is a presentation which i have prepared as a part of my class assignment , in this presentation i have explained about the basic memory cell of a this flash devices which is floating gate transistor. I explained why this acts as a memory cell, how to read , write to a single cell and later at the end i explained the 2 types of flash technologies Nand flash , Nor flash and described how to read and write to them. As this is a presentation which i have to deliver in my class i actually wrote only the name of the mechanisms involved etc as i cant't write every thing in detail in the slides itself. If any one interested in knowing in more detail please see this link https://www.youtube.com/watch?v=s7JLXs5es7I&index=211&list=WL I have used some images from this video and edited them so i have included them in my sources.

Transcript of How does flash devices work?

Page 1: How does flash devices work?

HOW DOES FLASH MEMORY WORK?

By Sarat Bhargavaee13b1008

Page 2: How does flash devices work?

Table of Contents

Introduction to Flash Memory.

The Basic Storage element of a Flash Storage devices

How to read, write, erase data to a Floating gate Transistor(FGT) ?

Comparison between NOR and NAND architectures.

How to read , write , erase data in each of NOR , NAND architectures ?

Page 3: How does flash devices work?

Introduction to Flash Memory

What is Flash Memory ?

Flash memory belongs to the class of Electronic Non-volatile memories.

It was first introduced by Toshiba in 1984.

There are mainly 2 Types of Flash memory technologies• Nand Flash • Nor Flash

Page 4: How does flash devices work?

Floating-gate Transistor

The basic storage element of Flash memory is Floating gate Transistor.

Floating gate Transistor MOSFET

The Floating gate is electrically insulated on all sides

SLC (Single level cell)

MLC (Multi level cell)

Page 5: How does flash devices work?

Reading from Floating gate transistor

Page 6: How does flash devices work?

Writing to a Floating gate transistor

How to change the charge stored in Floating gate when it is electrically isolated ?

Hot electron injection

In this process we apply Very High Voltage (5V) at the Control gate

and across the Source and drain.

Quantum Tunnelling

In this process we apply very high Negative Voltage across the control gate

and the source.(Erasing making 1’s).

Very high Positive across Cg , Source for programming.

Page 7: How does flash devices work?

NOR and NAND Architectures

FGT’s are connected in parallel in NOR architecture

Have Low latency time or High read speed. Less bit density Used in places where Random access is

required

FGT’s are connected in series (8) Writing speed is much faster than

NOR at the cost relatively high latency.

More bit density Used in USB devices

Page 8: How does flash devices work?

Reading data

NOR Architecture:NAND Architecture:

Page 9: How does flash devices work?

Erasing data

NOR Architecture: NAND Architecture:

Page 10: How does flash devices work?

Writing data

NOR Architecture:NAND Architecture:

Page 11: How does flash devices work?

Conclusion

Now a days the flash memory technology is trying to replace the traditional Hard drives with SSD’s because of low latency and low power consumption.

But the challenge is the cost

In recent times there are attempts to replace them with DRAM.

But here the challenge the low access speed compared to DRAM.