Log in Sign up
Back to Discover
💻

Flash memory

technology Maturity 7-9

Flash memory helps us save things.

USB flash drive.JPG
USB flash drive.JPG
It is in phones and cameras. It keeps your pictures safe. It does not break if you move it. It is very helpful! Can you find it in your home?

39 words

Flash memory helps us save digital things.

USB flash drive.JPG
USB flash drive.JPG
It is in phones and cameras. It keeps your pictures safe. It does not break if you move it.
Flash cell structure.svg
Flash cell structure.svg
A person named Fujio Masuoka made it. He worked at a company called Toshiba. The name "flash" comes from a camera flash. This is because erasing data looks like a bright flash. It is a very smart way to store data.
Nand flash structure.svg
Nand flash structure.svg
You can find it in many tools today.

84 words

Flash memory helps us save digital data.

USB flash drive.JPG
USB flash drive.JPG
It is in phones, cameras, and video games. It is special because it keeps data even when the power is off.

Fujio Masuoka invented flash memory at Toshiba in 1980. A colleague suggested the name "flash." This is because erasing data looks like a camera flash.

Flash cell structure.svg
Flash cell structure.svg

There are two main kinds of flash memory. The first is NOR flash. It lets a computer read small bits of data very quickly. This makes it good for running code. The second is NAND flash. It can store a huge amount of data in a small space. It is much cheaper to make. Most USB drives and memory cards use NAND flash.

Nand flash structure.svg
Nand flash structure.svg

Flash memory uses tiny parts called cells to hold data. Some new kinds, called 3D NAND, stack these cells on top of each other. This lets them hold even more information.

NAND Flash Bit Cost from 2D to 3D.png
NAND Flash Bit Cost from 2D to 3D.png
However, flash memory can wear out. It can only be erased and rewritten a certain number of times.

175 words

Flash memory is a special way to store digital information. It is used in many things like smartphones and video games.

USB flash drive.JPG
USB flash drive.JPG
This memory is called "non-volatile." This means it keeps your data even when the power is turned off. It is much better for portable devices than old mechanical drives. Mechanical drives can break easily if they are bumped or dropped. Flash memory is very strong because it has no moving parts.
Flash cell structure.svg
Flash cell structure.svg

How does it work? Most flash memory uses tiny parts called cells. These cells are made of something called a floating-gate MOSFET.

Flash-Programming.svg
Flash-Programming.svg
To save data, electrons are moved into these cells. To erase the data, the electrons are moved out. This can happen through a process called tunneling. In some newer types, a layer called silicon nitride traps the electrons instead. This is called charge trap flash technology.
Flash erase.svg
Flash erase.svg

There are two main types of flash memory. The first is called NOR flash. It allows a computer to read small bits of data very quickly. This makes it great for running the code that starts a computer. The second type is called NAND flash. NAND flash is different because it reads data in large blocks. This makes it much better for storing huge amounts of files. Most USB drives and memory cards use NAND flash because it is cheaper.

Nand flash structure.svg
Nand flash structure.svg

People have been working on this for a long time. A scientist named Fujio Masuoka invented flash memory at Toshiba in 1980. A colleague named Shōji Ariizumi suggested the name "flash." He thought the erasing process looked like a camera flash.

NOR flash layout.svg
NOR flash layout.svg
Toshiba began selling NAND flash in 1987. Later, Intel introduced the first commercial NOR flash chip in 1988. Since then, the technology has changed many times to hold more data.

Today, flash memory can hold a massive amount of information. Scientists use a trick called die stacking to save more data. They stack many layers of memory cells on top of each other. This is called 3D NAND technology. One package can even hold up to 1 tebibyte of data.

NAND Flash Bit Cost from 2D to 3D.png
NAND Flash Bit Cost from 2D to 3D.png
However, flash memory does not last forever. Each block can only be erased and rewritten a certain number of times. Eventually, the parts wear out and the memory can no longer hold data.

390 words

Flash memory is a type of electronic non-volatile computer memory. Non-volatile means it can hold onto data even when the power is turned off.

USB flash drive.JPG
USB flash drive.JPG
This technology is essential for modern life. It provides a way to store information in a solid state without moving parts. Because it lacks mechanical parts, it is much more resistant to physical shock than older hard drives. Today, it is the dominant way to store data in many digital systems.

