6

RAM cells need constant refreshing, however NAND FLASH cells can retain data for years together. What makes this possible ?

Abhijit K Rao
  • 527
  • 1
  • 5
  • 10

3 Answers3

10

What makes NAND memories non-volatile is that the logic state is retained in a physical state that doesn't depend on the supply voltage.

For EEPROM memories in general (including Flash), this is a charge trapped in a floating gate.

clabacchio
  • 13,501
  • 4
  • 42
  • 80
3

As clabacchio pointed out, NAND flash memories can stores information in an array of memory cells made from Floating-gate MOSFET. Also some newer flash memory(included NAND memories) has a new technology. it's Multi-level cell.

I think these links will be very helpful and useful:

How Does Flash Memory Work?

HOW DOES FLASH DRIVE WORK?

How Flash Memory Works

Note: I know that they have spoken about Flash memory in these links but the technology that they have spoken about it is NAND type.

Roh
  • 4,640
  • 7
  • 43
  • 86
1

Also note that data retention is usually guaranteed for a period, e.g. 10 years. Also note that bit flipping can occur. SD cards for example usually have ECC built in to correct this, to some extent.

user43995
  • 131
  • 2
  • 1
    While true this doesn't really answer the question of how they work, as opposed to the implications of using FLASH memory. – PeterJ Jun 04 '14 at 01:39