At the heart of flash memory is a tiny component called a floating-gate MOSFET.

Flash cell structure.svg
Flash cell structure.svg
This component acts as a memory cell. To store information, electrons are moved into a floating gate. This process can be done through hot-electron injection. To erase the data, a process called quantum tunneling is used to move the electrons out.
Flash erase.svg
Flash erase.svg
Some newer versions use charge trap flash (CTF) technology. Instead of a polysilicon floating gate, CTF uses an insulating silicon nitride layer to trap electrons. This can help prevent electron leakage and allow for smaller cells.

There are two primary types of flash memory: NOR flash and NAND flash. They are named after the logic gates used in their circuit designs.

NOR flash layout.svg
NOR flash layout.svg
NOR flash allows for direct random access. This means a computer can read a single byte of data very quickly from any location. This makes NOR flash perfect for executing code, such as a computer's BIOS. NAND flash, however, uses a serial access approach. It reads and writes data in large blocks or pages rather than individual bytes.
Nand flash structure.svg
Nand flash structure.svg
This makes NAND flash much better for high-density, mass storage.

The history of this technology began with the invention of the MOSFET at Bell Labs around 1959. In 1967, Dawon Kahng and Simon Min Sze developed the floating-gate MOSFET. This paved the way for early memory like EPROM and EEPROM. However, early EEPROM was slow and expensive because engineers had to build a cell for every bit. In 1980, Fujio Masuoka invented flash memory at Toshiba. His colleague, Shōji Ariizumi, suggested the name "flash" because the erasure process reminded him of a camera flash. Toshiba began marketing NAND flash in 1987, and Intel introduced the first commercial NOR flash chip in 1988.

Flash memory is used in a massive variety of devices. You can find it in smartphones, digital cameras, and USB drives. It is also used in medical electronics, industrial robotics, and video game consoles. Because NAND flash is cost-effective and can hold a lot of data, it is the standard for solid-state drives (SSDs). Even small devices like microSD cards use it. A microSD card is incredibly tiny, measuring just over 1.5 cm² with a thickness of less than 1 mm.

While flash memory is powerful, it has limits regarding endurance. Every time a block of memory is erased and rewritten, it undergoes wear. This wear is caused by the degradation of the oxide layers that insulate the cells. If these oxides degrade, they may lose their ability to prevent electron leakage. This can lead to data loss. Depending on the type, a chip might endure anywhere from 100 to 1,000,000 erase cycles. This is why managing how often data is written is important for the life of the device.

To increase storage capacity, engineers use advanced stacking techniques. One method is 3D integrated circuit (3D IC) technology, which stacks chips vertically.

NAND Flash Bit Cost from 2D to 3D.png
NAND Flash Bit Cost from 2D to 3D.png
Another method is 3D V-NAND, which stacks the memory cells themselves vertically within a single chip. By using die stacking with through-silicon vias, manufacturers can create very high capacities. For example, a single package can hold up to 1 tebibyte of data by using 16 stacked dies. This allows us to fit massive amounts of information into tiny, portable spaces.

628 words
🖼️ Images & Media (11)
File:USB flash drive.JPG
USB flash drive.JPG
File:Flash cell structure.svg
Flash cell structure.svg
File:NOR flash layout.svg
NOR flash layout.svg
File:Flash-Programming.svg
Flash-Programming.svg
File:Flash erase.svg
Flash erase.svg
File:Nand flash structure.svg
Nand flash structure.svg
File:NAND_Flash_Bit_Cost_from_2D_to_3D.png
NAND_Flash_Bit_Cost_from_2D_to_3D.png
File:3D NAND minimum cost example.png
3D NAND minimum cost example.png
File:Micron_45_nm_NOR_Flash_Data_Retention.png
Micron_45_nm_NOR_Flash_Data_Retention.png
File:IPhone 3G teardown - Intel 3050M0Y0CE -3303.jpg
IPhone 3G teardown - Intel 3050M0Y0CE -3303.jpg
File:Intel 525 mSATA SSD.jpg
Intel 525 mSATA SSD.jpg
Up Next
💻
Memory card
Technology
More to explore

What is Nepedia?

A free, ad-free encyclopedia for children. Every article is written at five reading levels, so the same page works for a five-year-old and a fifteen-year-old — use the level switcher above to see this one change. No account needed to read.