0% found this document useful (0 votes)
10 views

Flash Memory

Uploaded by

marnofler
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Flash Memory

Uploaded by

marnofler
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 44

Flash memory - Wikipedia https://en.wikipedia.

org/wiki/Flash_memory

Flash memory
Flash memory is an electronic non-volatile computer memory storage
medium that can be electrically erased and reprogrammed. The two main
types of flash memory, NOR flash and NAND flash, are named for the
NOR and NAND logic gates. Both use the same cell design, consisting of
floating gate MOSFETs. They differ at the circuit level depending on
whether the state of the bit line or word lines is pulled high or low: in
NAND flash, the relationship between the bit line and the word lines
resembles a NAND gate; in NOR flash, it resembles a NOR gate.
A disassembled USB flash drive in
Flash memory, a type of floating-gate memory, was invented in Toshiba
2005. The chip on the left is flash
in 1980 and is based on EEPROM technology. Toshiba began marketing
memory. The controller is on the
flash memory in 1987.[1] EPROMs had to be erased completely before right.
they could be rewritten. NAND flash memory, however, may be erased,
written, and read in blocks (or pages), which generally are much smaller
than the entire device. NOR flash memory allows a single machine word to be written – to an erased
location – or read independently. A flash memory device typically consists of one or more flash memory chips
(each holding many flash memory cells), along with a separate flash memory controller chip.

The NAND type is found mainly in memory cards, USB flash drives, solid-state drives (those produced since
2009), feature phones, smartphones, and similar products, for general storage and transfer of data. NAND or
NOR flash memory is also often used to store configuration data in digital products, a task previously made
possible by EEPROM or battery-powered static RAM. A key disadvantage of flash memory is that it can
endure only a relatively small number of write cycles in a specific block.[2]

NOR flash is known for its direct random access capabilities, making it apt for executing code directly. Its
architecture allows for individual byte access, facilitating faster read speeds compared to NAND flash. NAND
flash memory operates with a different architecture, relying on a serial access approach. This makes NAND
suitable for high-density data storage but less efficient for random access tasks. NAND flash is often
employed in scenarios where cost-effective, high-capacity storage is crucial, such as in USB drives, memory
cards, and solid-state drives (SSDs).

The primary differentiator lies in their use cases and internal structures. NOR flash is optimal for
applications requiring quick access to individual bytes, like in embedded systems for program execution.
NAND flash, on the other hand, shines in scenarios demanding cost-effective, high-capacity storage with
sequential data access.

Flash memory[3] is used in computers, PDAs, digital audio players, digital cameras, mobile phones,
synthesizers, video games, scientific instrumentation, industrial robotics, and medical electronics. Flash
memory has a fast read access time but it is not as fast as static RAM or ROM. In portable devices, it is
preferred to use flash memory because of its mechanical shock resistance since mechanical drives are more
prone to mechanical damage.[4]

Because erase cycles are slow, the large block sizes used in flash memory erasing give it a significant speed
advantage over non-flash EEPROM when writing large amounts of data. As of 2019, flash memory costs
greatly less than byte-programmable EEPROM and had become the dominant memory type wherever a

1 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

system required a significant amount of non-volatile solid-state storage. EEPROMs, however, are still used in
applications that require only small amounts of storage, as in serial presence detect.[5][6]

Flash memory packages can use die stacking with through-silicon vias and several dozen layers of 3D TLC
NAND cells (per die) simultaneously to achieve capacities of up to 1 tebibyte per package using 16 stacked
dies and an integrated flash controller as a separate die inside the package.[7][8][9][10]

History

Background
The origins of flash memory can be traced back to the development of the floating-gate MOSFET (FGMOS),
also known as the floating-gate transistor.[11][12] The original MOSFET (metal–oxide–semiconductor field-
effect transistor), also known as the MOS transistor, was invented by Egyptian engineer Mohamed M. Atalla
and Korean engineer Dawon Kahng at Bell Labs in 1959.[13] Kahng went on to develop a variation, the
floating-gate MOSFET, with Taiwanese-American engineer Simon Min Sze at Bell Labs in 1967.[14] They
proposed that it could be used as floating-gate memory cells for storing a form of programmable read-only
memory (PROM) that is both non-volatile and re-programmable.[14]

Early types of floating-gate memory included EPROM (erasable PROM) and EEPROM (electrically erasable
PROM) in the 1970s.[14] However, early floating-gate memory required engineers to build a memory cell for
each bit of data, which proved to be cumbersome,[15] slow,[16] and expensive, restricting floating-gate
memory to niche applications in the 1970s, such as military equipment and the earliest experimental mobile
phones.[11]

Invention and commercialization


Fujio Masuoka, while working for Toshiba, proposed a new type of floating-gate memory that allowed entire
sections of memory to be erased quickly and easily, by applying a voltage to a single wire connected to a
group of cells.[11] This led to Masuoka's invention of flash memory at Toshiba in 1980.[15][17][18] According to
Toshiba, the name "flash" was suggested by Masuoka's colleague, Shōji Ariizumi, because the erasure process
of the memory contents reminded him of the flash of a camera.[19] Masuoka and colleagues presented the
invention of NOR flash in 1984,[20][21] and then NAND flash at the IEEE 1987 International Electron Devices
Meeting (IEDM) held in San Francisco.[22]

Toshiba commercially launched NAND flash memory in 1987.[1][14] Intel Corporation introduced the first
commercial NOR type flash chip in 1988.[23] NOR-based flash has long erase and write times, but provides
full address and data buses, allowing random access to any memory location. This makes it a suitable
replacement for older read-only memory (ROM) chips, which are used to store program code that rarely
needs to be updated, such as a computer's BIOS or the firmware of set-top boxes. Its endurance may be from
as little as 100 erase cycles for an on-chip flash memory,[24] to a more typical 10,000 or 100,000 erase cycles,
up to 1,000,000 erase cycles.[25] NOR-based flash was the basis of early flash-based removable media;
CompactFlash was originally based on it, though later cards moved to less expensive NAND flash.

NAND flash has reduced erase and write times, and requires less chip area per cell, thus allowing greater
storage density and lower cost per bit than NOR flash. However, the I/O interface of NAND flash does not
provide a random-access external address bus. Rather, data must be read on a block-wise basis, with typical
block sizes of hundreds to thousands of bits. This makes NAND flash unsuitable as a drop-in replacement for
program ROM, since most microprocessors and microcontrollers require byte-level random access. In this
regard, NAND flash is similar to other secondary data storage devices, such as hard disks and optical media,

2 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

and is thus highly suitable for use in mass-storage devices, such as memory cards and solid-state drives
(SSD). For example, SSDs store data using multiple NAND flash memory chips.

The first NAND-based removable memory card format was SmartMedia, released in 1995. Many others
followed, including MultiMediaCard, Secure Digital, Memory Stick, and xD-Picture Card.

Later developments
A new generation of memory card formats, including RS-MMC, miniSD and microSD, feature extremely
small form factors. For example, the microSD card has an area of just over 1.5 cm2, with a thickness of less
than 1 mm.

NAND flash has achieved significant levels of memory density as a result of several major technologies that
were commercialized during the late 2000s to early 2010s.[26]

NOR flash was the most common type of Flash memory sold until 2005, when NAND flash overtook NOR
flash in sales.[27]

Multi-level cell (MLC) technology stores more than one bit in each memory cell. NEC demonstrated multi-
level cell (MLC) technology in 1998, with an 80 Mb flash memory chip storing 2 bits per cell.[28]
STMicroelectronics also demonstrated MLC in 2000, with a 64 MB NOR flash memory chip.[29] In 2009,
Toshiba and SanDisk introduced NAND flash chips with QLC technology storing 4 bits per cell and holding a
capacity of 64 Gbit.[30][31] Samsung Electronics introduced triple-level cell (TLC) technology storing 3-bits
per cell, and began mass-producing NAND chips with TLC technology in 2010.[32]

Charge trap flash


Charge trap flash (CTF) technology replaces the polysilicon floating gate, which is sandwiched between a
blocking gate oxide above and a tunneling oxide below it, with an electrically insulating silicon nitride layer;
the silicon nitride layer traps electrons. In theory, CTF is less prone to electron leakage, providing improved
data retention.[33][34][35][36][37][38]

Because CTF replaces the polysilicon with an electrically insulating nitride, it allows for smaller cells and
higher endurance (lower degradation or wear). However, electrons can become trapped and accumulate in
the nitride, leading to degradation. Leakage is exacerbated at high temperatures since electrons become more
excited with increasing temperatures. CTF technology however still uses a tunneling oxide and blocking layer
which are the weak points of the technology, since they can still be damaged in the usual ways (the tunnel
oxide can be degraded due to extremely high electric fields and the blocking layer due to Anode Hot Hole
Injection (AHHI).[39][40]

Degradation or wear of the oxides is the reason why flash memory has limited endurance, and data retention
goes down (the potential for data loss increases) with increasing degradation, since the oxides lose their
electrically insulating characteristics as they degrade. The oxides must insulate against electrons to prevent
them from leaking which would cause data loss.

In 1991, NEC researchers including N. Kodama, K. Oyama and Hiroki Shirai described a type of flash memory
with a charge trap method.[41] In 1998, Boaz Eitan of Saifun Semiconductors (later acquired by Spansion)
patented a flash memory technology named NROM that took advantage of a charge trapping layer to replace
the conventional floating gate used in conventional flash memory designs.[42] In 2000, an Advanced Micro
Devices (AMD) research team led by Richard M. Fastow, Egyptian engineer Khaled Z. Ahmed and Jordanian
engineer Sameer Haddad (who later joined Spansion) demonstrated a charge-trapping mechanism for NOR

3 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

flash memory cells.[43] CTF was later commercialized by AMD and Fujitsu in 2002.[44] 3D V-NAND (vertical
NAND) technology stacks NAND flash memory cells vertically within a chip using 3D charge trap flash (CTP)
technology. 3D V-NAND technology was first announced by Toshiba in 2007,[45] and the first device, with 24
layers, was first commercialized by Samsung Electronics in 2013.[46][47]

3D integrated circuit technology


3D integrated circuit (3D IC) technology stacks integrated circuit (IC) chips vertically into a single 3D IC chip
package.[26] Toshiba introduced 3D IC technology to NAND flash memory in April 2007, when they debuted
a 16 GB eMMC compliant (product number THGAM0G7D8DBAI6, often abbreviated THGAM on consumer
websites) embedded NAND flash memory chip, which was manufactured with eight stacked 2 GB NAND
flash chips.[48] In September 2007, Hynix Semiconductor (now SK Hynix) introduced 24-layer 3D IC
technology, with a 16 GB flash memory chip that was manufactured with 24 stacked NAND flash chips using
a wafer bonding process.[49] Toshiba also used an eight-layer 3D IC for their 32 GB THGBM flash chip in
2008.[50] In 2010, Toshiba used a 16-layer 3D IC for their 128 GB THGBM2 flash chip, which was
manufactured with 16 stacked 8 GB chips.[51] In the 2010s, 3D ICs came into widespread commercial use for
NAND flash memory in mobile devices.[26]

In 2016, Micron and Intel introduced a technology known as CMOS Under the Array/CMOS Under Array
(CUA), Core over Periphery (COP), Periphery Under Cell (PUA), or Xtacking,[52] in which the control
circuitry for the flash memory is placed under or above the flash memory cell array. This has allowed for an
increase in the number of planes or sections a flash memory chip has, increasing from 2 planes to 4, without
increasing the area dedicated to the control or periphery circuitry. This increases the number of IO
operations per flash chip or die, but it also introduces challenges when building capacitors for charge pumps
used to write to the flash memory.[53][54][55] Some flash dies have as many as 6 planes.[56]

As of August 2017, microSD cards with a capacity up to 400 GB (400 billion bytes) are available.[57][58] The
same year, Samsung combined 3D IC chip stacking with its 3D V-NAND and TLC technologies to
manufacture its 512 GB KLUFG8R1EM flash memory chip with eight stacked 64-layer V-NAND chips.[8] In
2019, Samsung produced a 1024 GB flash chip, with eight stacked 96-layer V-NAND chips and with QLC
technology.[59][60]

Principles of operation
Flash memory stores information in an array of
memory cells made from floating-gate transistors. In
single-level cell (SLC) devices, each cell stores only one
bit of information. Multi-level cell (MLC) devices,
including triple-level cell (TLC) devices, can store more
than one bit per cell.

The floating gate may be conductive (typically


polysilicon in most kinds of flash memory) or non-
conductive (as in SONOS flash memory).[61]

Floating-gate MOSFET
In flash memory, each memory cell resembles a A flash memory cell
standard metal–oxide–semiconductor field-effect
transistor (MOSFET) except that the transistor has two

4 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

gates instead of one. The cells can be seen as an electrical switch in which current flows between two
terminals (source and drain) and is controlled by a floating gate (FG) and a control gate (CG). The CG is
similar to the gate in other MOS transistors, but below this, there is the FG insulated all around by an oxide
layer. The FG is interposed between the CG and the MOSFET channel. Because the FG is electrically isolated
by its insulating layer, electrons placed on it are trapped. When the FG is charged with electrons, this charge
screens the electric field from the CG, thus, increasing the threshold voltage (VT) of the cell. This means that
the VT of the cell can be changed between the uncharged FG threshold voltage (VT1) and the higher charged
FG threshold voltage (VT2) by changing the FG charge. In order to read a value from the cell, an intermediate
voltage (VI) between VT1 and VT2 is applied to the CG. If the channel conducts at VI, the FG must be
uncharged (if it were charged, there would not be conduction because VI is less than VT2). If the channel does
not conduct at the VI, it indicates that the FG is charged. The binary value of the cell is sensed by determining
whether there is current flowing through the transistor when VI is asserted on the CG. In a multi-level cell
device, which stores more than one bit per cell, the amount of current flow is sensed (rather than simply its
presence or absence), in order to determine more precisely the level of charge on the FG.

Floating gate MOSFETs are so named because there is an electrically insulating tunnel oxide layer between
the floating gate and the silicon, so the gate "floats" above the silicon. The oxide keeps the electrons confined
to the floating gate. Degradation or wear (and the limited endurance of floating gate Flash memory) occurs
due to the extremely high electric field (10 million volts per centimeter) experienced by the oxide. Such high
voltage densities can break atomic bonds over time in the relatively thin oxide, gradually degrading its
electrically insulating properties and allowing electrons to be trapped in and pass through freely (leak) from
the floating gate into the oxide, increasing the likelihood of data loss since the electrons (the quantity of
which is used to represent different charge levels, each assigned to a different combination of bits in MLC
Flash) are normally in the floating gate. This is why data retention goes down and the risk of data loss
increases with increasing degradation.[62][63][37][64][65] The silicon oxide in a cell degrades with every erase
operation. The degradation increases the amount of negative charge in the cell over time due to trapped
electrons in the oxide and negates some of the control gate voltage, this over time also makes erasing the cell
slower, so to maintain the performance and reliability of the NAND chip, the cell must be retired from use.
Endurance also decreases with the number of bits in a cell. With more bits in a cell, the number of possible
states (each represented by a different voltage level) in a cell increases and is more sensitive to the voltages
used for programming. Voltages may be adjusted to compensate for degradation of the silicon oxide, and as
the number of bits increases, the number of possible states also increases and thus the cell is less tolerant of
adjustments to programming voltages, because there is less space between the voltage levels that define each
state in a cell.[66]

Fowler–Nordheim tunneling
The process of moving electrons from the control gate and into the floating gate is called Fowler–Nordheim
tunneling, and it fundamentally changes the characteristics of the cell by increasing the MOSFET's threshold
voltage. This, in turn, changes the drain-source current that flows through the transistor for a given gate
voltage, which is ultimately used to encode a binary value. The Fowler-Nordheim tunneling effect is
reversible, so electrons can be added to or removed from the floating gate, processes traditionally known as
writing and erasing.[67]

Internal charge pumps


Despite the need for relatively high programming and erasing voltages, virtually all flash chips today require
only a single supply voltage and produce the high voltages that are required using on-chip charge pumps.

Over half the energy used by a 1.8 V-NAND flash chip is lost in the charge pump itself. Since boost converters

5 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

are inherently more efficient than charge pumps, researchers developing low-power SSDs have proposed
returning to the dual Vcc/Vpp supply voltages used on all early flash chips, driving the high Vpp voltage for
all flash chips in an SSD with a single shared external boost converter.[68][69][70][71][72][73][74][75]

In spacecraft and other high-radiation environments, the on-chip charge pump is the first part of the flash
chip to fail, although flash memories will continue to work – in read-only mode – at much higher radiation
levels.[76]

NOR flash
In NOR flash, each cell has one end connected directly
to ground, and the other end connected directly to a bit
line. This arrangement is called "NOR flash" because it
acts like a NOR gate: when one of the word lines
(connected to the cell's CG) is brought high, the
corresponding storage transistor acts to pull the output
bit line low. NOR flash continues to be the technology
of choice for embedded applications requiring a
NOR flash memory wiring and structure on silicon
discrete non-volatile memory device. The low read
latencies characteristic of NOR devices allow for both
direct code execution and data storage in a single memory product.[77]

Programming
A single-level NOR flash cell in its
default state is logically equivalent to
a binary "1" value, because current
will flow through the channel under
application of an appropriate voltage
to the control gate, so that the bitline
voltage is pulled down. A NOR flash
cell can be programmed, or set to a
binary "0" value, by the following
Programming a NOR memory cell procedure: Erasing a NOR memory cell (setting
(setting it to logical 0), via hot- it to logical 1), via quantum tunneling
electron injection ▪ an elevated on-voltage (typically
>5 V) is applied to the CG
▪ the channel is now turned on, so electrons can flow from the source to
the drain (assuming an NMOS transistor)
▪ the source-drain current is sufficiently high to cause some high energy electrons to jump through the
insulating layer onto the FG, via a process called hot-electron injection.

Erasing
To erase a NOR flash cell (resetting it to the "1" state), a large voltage of the opposite polarity is applied
between the CG and source terminal, pulling the electrons off the FG through Fowler–Nordheim tunneling
(FN tunneling).[78] This is known as Negative gate source source erase. Newer NOR memories can erase
using negative gate channel erase, which biases the wordline on a NOR memory cell block and the P-well of
the memory cell block to allow FN tunneling to be carried out, erasing the cell block. Older memories used
source erase, in which a high voltage was applied to the source and then electrons from the FG were moved to

6 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

the source.[79][80] Modern NOR flash memory chips are divided into erase segments (often called blocks or
sectors). The erase operation can be performed only on a block-wise basis; all the cells in an erase segment
must be erased together.[81] Programming of NOR cells, however, generally can be performed one byte or
word at a time.

NAND flash
NAND flash also uses floating-gate transistors, but they
are connected in a way that resembles a NAND gate:
several transistors are connected in series, and the bit
line is pulled low only if all the word lines are pulled
high (above the transistors' VT). These groups are then
connected via some additional transistors to a NOR-
style bit line array in the same way that single NAND flash memory wiring and structure on silicon
transistors are linked in NOR flash.

Compared to NOR flash, replacing single transistors with serial-linked groups adds an extra level of
addressing. Whereas NOR flash might address memory by page then word, NAND flash might address it by
page, word and bit. Bit-level addressing suits bit-serial applications (such as hard disk emulation), which
access only one bit at a time. Execute-in-place applications, on the other hand, require every bit in a word to
be accessed simultaneously. This requires word-level addressing. In any case, both bit and word addressing
modes are possible with either NOR or NAND flash.

To read data, first the desired group is selected (in the same way that a single transistor is selected from a
NOR array). Next, most of the word lines are pulled up above VT2, while one of them is pulled up to VI. The
series group will conduct (and pull the bit line low) if the selected bit has not been programmed.

Despite the additional transistors, the reduction in ground wires and bit lines allows a denser layout and
greater storage capacity per chip. (The ground wires and bit lines are actually much wider than the lines in
the diagrams.) In addition, NAND flash is typically permitted to contain a certain number of faults
(NOR flash, as is used for a BIOS ROM, is expected to be fault-free). Manufacturers try to maximize the
amount of usable storage by shrinking the size of the transistors or cells, however the industry can avoid this
and achieve higher storage densities per die by using 3D NAND, which stacks cells on top of each other.

NAND flash cells are read by analysing their response to various voltages.[64]

Writing and erasing


NAND flash uses tunnel injection for writing and tunnel release for erasing. NAND flash memory forms the
core of the removable USB storage devices known as USB flash drives, as well as most memory card formats
and solid-state drives available today.

The hierarchical structure of NAND flash starts at a cell level which establishes strings, then pages, blocks,
planes and ultimately a die. A string is a series of connected NAND cells in which the source of one cell is
connected to the drain of the next one. Depending on the NAND technology, a string typically consists of 32
to 128 NAND cells. Strings are organised into pages which are then organised into blocks in which each string
is connected to a separate line called a bitline. All cells with the same position in the string are connected
through the control gates by a wordline. A plane contains a certain number of blocks that are connected
through the same bitline. A flash die consists of one or more planes, and the peripheral circuitry that is
needed to perform all the read, write, and erase operations.

7 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

The architecture of NAND flash means that data can be read and programmed (written) in pages, typically
between 4 KiB and 16 KiB in size, but can only be erased at the level of entire blocks consisting of multiple
pages. When a block is erased, all the cells are logically set to 1. Data can only be programmed in one pass to a
page in a block that was erased. Any cells that have been set to 0 by programming can only be reset to 1 by
erasing the entire block. This means that before new data can be programmed into a page that already
contains data, the current contents of the page plus the new data must be copied to a new, erased page. If a
suitable erased page is available, the data can be written to it immediately. If no erased page is available, a
block must be erased before copying the data to a page in that block. The old page is then marked as invalid
and is available for erasing and reuse.[82]

Vertical NAND
Vertical NAND (V-NAND) or 3D NAND memory stacks
memory cells vertically and uses a charge trap flash
architecture. The vertical layers allow larger areal bit densities
without requiring smaller individual cells.[83] It is also sold
under the trademark BiCS Flash, which is a trademark of
Kioxia Corporation (formerly Toshiba Memory Corporation).
3D NAND was first announced by Toshiba in 2007.[45] V-
NAND was first commercially manufactured by Samsung
Electronics in 2013.[46][47][84][85]
3D NAND continues scaling beyond 2D.

Structure
V-NAND uses a charge trap flash geometry (which was commercially introduced in 2002 by AMD and
Fujitsu)[44] that stores charge on an embedded silicon nitride film. Such a film is more robust against point
defects and can be made thicker to hold larger numbers of electrons. V-NAND wraps a planar charge trap cell
into a cylindrical form.[83] As of 2020, 3D NAND flash memories by Micron and Intel instead use floating
gates, however, Micron 128 layer and above 3D NAND memories use a conventional charge trap structure,
due to the dissolution of the partnership between Micron and Intel. Charge trap 3D NAND flash is thinner
than floating gate 3D NAND. In floating gate 3D NAND, the memory cells are completely separated from one
another, whereas in charge trap 3D NAND, vertical groups of memory cells share the same silicon nitride
material.[86]

An individual memory cell is made up of one planar polysilicon layer containing a hole filled by multiple
concentric vertical cylinders. The hole's polysilicon surface acts as the gate electrode. The outermost silicon
dioxide cylinder acts as the gate dielectric, enclosing a silicon nitride cylinder that stores charge, in turn
enclosing a silicon dioxide cylinder as the tunnel dielectric that surrounds a central rod of conducting
polysilicon which acts as the conducting channel.[83]

Memory cells in different vertical layers do not interfere with each other, as the charges cannot move
vertically through the silicon nitride storage medium, and the electric fields associated with the gates are
closely confined within each layer. The vertical collection is electrically identical to the serial-linked groups in
which conventional NAND flash memory is configured.[83] There is also string stacking, which builds several
3D NAND memory arrays or "plugs"[87] separately, but stacked together to create a product with a higher
number of 3D NAND layers on a single die. Often, two or 3 arrays are stacked. The misalignment between
plugs is in the order of 30 to 10nm.[53][88][89]

Construction

8 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

Growth of a group of V-NAND cells begins with an alternating stack of conducting (doped) polysilicon layers
and insulating silicon dioxide layers.[83]

The next step is to form a cylindrical hole through these layers. In practice, a 128 Gbit V-NAND chip with 24
layers of memory cells requires about 2.9 billion such holes. Next, the hole's inner surface receives multiple
coatings, first silicon dioxide, then silicon nitride, then a second layer of silicon dioxide. Finally, the hole is
filled with conducting (doped) polysilicon.[83]

Performance
As of 2013, V-NAND flash architecture allows read and write operations twice as fast as conventional NAND
and can last up to 10 times as long, while consuming 50 percent less power. They offer comparable physical
bit density using 10-nm lithography but may be able to increase bit density by up to two orders of magnitude,
given V-NAND's use of up to several hundred layers.[83] As of 2020, V-NAND chips with 160 layers are under
development by Samsung.[90]

Cost
The wafer cost of a 3D NAND is comparable with scaled down
(32 nm or less) planar NAND flash.[91] However, with planar
NAND scaling stopping at 16 nm, the cost per bit reduction
can continue by 3D NAND starting with 16 layers. However,
due to the non-vertical sidewall of the hole etched through the
layers; even a slight deviation leads to a minimum bit cost, i.e.,
minimum equivalent design rule (or maximum density), for a
given number of layers; this minimum bit cost layer number
Minimum bit cost of 3D NAND from non-
decreases for smaller hole diameter.[92]
vertical sidewall. The top opening widens with
more layers, counteracting the increase in bit
Limitations density.

Block erasure
One limitation of flash memory is that it can be erased only a block at a time. This generally sets all bits in the
block to 1. Starting with a freshly erased block, any location within that block can be programmed. However,
once a bit has been set to 0, only by erasing the entire block can it be changed back to 1. In other words, flash
memory (specifically NOR flash) offers random-access read and programming operations but does not offer
arbitrary random-access rewrite or erase operations. A location can, however, be rewritten as long as the new
value's 0 bits are a superset of the over-written values. For example, a nibble value may be erased to 1111,
then written as 1110. Successive writes to that nibble can change it to 1010, then 0010, and finally 0000.
Essentially, erasure sets all bits to 1, and programming can only clear bits to 0.[93] Some file systems designed
for flash devices make use of this rewrite capability, for example Yaffs1, to represent sector metadata. Other
flash file systems, such as YAFFS2, never make use of this "rewrite" capability—they do a lot of extra work to
meet a "write once rule".

Although data structures in flash memory cannot be updated in completely general ways, this allows
members to be "removed" by marking them as invalid. This technique may need to be modified for multi-
level cell devices, where one memory cell holds more than one bit.

Common flash devices such as USB flash drives and memory cards provide only a block-level interface, or
flash translation layer (FTL), which writes to a different cell each time to wear-level the device. This prevents

9 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

incremental writing within a block; however, it does help the device from being prematurely worn out by
intensive write patterns.

Data retention
Data stored on flash cells is steadily lost due to electron
detrapping. The rate of loss increases exponentially as the
absolute temperature increases. For example: For a 45 nm
NOR flash, at 1000 hours, the threshold voltage (Vt) loss at 25
deg Celsius is about half that at 90 deg Celsius.[94]

Memory wear
Another limitation is that flash memory has a finite number of
program – erase cycles (typically written as P/E cycles).[95][96] 45nm NOR flash memory example of data
Micron Technology and Sun Microsystems announced an retention varying with temperatures
SLC NAND flash memory chip rated for 1,000,000 P/E cycles
on 17 December 2008.[97]

The guaranteed cycle count may apply only to block zero (as is the case with TSOP NAND devices), or to all
blocks (as in NOR). This effect is mitigated in some chip firmware or file system drivers by counting the
writes and dynamically remapping blocks in order to spread write operations between sectors; this technique
is called wear leveling. Another approach is to perform write verification and remapping to spare sectors in
case of write failure, a technique called bad block management (BBM). For portable consumer devices, these
wear out management techniques typically extend the life of the flash memory beyond the life of the device
itself, and some data loss may be acceptable in these applications. For high-reliability data storage, however,
it is not advisable to use flash memory that would have to go through a large number of programming cycles.
This limitation also exists for 'read-only' applications such as thin clients and routers, which are programmed
only once or at most a few times during their lifetimes, due to read disturb (see below).

In December 2012, Taiwanese engineers from Macronix revealed their intention to announce at the 2012
IEEE International Electron Devices Meeting that they had figured out how to improve NAND flash storage
read/write cycles from 10,000 to 100 million cycles using a "self-healing" process that used a flash chip with
"onboard heaters that could anneal small groups of memory cells."[98] The built-in thermal annealing was to
replace the usual erase cycle with a local high temperature process that not only erased the stored charge, but
also repaired the electron-induced stress in the chip, giving write cycles of at least 100 million.[99] The result
was to be a chip that could be erased and rewritten over and over, even when it should theoretically break
down. As promising as Macronix's breakthrough might have been for the mobile industry, however, there
were no plans for a commercial product featuring this capability to be released any time in the near future.
[100]

Read disturb
The method used to read NAND flash memory can cause nearby cells in the same memory block to change
over time (become programmed). This is known as read disturb. The threshold number of reads is generally
in the hundreds of thousands of reads between intervening erase operations. If reading continually from one
cell, that cell will not fail but rather one of the surrounding cells will on a subsequent read. To avoid the read
disturb problem the flash controller will typically count the total number of reads to a block since the last
erase. When the count exceeds a target limit, the affected block is copied over to a new block, erased, then
released to the block pool. The original block is as good as new after the erase. If the flash controller does not

10 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

intervene in time, however, a read disturb error will occur with possible data loss if the errors are too
numerous to correct with an error-correcting code.[101][102][103]

X-ray effects
Most flash ICs come in ball grid array (BGA) packages, and even the ones that do not are often mounted on a
PCB next to other BGA packages. After PCB Assembly, boards with BGA packages are often X-rayed to see if
the balls are making proper connections to the proper pad, or if the BGA needs rework. These X-rays can
erase programmed bits in a flash chip (convert programmed "0" bits into erased "1" bits). Erased bits ("1"
bits) are not affected by X-rays.[104][105]

Some manufacturers are now making X-ray proof SD[106] and USB[107] memory devices.

Low-level access
The low-level interface to flash memory chips differs from those of other memory types such as DRAM, ROM,
and EEPROM, which support bit-alterability (both zero to one and one to zero) and random access via
externally accessible address buses.

NOR memory has an external address bus for reading and programming. For NOR memory, reading and
programming are random-access, and unlocking and erasing are block-wise. For NAND memory, reading
and programming are page-wise, and unlocking and erasing are block-wise.

NOR memories
Reading from NOR flash is similar to reading from random-access
memory, provided the address and data bus are mapped correctly.
Because of this, most microprocessors can use NOR flash memory as
execute in place (XIP) memory,[108] meaning that programs stored in
NOR flash can be executed directly from the NOR flash without needing
to be copied into RAM first. NOR flash may be programmed in a random-
access manner similar to reading. Programming changes bits from a
logical one to a zero. Bits that are already zero are left unchanged.
Erasure must happen a block at a time, and resets all the bits in the NOR flash by Intel
erased block back to one. Typical block sizes are 64, 128, or 256 KiB.

Bad block management is a relatively new feature in NOR chips. In older NOR devices not supporting bad
block management, the software or device driver controlling the memory chip must correct for blocks that
wear out, or the device will cease to work reliably.

The specific commands used to lock, unlock, program, or erase NOR memories differ for each manufacturer.
To avoid needing unique driver software for every device made, special Common Flash Memory Interface
(CFI) commands allow the device to identify itself and its critical operating parameters.

Besides its use as random-access ROM, NOR flash can also be used as a storage device, by taking advantage
of random-access programming. Some devices offer read-while-write functionality so that code continues to
execute even while a program or erase operation is occurring in the background. For sequential data writes,
NOR flash chips typically have slow write speeds, compared with NAND flash.

Typical NOR flash does not need an error correcting code.[109]

11 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

NAND memories
NAND flash architecture was introduced by Toshiba in 1989.[110] These memories are accessed much like
block devices, such as hard disks. Each block consists of a number of pages. The pages are typically 512,[111]
2,048 or 4,096 bytes in size. Associated with each page are a few bytes (typically 1/32 of the data size) that
can be used for storage of an error correcting code (ECC) checksum.

Typical block sizes include:

▪ 32 pages of 512+16 bytes each for a block size (effective) of 16 KiB


▪ 64 pages of 2,048+64 bytes each for a block size of 128 KiB[112]
▪ 64 pages of 4,096+128 bytes each for a block size of 256 KiB[113]
▪ 128 pages of 4,096+128 bytes each for a block size of 512 KiB.
Modern NAND flash may have erase block size between 1 MiB to 128 MiB. While reading and programming
is performed on a page basis, erasure can only be performed on a block basis.[114]

NAND devices also require bad block management by the device driver software or by a separate controller
chip. Some SD cards, for example, include controller circuitry to perform bad block management and wear
leveling. When a logical block is accessed by high-level software, it is mapped to a physical block by the device
driver or controller. A number of blocks on the flash chip may be set aside for storing mapping tables to deal
with bad blocks, or the system may simply check each block at power-up to create a bad block map in RAM.
The overall memory capacity gradually shrinks as more blocks are marked as bad.

NAND relies on ECC to compensate for bits that may spontaneously fail during normal device operation. A
typical ECC will correct a one-bit error in each 2048 bits (256 bytes) using 22 bits of ECC, or a one-bit error
in each 4096 bits (512 bytes) using 24 bits of ECC.[115] If the ECC cannot correct the error during read, it may
still detect the error. When doing erase or program operations, the device can detect blocks that fail to
program or erase and mark them bad. The data is then written to a different, good block, and the bad block
map is updated.

Hamming codes are the most commonly used ECC for SLC NAND flash. Reed-Solomon codes and BCH codes
(Bose-Chaudhuri-Hocquenghem codes) are commonly used ECC for MLC NAND flash. Some MLC NAND
flash chips internally generate the appropriate BCH error correction codes.[109]

Most NAND devices are shipped from the factory with some bad blocks. These are typically marked according
to a specified bad block marking strategy. By allowing some bad blocks, manufacturers achieve far higher
yields than would be possible if all blocks had to be verified to be good. This significantly reduces NAND flash
costs and only slightly decreases the storage capacity of the parts.

When executing software from NAND memories, virtual memory strategies are often used: memory contents
must first be paged or copied into memory-mapped RAM and executed there (leading to the common
combination of NAND + RAM). A memory management unit (MMU) in the system is helpful, but this can
also be accomplished with overlays. For this reason, some systems will use a combination of NOR and NAND
memories, where a smaller NOR memory is used as software ROM and a larger NAND memory is partitioned
with a file system for use as a non-volatile data storage area.

NAND sacrifices the random-access and execute-in-place advantages of NOR. NAND is best suited to systems
requiring high capacity data storage. It offers higher densities, larger capacities, and lower cost. It has faster
erases, sequential writes, and sequential reads.

12 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

Standardization
A group called the Open NAND Flash Interface Working Group (ONFI) has developed a standardized low-
level interface for NAND flash chips. This allows interoperability between conforming NAND devices from
different vendors. The ONFI specification version 1.0[116] was released on 28 December 2006. It specifies:

▪ A standard physical interface (pinout) for NAND flash in TSOP-48, WSOP-48, LGA-52, and BGA-63
packages
▪ A standard command set for reading, writing, and erasing NAND flash chips
▪ A mechanism for self-identification (comparable to the serial presence detection feature of SDRAM
memory modules)
The ONFI group is supported by major NAND flash manufacturers, including Hynix, Intel, Micron
Technology, and Numonyx, as well as by major manufacturers of devices incorporating NAND flash chips.
[117]

Two major flash device manufacturers, Toshiba and Samsung, have chosen to use an interface of their own
design known as Toggle Mode (and now Toggle). This interface isn't pin-to-pin compatible with the ONFI
specification. The result is that a product designed for one vendor's devices may not be able to use another
vendor's devices.[118]

A group of vendors, including Intel, Dell, and Microsoft, formed a Non-Volatile Memory Host Controller
Interface (NVMHCI) Working Group.[119] The goal of the group is to provide standard software and hardware
programming interfaces for nonvolatile memory subsystems, including the "flash cache" device connected to
the PCI Express bus.

Distinction between NOR and NAND flash


NOR and NAND flash differ in two important ways:

▪ The connections of the individual memory cells are different.[120]


▪ The interface provided for reading and writing the memory is different; NOR allows random access[121] as
it can be either byte-addressable or word-addressable, with words being for example 32 bits long,[122][123]
[124] while NAND allows only page access.[125]

NOR[126] and NAND flash get their names from the structure of the interconnections between memory cells.
In NOR flash, cells are connected in parallel to the bit lines, allowing cells to be read and programmed
individually.[127] The parallel connection of cells resembles the parallel connection of transistors in a CMOS
NOR gate.[128] In NAND flash, cells are connected in series,[127] resembling a CMOS NAND gate. The series
connections consume less space than parallel ones, reducing the cost of NAND flash.[127] It does not, by itself,
prevent NAND cells from being read and programmed individually.

Each NOR flash cell is larger than a NAND flash cell – 10 F2 vs 4 F2 – even when using exactly the same
semiconductor device fabrication and so each transistor, contact, etc. is exactly the same size – because
NOR flash cells require a separate metal contact for each cell.[129][130]

Because of the series connection and removal of wordline contacts, a large grid of NAND flash memory cells
will occupy perhaps only 60% of the area of equivalent NOR cells[131] (assuming the same CMOS process
resolution, for example, 130 nm, 90 nm, or 65 nm). NAND flash's designers realized that the area of a NAND
chip, and thus the cost, could be further reduced by removing the external address and data bus circuitry.
Instead, external devices could communicate with NAND flash via sequential-accessed command and data
registers, which would internally retrieve and output the necessary data. This design choice made random-
access of NAND flash memory impossible, but the goal of NAND flash was to replace mechanical hard disks,

13 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

not to replace ROMs.

The first GSM phones and many feature phones had NOR flash memory, from which processor instructions
could be executed directly in an execute in place architecture and allowed for short boot times. With
smartphones, NAND flash memory was adopted as it has larger storage capacities and lower costs, but causes
longer boot times because instructions cannot be executed from it directly, and must be copied to RAM
memory first before execution.[132]

Attribute NAND NOR

Main application File storage Code execution

Storage capacity High Low

Cost per bit Low

Active power Low

Standby power Low

Write speed Fast

Read speed Fast

Execute in place[133] (XIP) No Yes

Reliability High

Write endurance
The write endurance of SLC floating-gate NOR flash is typically equal to or greater than that of NAND flash,
while MLC NOR and NAND flash have similar endurance capabilities. Examples of endurance cycle ratings
listed in datasheets for NAND and NOR flash, as well as in storage devices using flash memory, are provided.
[134]

14 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

Endurance
Type of
rating
flash Example(s) of flash memory or storage device
(erases per
memory
block)

50,000– Samsung OneNAND KFW4G16Q2M, Toshiba SLC NAND flash chips,[135][136][137][138][139]


SLC NAND
100,000 Transcend SD500, Fujitsu S26361-F3298

5,000–10,000
for
medium-
capacity; Samsung K9G8G08U0M (Example for medium-capacity applications), Memblaze
MLC NAND
1,000 to 3,000 PBlaze4,[141] ADATA SU900, Mushkin Reactor
for
high-
capacity[140]

TLC NAND 1,000 Samsung SSD 840

QLC NAND Unknown SanDisk X4 NAND flash SD cards[142][143][144][145]

3D SLC NAND >100,000 Samsung Z-NAND[146]

3D MLC NAND 6,000–40,000 Samsung SSD 850 PRO, Samsung SSD 845DC PRO,[147][148] Samsung 860 PRO

Samsung SSD 850 EVO, Samsung SSD 845DC EVO, Crucial MX300[149][150][151],
Memblaze PBlaze5 900, Memblaze PBlaze5 700, Memblaze PBlaze5 910/916, Memblaze
3D TLC NAND 1,500–5,000
PBlaze5 510/516,[152][153][154][155] ADATA SX 8200 PRO (also being sold under "XPG
Gammix" branding, model S11 PRO)

Samsung SSD 860 QVO SATA, Intel SSD 660p, Micron 5210 ION, Crucial P1, Samsung
3D QLC NAND 100–1,500
SSD BM991 NVMe[156][157][158][159][160][161][162][163]

In development by SK Hynix (formerly Intel)[164] and Kioxia (formerly Toshiba Memory).


3D PLC NAND Unknown [140]

SLC (floating- 100,000– Numonyx M58BW (Endurance rating of 100,000 erases per block);
gate) NOR 1,000,000 Spansion S29CD016J (Endurance rating of 1,000,000 erases per block)

MLC (floating-
100,000 Numonyx J3 flash
gate) NOR

However, by applying certain algorithms and design paradigms such as wear leveling and memory over-
provisioning, the endurance of a storage system can be tuned to serve specific requirements.[165]

In order to compute the longevity of the NAND flash, one must account for the size of the memory chip, the
type of memory (e.g. SLC/MLC/TLC), and use pattern. Industrial NAND and server NAND are in demand
due to their capacity, longer endurance and reliability in sensitive environments.

As the number of bits per cell increases, performance and life of NAND flash may degrade, increasing
random read times to 100μs for TLC NAND which is 4 times the time required in SLC NAND, and twice the
time required in MLC NAND, for random reads.[66]

Flash file systems


Because of the particular characteristics of flash memory, it is best used with either a controller to perform
wear leveling and error correction or specifically designed flash file systems, which spread writes over the
media and deal with the long erase times of NOR flash blocks. The basic concept behind flash file systems is
the following: when the flash store is to be updated, the file system will write a new copy of the changed data
to a fresh block, remap the file pointers, then erase the old block later when it has time.

In practice, flash file systems are used only for memory technology devices (MTDs), which are embedded

15 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

flash memories that do not have a controller. Removable flash memory cards, SSDs, eMMC/eUFS chips and
USB flash drives have built-in controllers to perform wear leveling and error correction so use of a specific
flash file system may not add benefit.

Capacity
Multiple chips are often arrayed or die stacked to achieve higher capacities[166] for use in consumer electronic
devices such as multimedia players or GPSs. The capacity scaling (increase) of flash chips used to follow
Moore's law because they are manufactured with many of the same integrated circuits techniques and
equipment. Since the introduction of 3D NAND, scaling is no longer necessarily associated with Moore's law
since ever smaller transistors (cells) are no longer used.

Consumer flash storage devices typically are advertised with usable sizes expressed as a small integer power
of two (2, 4, 8, etc.) and a conventional designation of megabytes (MB) or gigabytes (GB); e.g., 512 MB, 8 GB.
This includes SSDs marketed as hard drive replacements, in accordance with traditional hard drives, which
use decimal prefixes.[167] Thus, an SSD marked as "64 GB" is at least 64 × 10003 bytes (64 GB). Most users
will have slightly less capacity than this available for their files, due to the space taken by file system metadata
and because some operating systems report SSD capacity using binary prefixes which are somewhat larger
than conventional prefixes .

The flash memory chips inside them are sized in strict binary multiples, but the actual total capacity of the
chips is not usable at the drive interface. It is considerably larger than the advertised capacity in order to
allow for distribution of writes (wear leveling), for sparing, for error correction codes, and for other metadata
needed by the device's internal firmware.

In 2005, Toshiba and SanDisk developed a NAND flash chip capable of storing 1 GB of data using multi-level
cell (MLC) technology, capable of storing two bits of data per cell. In September 2005, Samsung Electronics
announced that it had developed the world's first 2 GB chip.[168]

In March 2006, Samsung announced flash hard drives with capacity of 4 GB, essentially the same order of
magnitude as smaller laptop hard drives, and in September 2006, Samsung announced an 8 GB chip
produced using a 40 nm manufacturing process.[169] In January 2008, SanDisk announced availability of
their 16 GB MicroSDHC and 32 GB SDHC Plus cards.[170][171]

More recent flash drives (as of 2012) have much greater capacities, holding 64, 128, and 256 GB.[172]

A joint development at Intel and Micron will allow the production of 32-layer 3.5 terabyte (TB) NAND flash
sticks and 10 TB standard-sized SSDs. The device includes 5 packages of 16 × 48 GB TLC dies, using a
floating gate cell design.[173]

Flash chips continue to be manufactured with capacities under or around 1 MB (e.g. for BIOS-ROMs and
embedded applications).

In July 2016, Samsung announced the 4 TB Samsung 850 EVO which utilizes their 256 Gbit 48-layer TLC 3D
V-NAND.[174] In August 2016, Samsung announced a 32 TB 2.5-inch SAS SSD based on their 512 Gbit 64-
layer TLC 3D V-NAND. Further, Samsung expects to unveil SSDs with up to 100 TB of storage by 2020.[175]

Transfer rates
Flash memory devices are typically much faster at reading than writing.[176] Performance also depends on the
quality of storage controllers, which become more critical when devices are partially full.[176] Even when the

16 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

only change to manufacturing is die-shrink, the absence of an appropriate controller can result in degraded
speeds.[177]

Applications

Serial flash
Serial flash is a small, low-power flash memory that provides only serial
access to the data - rather than addressing individual bytes, the user reads
or writes large contiguous groups of bytes in the address space serially.
Serial Peripheral Interface Bus (SPI) is a typical protocol for accessing the
device. When incorporated into an embedded system, serial flash requires
fewer wires on the PCB than parallel flash memories, since it transmits
and receives data one bit at a time. This may permit a reduction in board
space, power consumption, and total system cost.
Serial Flash: Silicon Storage Tech
There are several reasons why a serial device, with fewer external pins SST25VF080B
than a parallel device, can significantly reduce overall cost:

▪ Many ASICs are pad-limited, meaning that the size of the die is constrained by the number of wire bond
pads, rather than the complexity and number of gates used for the device logic. Eliminating bond pads
thus permits a more compact integrated circuit, on a smaller die; this increases the number of dies that
may be fabricated on a wafer, and thus reduces the cost per die.
▪ Reducing the number of external pins also reduces assembly and packaging costs. A serial device may
be packaged in a smaller and simpler package than a parallel device.
▪ Smaller and lower pin-count packages occupy less PCB area.
▪ Lower pin-count devices simplify PCB routing.
There are two major SPI flash types. The first type is characterized by small pages and one or more internal
SRAM page buffers allowing a complete page to be read to the buffer, partially modified, and then written
back (for example, the Atmel AT45 DataFlash or the Micron Technology Page Erase NOR Flash). The second
type has larger sectors where the smallest sectors typically found in this type of SPI flash are 4 kB, but they
can be as large as 64 kB. Since this type of SPI flash lacks an internal SRAM buffer, the complete page must
be read out and modified before being written back, making it slow to manage. However, the second type is
cheaper than the first and is therefore a good choice when the application is code shadowing.

The two types are not easily exchangeable, since they do not have the same pinout, and the command sets are
incompatible.

Most FPGAs are based on SRAM configuration cells and require an external configuration device, often a
serial flash chip, to reload the configuration bitstream every power cycle.[178]

Firmware storage
With the increasing speed of modern CPUs, parallel flash devices are often much slower than the memory bus
of the computer they are connected to. Conversely, modern SRAM offers access times below 10 ns, while
DDR2 SDRAM offers access times below 20 ns. Because of this, it is often desirable to shadow code stored in
flash into RAM; that is, the code is copied from flash into RAM before execution, so that the CPU may access
it at full speed. Device firmware may be stored in a serial flash chip, and then copied into SDRAM or SRAM
when the device is powered-up.[179] Using an external serial flash device rather than on-chip flash removes
the need for significant process compromise (a manufacturing process that is good for high-speed logic is

17 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

generally not good for flash and vice versa). Once it is decided to read the firmware in as one big block it is
common to add compression to allow a smaller flash chip to be used. Since 2005, many devices use serial
NOR flash to deprecate parallel NOR flash for firmware storage. Typical applications for serial flash include
storing firmware for hard drives, Ethernet network interface adapters, DSL modems, etc.

Flash memory as a replacement for hard drives


One more recent application for flash memory is as a replacement for
hard disks. Flash memory does not have the mechanical limitations and
latencies of hard drives, so a solid-state drive (SSD) is attractive when
considering speed, noise, power consumption, and reliability. Flash
drives are gaining traction as mobile device secondary storage devices;
they are also used as substitutes for hard drives in high-performance
desktop computers and some servers with RAID and SAN architectures.

There remain some aspects of flash-based SSDs that make them


unattractive. The cost per gigabyte of flash memory remains significantly
higher than that of hard disks.[180] Also flash memory has a finite number
of P/E (program/erase) cycles, but this seems to be currently under
control since warranties on flash-based SSDs are approaching those of
current hard drives.[181] In addition, deleted files on SSDs can remain for
an indefinite period of time before being overwritten by fresh data;
erasure or shred techniques or software that work well on magnetic hard
disk drives have no effect on SSDs, compromising security and forensic
examination. However, due to the so-called TRIM command employed by An Intel mSATA SSD in 2020
most solid state drives, which marks the logical block addresses occupied
by the deleted file as unused to enable garbage collection, data recovery
software is not able to restore files deleted from such.

For relational databases or other systems that require ACID transactions, even a modest amount of flash
storage can offer vast speedups over arrays of disk drives.[182]

In May 2006, Samsung Electronics announced two flash-memory based PCs, the Q1-SSD and Q30-SSD were
expected to become available in June 2006, both of which used 32 GB SSDs, and were at least initially
available only in South Korea.[183] The Q1-SSD and Q30-SSD launch was delayed and finally was shipped in
late August 2006.[184]

The first flash-memory based PC to become available was the Sony Vaio UX90, announced for pre-order on
27 June 2006 and began to be shipped in Japan on 3 July 2006 with a 16 GB flash memory hard drive.[185] In
late September 2006 Sony upgraded the flash-memory in the Vaio UX90 to 32 GB.[186]

A solid-state drive was offered as an option with the first MacBook Air introduced in 2008, and from 2010
onwards, all models were shipped with an SSD. Starting in late 2011, as part of Intel's Ultrabook initiative, an
increasing number of ultra-thin laptops are being shipped with SSDs standard.

There are also hybrid techniques such as hybrid drive and ReadyBoost that attempt to combine the
advantages of both technologies, using flash as a high-speed non-volatile cache for files on the disk that are
often referenced, but rarely modified, such as application and operating system executable files.

Flash memory as RAM

18 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

As of 2012, there are attempts to use flash memory as the main computer memory, DRAM.[187]

Archival or long-term storage


Floating-gate transistors in the flash storage device hold charge which represents data. This charge gradually
leaks over time, leading to an accumulation of logical errors, also known as "bit rot" or "bit fading".[188]

Data retention
It is unclear how long data on flash memory will persist under archival conditions (i.e., benign temperature
and humidity with infrequent access with or without prophylactic rewrite). Datasheets of Atmel's flash-based
"ATmega" microcontrollers typically promise retention times of 20 years at 85 °C (185 °F) and 100 years at
25 °C (77 °F).[189]

The retention span varies among types and models of flash storage. When supplied with power and idle, the
charge of the transistors holding the data is routinely refreshed by the firmware of the flash storage.[188] The
ability to retain data varies among flash storage devices due to differences in firmware, data redundancy, and
error correction algorithms.[190]

An article from CMU in 2015 states "Today's flash devices, which do not require flash refresh, have a typical
retention age of 1 year at room temperature." And that retention time decreases exponentially with increasing
temperature. The phenomenon can be modeled by the Arrhenius equation.[191][192]

FPGA configuration
Some FPGAs are based on flash configuration cells that are used directly as (programmable) switches to
connect internal elements together, using the same kind of floating-gate transistor as the flash data storage
cells in data storage devices.[178]

Industry
One source states that, in 2008, the flash memory industry includes about US$9.1 billion in production and
sales. Other sources put the flash memory market at a size of more than US$20 billion in 2006, accounting
for more than eight percent of the overall semiconductor market and more than 34 percent of the total
semiconductor memory market.[193] In 2012, the market was estimated at $26.8 billion.[194] It can take up to
10 weeks to produce a flash memory chip.[195]

Manufacturers
The following were the largest NAND flash memory manufacturers, as of the second quarter of 2023.[196]

1. Samsung Electronics – 31.4%


2. Kioxia – 20.6%
3. Western Digital Corporation – 12.6%
4. SK Hynix – 18.5%
5. Micron Technology – 12.3%
6. Others – 8.7% Note: SK Hynix acquired Intel's NAND business at the end of 2021[197] Kioxia spun out
and got renamed of Toshiba in 2018/2019.[198]
Samsung remains the largest NAND flash memory manufacturer as of first quarter 2022.[199]

19 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

Shipments

Flash memory shipments (est. manufactured units)

Discrete flash memory Flash memory data capacity Floating-gate MOSFET memory cells
Year(s)
chips (gigabytes) (billions)

1992 26,000,000[200] 3[200] 24[a]

1993 73,000,000[200] 17[200] 139[a]

1994 112,000,000[200] 25[200] 203[a]

1995 235,000,000[200] 38[200] 300[a]

1996 359,000,000[200] 140[200] 1,121[a]

1997 477,200,000+[201] 317+[201] 2,533+[a]

1998 762,195,122[202] 455+[201] 3,642+[a]

1999 635+[201] 5,082+[a]

2000– 12,800,000,000[203]
2004

2005–
?
2007

1,226,215,645 (mobile
2008
NAND)[205]

1,226,215,645+ (mobile 134,217,728,000 (NAND)[204] 1,073,741,824,000 (NAND)[204]


2009
NAND)

2010 7,280,000,000+[b]

2011 8,700,000,000[207]

2012 5,151,515,152 (serial)[208]

2013 ?

2014 ? 59,000,000,000[209] 118,000,000,000+[a]

2015 7,692,307,692 (NAND)[210] 85,000,000,000[211] 170,000,000,000+[a]

2016 ? 100,000,000,000[212] 200,000,000,000+[a]

2017 ? 148,200,000,000[c] 296,400,000,000+[a]

2018 ? 231,640,000,000[d] 463,280,000,000+[a]

2019 ? ? ?

2020 ? ? ?

1992– 45,358,454,134+ memory


758,057,729,630+ gigabytes 2,321,421,837,044 billion+ cells
2020 chips

In addition to individual flash memory chips, flash memory is also embedded in microcontroller (MCU) chips
and system-on-chip (SoC) devices.[216] Flash memory is embedded in ARM chips,[216] which have sold
150 billion units worldwide as of 2019,[217] and in programmable system-on-chip (PSoC) devices, which have
sold 1.1 billion units as of 2012.[218] This adds up to at least 151.1 billion MCU and SoC chips with embedded
flash memory, in addition to the 45.4 billion known individual flash chip sales as of 2015, totalling at least
196.5 billion chips containing flash memory.

20 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

Flash scalability
Due to its relatively simple structure and high demand for higher capacity, NAND flash memory is the most
aggressively scaled technology among electronic devices. The heavy competition among the top few
manufacturers only adds to the aggressiveness in shrinking the floating-gate MOSFET design rule or process
technology node.[102] While the expected shrink timeline is a factor of two every three years per original
version of Moore's law, this has recently been accelerated in the case of NAND flash to a factor of two every
two years.

ITRS or company 2010 2011 2012 2013 2014 2015 2016 2017 2018

ITRS Flash
Roadmap 32 nm 22 nm 20 nm 18 nm 16 nm
2011[219]

Updated ITRS
Flash 17 nm 15 nm 14 nm
Roadmap[220]

19– 16–
Samsung[219][220] 19–16 nm
[221] 21 nm 10 nm 10 nm
35– 19–10 nm 16– 12– 12–
27 nm (MLC, V- V-
(Samsung 3D 20 nm[32] (MLC, 10 nm 10 nm 10 nm
TLC) NAND NAND
NAND)[220] TLC)[222]
(24L) (32L)

20 nm 16 nm 16 nm
Micron, Intel[219] 20 nm 12 nm 12 nm
[220][221] 34–25 nm 25 nm (MLC + 16 nm 3D 3D
(TLC) 3D NAND 3D NAND
HKMG) NAND NAND

43–32 nm
Toshiba, WD 19 nm 15 nm 15 nm
24 nm 12 nm 12 nm
(SanDisk)[219][220] 24 nm (MLC, 15 nm 3D 3D
[221] (Toshiba) 3D NAND 3D NAND
[223] TLC) NAND NAND

SK Hynix[219][220] 20 nm
[221] 46–35 nm 26 nm 16 nm 16 nm 16 nm 12 nm 12 nm
(MLC)

As the MOSFET feature size of flash memory cells reaches the 15–16 nm minimum limit, further flash density
increases will be driven by TLC (3 bits/cell) combined with vertical stacking of NAND memory planes. The
decrease in endurance and increase in uncorrectable bit error rates that accompany feature size shrinking can
be compensated by improved error correction mechanisms.[224] Even with these advances, it may be
impossible to economically scale flash to smaller and smaller dimensions as the number of electron holding
capacity reduces. Many promising new technologies (such as FeRAM, MRAM, PMC, PCM, ReRAM, and
others) are under investigation and development as possible more scalable replacements for flash.[225]

Timeline

21 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

Memory
Package
Capacity Layers
Megabits or
Date of Flash Cell
Chip name (Mb), Stacks Manufacturer(s) Process Area Ref
introduction type type
Gigabits of
(Gb), Layers
Terabits
(Tb)

1984 ? ? NOR SLC 1 Toshiba ? ? [20]

1985 ? 256 kb NOR SLC 1 Toshiba 2,000 nm ? [29]

1987 ? ? NAND SLC 1 Toshiba ? ? [1]

1989 ? 1 Mb NOR SLC 1 Seeq, Intel ? ? [29]

4 Mb NAND SLC 1 Toshiba 1,000 nm

1991 ? 16 Mb NOR SLC 1 Mitsubishi 600 nm ? [29]

[226]
1993 DD28F032SA 32 Mb NOR SLC 1 Intel ? 280 mm² [227]

1994 ? 64 Mb NOR SLC 1 NEC 400 nm ? [29]

[29]
1995 ? 16 Mb DINOR SLC 1 Mitsubishi, Hitachi ? ? [228]

NAND SLC 1 Toshiba ? ? [229]

Hitachi, Samsung, [29]


32 Mb NAND SLC 1 ? ?
Toshiba

34 Mb Serial SLC 1 SanDisk

1996 ? 64 Mb NAND SLC 1 Hitachi, Mitsubishi 400 nm ? [29]

QLC 1 NEC

128 Mb NAND SLC 1 Samsung, Hitachi ?

1997 ? 32 Mb NOR SLC 1 Intel, Sharp 400 nm ? [230]

NAND SLC 1 AMD, Fujitsu 350 nm

1999 ? 256 Mb NAND SLC 1 Toshiba 250 nm ? [29]

MLC 1 Hitachi 1

2000 ? 32 Mb NOR SLC 1 Toshiba 250 nm ? [29]

64 Mb NOR QLC 1 STMicroelectronics 180 nm

512 Mb NAND SLC 1 Toshiba ? ? [110]

2001 ? 512 Mb NAND MLC 1 Hitachi ? ? [29]

1 Gibit NAND MLC 1 Samsung

1 Toshiba, SanDisk 160 nm ? [231]

2002 ? 512 Mb NROM MLC 1 Saifun 170 nm ? [29]

[232]
2 GB NAND SLC 1 Samsung, Toshiba ? ? [233]

2003 ? 128 Mb NOR MLC 1 Intel 130 nm ? [29]

1 GB NAND MLC 1 Hitachi

22 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

2004 ? 8 GB NAND SLC 1 Samsung 60 nm ? [232]

2005 ? 16 GB NAND SLC 1 Samsung 50 nm ? [32]

2006 ? 32 GB NAND SLC 1 Samsung 40 nm

Stacked [48]
Apr-07 THGAM 128 GB SLC Toshiba 56 nm 252 mm²
NAND

Stacked [49]
Sep-07 ? 128 GB SLC Hynix ? ?
NAND

Stacked [50]
2008 THGBM 256 GB SLC Toshiba 43 nm 353 mm²
NAND

2009 ? 32 GB NAND TLC Toshiba 32 nm 113 mm² [30]

[30]
64 GB NAND QLC Toshiba, SanDisk 43 nm ? [31]

2010 ? 64 GB NAND SLC Hynix 20 nm ? [234]

TLC Samsung 20 nm ? [32]

Stacked [51]
THGBM2 1 Tb QLC Toshiba 32 nm 374 mm²
NAND

Stacked [235]
2011 KLMCG8GE4A 512 GB MLC Samsung ? 192 mm²
NAND

2013 ? ? NAND SLC SK Hynix 16 nm ? [234]

128 GB V-NAND TLC Samsung 10 nm ?

2015 ? 256 GB V-NAND TLC Samsung ? ? [222]

2017 eUFS 2.1 512 GB V-NAND TLC 8 of 64 Samsung ? ? [8]

768 GB V-NAND QLC Toshiba ? ? [236]

Stacked [8]
KLUFG8R1EM 4 Tb TLC Samsung ? 150 mm²
V-NAND

2018 ? 1 Tb V-NAND QLC Samsung ? ? [237]

[238]
1.33 Tb V-NAND QLC Toshiba ? 158 mm² [239]

[59]
2019 ? 512 GB V-NAND QLC Samsung ? ? [60]

1 Tb V-NAND TLC SK Hynix ? ? [240]

Stacked [59]
16 of [60]
eUFS 2.1 1 Tb V- QLC Samsung ? 150 mm²
64
NAND[241] [242]

2023 eUFS 4.0 8 Tb 3D NAND QLC 232 Micron ? ? [243]

See also
▪ eMMC
▪ Flash memory controller
▪ Intel hex file format
▪ List of flash file systems
▪ List of flash memory controller manufacturers
▪ microSDXC (up to 2 TB), and the successor format Secure Digital Ultra Capacity (SDUC) supporting

23 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

cards up to 128 TiB


▪ NOR flash replacement
▪ Open NAND Flash Interface Working Group
▪ Read-mostly memory (RMM)
▪ Universal Flash Storage
▪ USB flash drive security
▪ Write amplification

Explanatory notes
a. Single-level cell (1-bit per cell) up until 2009. Multi-level cell (up to 4-bit or half-byte per cell)
commercialised in 2009.[30][31]
b. Flash memory chip shipments in 2010:
▪ NOR – 3.64 billion[206]
▪ NAND – 3.64 billion+ (est.)
c. Flash memory data capacity shipments in 2017:
▪ NAND non-volatile memory (NVM) – 85 exabytes (est.)[213]
▪ Solid-state drive (SSD) – 63.2 exabytes[214]
d. Flash memory data capacity shipments in 2018 (est.)
▪ NAND NVM – 140 exabytes[213]
▪ SSD – 91.64 exabytes[215]

References
1. "1987: Toshiba Launches NAND Flash" (https://www.eweek.com/storage/1987-toshiba-launches-nand-fla
sh). eWeek. 11 April 2012. Retrieved 20 June 2019.
2. "A Flash Storage Technical and Economic Primer" (https://web.archive.org/web/20150720220844/http://w
ww.flashstorage.com/flash-storage-technical-economic-primer/). FlashStorage.com. 30 March 2015.
Archived from the original (http://www.flashstorage.com/flash-storage-technical-economic-primer/) on 20
July 2015.
3. "Flash Memory Guide" (https://media.kingston.com/pdfs/FlashMemGuide.pdf) (PDF). Kingston
Technology. 2012. MKF-283US. Archived (https://web.archive.org/web/20231019045415/https://media.kin
gston.com/pdfs/FlashMemGuide.pdf) (PDF) from the original on 19 October 2023. Retrieved 4 December
2023.
4. Bauer, Roderick (6 March 2018). "HDD vs SSD: What Does the Future for Storage Hold?" (https://www.b
ackblaze.com/blog/ssd-vs-hdd-future-of-storage/). Backblaze. Archived (https://web.archive.org/web/2022
1222025652/https://www.backblaze.com/blog/ssd-vs-hdd-future-of-storage/) from the original on 22
December 2022.
5. "Memory Module Serial Presence-Detect Introduction" (https://www.micron.com/-/media/client/global/doc
uments/products/technical-note/dram-modules/tn_04_42.pdf?rev=e5a1537ce3214de5b695f17c340fd023)
(PDF). Micron Technology. TN-04-42. Archived (https://web.archive.org/web/20220726125258/https://ww
w.micron.com/-/media/client/global/documents/products/technical-note/dram-modules/tn_04_42.pdf)
(PDF) from the original on 26 July 2022. Retrieved 1 June 2022.
6. "Serial Presence Detect - Technical Reference" (https://www.ti.com/lit/ug/smmu001/smmu001.pdf) (PDF).
Texas Instruments. January 1998. SMMU001. Archived (https://web.archive.org/web/20231204093906/htt
ps://www.ti.com/lit/ug/smmu001/smmu001.pdf) (PDF) from the original on 4 December 2023.

24 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

7. Shilov, Anton (30 January 2019). "Samsung Starts Production of 1 TB eUFS 2.1 Storage for
Smartphones" (https://www.anandtech.com/show/13918/samsung-starts-production-of-1-tb-eufs-21-stora
ge-for-smartphones). AnandTech. Archived (https://web.archive.org/web/20231102131015/https://www.an
andtech.com/show/13918/samsung-starts-production-of-1-tb-eufs-21-storage-for-smartphones) from the
original on 2 November 2023.
8. Shilov, Anton (5 December 2017). "Samsung Starts Production of 512 GB UFS NAND Flash Memory: 64-
Layer V-NAND, 860 MB/s Reads" (https://www.anandtech.com/show/12120/samsung-starts-production-o
f-512-gb-ufs-chips). AnandTech. Archived (https://web.archive.org/web/20231103145651/https://www.ana
ndtech.com/show/12120/samsung-starts-production-of-512-gb-ufs-chips) from the original on 3
November 2023.
9. Kim, Chulbum; Cho, Ji-Ho; Jeong, Woopyo; Park, Il-han; Park, Hyun-Wook; Kim, Doo-Hyun; Kang,
Daewoon; Lee, Sunghoon; Lee, Ji-Sang; Kim, Wontae; Park, Jiyoon; Ahn, Yang-lo; Lee, Jiyoung; Lee,
Jong-Hoon; Kim, Seungbum; Yoon, Hyun-Jun; Yu, Jaedoeg; Choi, Nayoung; Kwon, Yelim; Kim, Nahyun;
Jang, Hwajun; Park, Jonghoon; Song, Seunghwan; Park, Yongha; Bang, Jinbae; Hong, Sangki; Jeong,
Byunghoon; Kim, Hyun-Jin; Lee, Chunan; et al. (2017). 11.4 a 512Gb 3b/Cell 64-stacked WL 3D V-NAND
flash memory. International Solid-State Circuits Conference. San Francisco: IEEE. pp. 202–203.
doi:10.1109/ISSCC.2017.7870331 (https://doi.org/10.1109%2FISSCC.2017.7870331).
ISBN 978-1-5090-3758-2. ISSN 2376-8606 (https://www.worldcat.org/issn/2376-8606).
S2CID 206998691 (https://api.semanticscholar.org/CorpusID:206998691).
10. Tyson, Mark. "Samsung enables 1TB eUFS 2.1 smartphones" (https://hexus.net/tech/news/storage/1270
10-samsung-enables-1tb-eufs-21-smartphones/). Hexus. Archived (https://web.archive.org/web/2023042
3114928/https://hexus.net/tech/news/storage/127010-samsung-enables-1tb-eufs-21-smartphones/) from
the original on 23 April 2023.
11. "Not just a flash in the pan" (https://www.economist.com/technology-quarterly/2006/03/11/not-just-a-flash-
in-the-pan). The Economist. Reuters. 11 March 2006. Archived (https://web.archive.org/web/2023112116
3825/https://www.economist.com/technology-quarterly/2006/03/11/not-just-a-flash-in-the-pan) from the
original on 21 November 2023. Retrieved 10 September 2019.
12. Bez, R.; Pirovano, A. (2019). Advances in Non-Volatile Memory and Storage Technology. Woodhead
Publishing. ISBN 9780081025857.
13. "1960 – Metal Oxide Semiconductor (MOS) Transistor Demonstrated" (https://www.computerhistory.org/si
liconengine/metal-oxide-semiconductor-mos-transistor-demonstrated/). The Silicon Engine. Computer
History Museum. Archived (https://web.archive.org/web/20230410105822/https://www.computerhistory.or
g/siliconengine/metal-oxide-semiconductor-mos-transistor-demonstrated/) from the original on 10 April
2023.
14. "1971: Reusable semiconductor ROM introduced" (https://www.computerhistory.org/storageengine/reusa
ble-semiconductor-rom-introduced/). The Storage Engine. Computer History Museum. 11 June 2018.
Archived (https://web.archive.org/web/20230810204956/https://www.computerhistory.org/storageengine/r
eusable-semiconductor-rom-introduced/) from the original on 10 August 2023. Retrieved 19 June 2019.
15. Fulford, Adel (24 June 2002). "Unsung hero" (https://www.forbes.com/global/2002/0624/030.html).
Forbes. Archived (https://web.archive.org/web/20080303205125/http://www.forbes.com/global/2002/062
4/030.html) from the original on 3 March 2008. Retrieved 18 March 2008.
16. Tyson, Jeff (29 August 2000). "How ROM Works" (https://computer.howstuffworks.com/rom.htm#pt5).
HowStuffWorks. Archived (https://web.archive.org/web/20231202082951/https://computer.howstuffwork
s.com/rom.htm#pt5) from the original on 2 December 2023. Retrieved 10 September 2019.
17. US 4531203 (https://worldwide.espacenet.com/textdoc?DB=EPODOC&IDX=US4531203) Fujio Masuoka
18. Semiconductor memory device and method for manufacturing the same (https://patents.google.com/pate
nt/US4531203)
19. "NAND Flash Memory: 25 Years of Invention, Development – Data Storage – News & Reviews" (https://ar
chive.today/20140818204913/http://www.eweek.com/c/a/Data-Storage/NAND-Flash-Memory-25-Years-o
f-Invention-Development-684048/). eWeek.com. Archived from the original (http://www.eweek.com/c/a/Da
ta-Storage/NAND-Flash-Memory-25-Years-of-Invention-Development-684048/) on 18 August 2014.
Retrieved 18 August 2014.

25 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

20. "Toshiba: Inventor of Flash Memory" (https://web.archive.org/web/20190620160642/http://www.flash25.to


shiba.com/). Toshiba. Archived from the original (http://www.flash25.toshiba.com) on 20 June 2019.
Retrieved 20 June 2019.
21. Masuoka, F.; Asano, M.; Iwahashi, H.; Komuro, T.; Tanaka, S. (December 1984). A new flash E2PROM
cell using triple polysilicon technology. 1984 International Electron Devices Meeting. San Francisco.
pp. 464–467. doi:10.1109/IEDM.1984.190752 (https://doi.org/10.1109%2FIEDM.1984.190752).
S2CID 25967023 (https://api.semanticscholar.org/CorpusID:25967023).
22. Masuoka, F.; Momodomi, M.; Iwata, Y.; Shirota, R. (1987). "New ultra high density EPROM and flash
EEPROM with NAND structure cell". Electron Devices Meeting, 1987 International. IEDM 1987. IEEE.
pp. 552–555. doi:10.1109/IEDM.1987.191485 (https://doi.org/10.1109%2FIEDM.1987.191485).
23. Tal, Arie (February 2002). "NAND vs. NOR flash technology: The designer should weigh the options
when using flash memory" (https://web.archive.org/web/20100728210327/http://www2.electronicproduct
s.com/NAND_vs_NOR_flash_technology-article-FEBMSY1-FEB2002.aspx). Archived from the original (h
ttp://www2.electronicproducts.com/NAND_vs_NOR_flash_technology-article-FEBMSY1-FEB2002.aspx)
on 28 July 2010. Retrieved 31 July 2010.
24. "H8S/2357 Group, H8S/2357F-ZTATTM, H8S/2398F-ZTATTM Hardware Manual" (https://www.renesas.c
om/us/en/document/mas/h8s2357-group-h8s2357f-ztattm-h8s2398f-ztattm-hardware-manual). Renesas.
October 2004. p. 574. Archived (https://web.archive.org/web/20230109212444/https://www.renesas.com/
us/en/document/mas/h8s2357-group-h8s2357f-ztattm-h8s2398f-ztattm-hardware-manual) from the
original on 9 January 2023. Retrieved 23 January 2012. "The flash memory can be reprogrammed up to
100 times."
25. "AMD DL160 and DL320 Series Flash: New Densities, New Features" (https://web.archive.org/web/2015
0924104223/http://www.spansion.com/Support/Application%20Notes/AMD%20DL160%20and%20DL32
0%20Series%20Flash-%20New%20Densities,%20New%20Features.pdf) (PDF). AMD. July 2003.
22271A. Archived from the original (http://www.spansion.com/Support/Application%20Notes/AMD%20DL
160%20and%20DL320%20Series%20Flash-%20New%20Densities,%20New%20Features.pdf) (PDF) on
24 September 2015. Retrieved 13 November 2014. "The devices offer single-power-supply operation (2.7
V to 3.6 V), sector architecture, Embedded Algorithms, high performance, and a 1,000,000 program/
erase cycle endurance guarantee."
26. James, Dick (May 2014). 3D ICs in the real world (https://www.researchgate.net/publication/271453642).
25th Annual SEMI Advanced Semiconductor Manufacturing Conference (ASMC 2014). Saratoga Springs,
NY. pp. 113–119. doi:10.1109/ASMC.2014.6846988 (https://doi.org/10.1109%2FASMC.2014.6846988).
ISBN 978-1-4799-3944-2. ISSN 2376-6697 (https://www.worldcat.org/issn/2376-6697). S2CID 42565898
(https://api.semanticscholar.org/CorpusID:42565898).
27. "NAND overtakes NOR in flash memory" (https://www.cnet.com/culture/nand-overtakes-nor-in-flash-mem
ory/). CNET.
28. Bridgman, Aston (28 October 1997). "NEC and SanDisk Develop 80Mb Flash Memory" (https://web.archi
ve.org/web/20201018114043/http://www.nec.co.jp/press/en/9710/2801.html) (Press release). NEC.
97/10/28-01. Archived from the original (http://www.nec.co.jp/press/en/9710/2801.html) on 18 October
2020.
29. "Memory" (http://maltiel-consulting.com/Semiconductor_technology_memory.html). STOL (Semiconductor
Technology Online). Archived (https://web.archive.org/web/20231102131915/http://maltiel-consulting.co
m/Semiconductor_technology_memory.html) from the original on 2 November 2023. Retrieved 25 June
2019.
30. "Toshiba Makes Major Advances in NAND Flash Memory with 3-bit-per-cell 32nm generation and with 4-
bit-per-cell 43nm technology" (http://www.toshiba.co.jp/about/press/2009_02/pr1102.htm) (Press release).
Toshiba. 11 February 2009. PR1102. Archived (https://web.archive.org/web/20230419145952/https://ww
w.global.toshiba/ww/news/corporate/2009/02/pr1102.html) from the original on 19 April 2023. Retrieved
21 June 2019.

26 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

31. "SanDisk ships world's first memory cards with 64 gigabit X4 NAND flash" (https://www.slashgear.com/sa
ndisk-ships-worlds-first-memory-cards-with-64-gigabit-x4-nand-flash-1360217). SlashGear. 13 October
2009. Archived (https://web.archive.org/web/20230418183511/https://www.slashgear.com/sandisk-ships-
worlds-first-memory-cards-with-64-gigabit-x4-nand-flash-1360217/) from the original on 18 April 2023.
Retrieved 20 June 2019.
32. "History" (https://www.samsung.com/us/aboutsamsung/company/history/). Samsung Electronics.
Samsung. Retrieved 19 June 2019.
33. Wong, Bill (15 April 2013). "Interview: Spansion's CTO Talks About Embedded Charge Trap NOR Flash
Technology" (https://www.electronicdesign.com/technologies/memory/article/21796009/interview-spansio
ns-cto-talks-about-embedded-charge-trap-nor-flash-technology). Electronic Design. Archived (https://we
b.archive.org/web/20231204125719/https://www.electronicdesign.com/technologies/embedded/digital-ics/
memory/article/21796009/interview-spansions-cto-talks-about-embedded-charge-trap-nor-flash-technolog
y) from the original on 4 December 2023.
34. Ito, Takashi; Taito, Yasuhiko (9 September 2017). "SONOS Split-Gate eFlash Memory". In Hidaka, Hideto
(ed.). Embedded Flash Memory for Embedded Systems: Technology, Design for Sub-systems, and
Innovations. Integrated Circuits and Systems. Springer Publishing. pp. 209–244.
doi:10.1007/978-3-319-55306-1_7 (https://doi.org/10.1007%2F978-3-319-55306-1_7).
ISBN 978-3-319-55306-1.
35. Bez, Roberto; Camerlenghi, E.; Modelli, Alberto; Visconti, Angelo (April 2003). "Introduction to flash
memory". Proceedings of the IEEE. 91 (4). Institute of Electrical and Electronics Engineers: 498–502.
doi:10.1109/JPROC.2003.811702 (https://doi.org/10.1109%2FJPROC.2003.811702).
36. Lee, Jang-Sik (18 October 2011). "Review paper: Nano-floating gate memory devices". Electronic
Materials Letters. 7 (3). Korean Institute of Metals and Materials: 175–183. Bibcode:2011EML.....7..175L
(https://ui.adsabs.harvard.edu/abs/2011EML.....7..175L). doi:10.1007/s13391-011-0901-5 (https://doi.or
g/10.1007%2Fs13391-011-0901-5). S2CID 110503864 (https://api.semanticscholar.org/CorpusID:110503
864).
37. Aravindan, Avinash (13 November 2018). "Flash 101: Types of NAND Flash" (https://www.embedded.co
m/flash-101-types-of-nand-flash/). embedded.com. Archived (https://web.archive.org/web/202311061015
40/https://www.embedded.com/flash-101-types-of-nand-flash/) from the original on 6 November 2023.
38. Meena, Jagan Singh; Sze, Simon Min; Chand, Umesh; Tseng, Tseung-Yuen (25 September 2014).
"Overview of emerging nonvolatile memory technologies" (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC
4182445). Nanoscale Research Letters. 9 (1): 526. doi:10.1186/1556-276x-9-526 (https://doi.org/10.118
6%2F1556-276x-9-526). ISSN 1556-276X (https://www.worldcat.org/issn/1556-276X). PMC 4182445 (htt
ps://www.ncbi.nlm.nih.gov/pmc/articles/PMC4182445). PMID 25278820 (https://pubmed.ncbi.nlm.nih.go
v/25278820). 526.
39. Sheldon, Robert (19 June 2023). "Charge trap technology advantages for 3D NAND flash drives" (https://
www.techtarget.com/searchstorage/tip/Charge-trap-technology-advantages-for-3D-NAND-flash-drives).
SearchStorage. Archived (https://web.archive.org/web/20230809223937/https://www.techtarget.com/sear
chstorage/tip/Charge-trap-technology-advantages-for-3D-NAND-flash-drives) from the original on 9
August 2023.
40. Grossi, A.; Zambelli, C.; Olivo, P. (7 June 2016). "Reliability of 3D NAND Flash Memories". In Micheloni,
Rino (ed.). 3D Flash Memories. Dordrecht: Springer Science+Business Media. pp. 29–62.
doi:10.1007/978-94-017-7512-0_2 (https://doi.org/10.1007%2F978-94-017-7512-0_2).
ISBN 978-94-017-7512-0.
41. Kodama, N.; Oyama, K.; Shirai, H.; Saitoh, K.; Okazawa, T.; Hokari, Y. (December 1991). A symmetrical
side wall (SSW)-DSA cell for a 64 Mbit flash memory. International Electron Devices Meeting.
Washington, DC: IEEE. pp. 303–306. doi:10.1109/IEDM.1991.235443 (https://doi.org/10.1109%2FIEDM.1
991.235443). ISBN 0-7803-0243-5. ISSN 0163-1918 (https://www.worldcat.org/issn/0163-1918).
S2CID 111203629 (https://api.semanticscholar.org/CorpusID:111203629).

27 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

42. Eitan, Boaz. "US Patent 5,768,192: Non-volatile semiconductor memory cell utilizing asymmetrical
charge trapping" (https://web.archive.org/web/20200222215754/http://patft.uspto.gov/netacgi/nph-Parse
r?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&r=1&f=G&l=5
0&s1=5%2C768%2C192.PN.&OS=PN%2F5%2C768%2C192&RS=PN%2F5%2C768%2C192). US
Patent & Trademark Office. Archived from the original (http://patft.uspto.gov/netacgi/nph-Parser?Sect1=P
TO1&Sect2=HITOFF&d=PALL&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&r=1&f=G&l=50&s1=5,7
68,192.PN.&OS=PN/5,768,192&RS=PN/5,768,192) on 22 February 2020. Retrieved 22 May 2012.
43. Fastow, Richard M.; Ahmed, Khaled Z.; Haddad, Sameer; Randolph, Mark; Huster, C.; Hom, P. (April
2000). "Bake induced charge gain in NOR flash cells" (https://www.researchgate.net/publication/3253902)
. IEEE Electron Device Letters. 21 (4): 184–186. Bibcode:2000IEDL...21..184F (https://ui.adsabs.harvar
d.edu/abs/2000IEDL...21..184F). doi:10.1109/55.830976 (https://doi.org/10.1109%2F55.830976).
ISSN 1558-0563 (https://www.worldcat.org/issn/1558-0563). S2CID 24724751 (https://api.semanticschola
r.org/CorpusID:24724751).
44. Hruska, Joel (6 August 2013). "Samsung produces first 3D NAND, aims to boost densities, drive lower
cost per GB" (https://www.extremetech.com/computing/163221-samsung-produces-first-3d-nand-aims-to-
boost-densities-drive-lower-cost-per-gb). ExtremeTech. Archived (https://web.archive.org/web/202311021
33725/https://www.extremetech.com/computing/163221-samsung-produces-first-3d-nand-aims-to-boost-d
ensities-drive-lower-cost-per-gb) from the original on 2 November 2023. Retrieved 4 July 2019.
45. Melanson, Donald (12 June 2007). "Toshiba announces new "3D" NAND flash technology" (https://www.e
ngadget.com/2007/06/12/toshiba-announces-new-3d-nand-flash-technology/). Engadget. Archived (http
s://web.archive.org/web/20221217224115/https://www.engadget.com/2007-06-12-toshiba-announces-ne
w-3d-nand-flash-technology.html) from the original on 17 December 2022. Retrieved 10 July 2019.
46. "Samsung Introduces World's First 3D V-NAND Based SSD for Enterprise Applications" (https://web.archi
ve.org/web/20190414192036/https://www.samsung.com/semiconductor/insights/news-events/samsung-in
troduces-worlds-first-3d-v-nand-based-ssd-for-enterprise-applications/) (Press release). Samsung. 13
August 2013. Archived from the original (https://www.samsung.com/semiconductor/insights/news-events/
samsung-introduces-worlds-first-3d-v-nand-based-ssd-for-enterprise-applications/) on 14 April 2019.
47. Clarke, Peter (8 August 2013). "Samsung Confirms 24 Layers in 3D NAND" (https://www.eetimes.com/sa
msung-confirms-24-layers-in-3d-nand/). EE Times. Archived (https://web.archive.org/web/202002191512
55/https://www.eetimes.com/samsung-confirms-24-layers-in-3d-nand/) from the original on 19 February
2020.
48. "Toshiba commercializes Industry's Highest Capacity Embedded NAND Flash Memory for Mobile
Consumer Products" (https://www.global.toshiba/ww/news/corporate/2007/04/pr1702.html) (Press
release). Toshiba. 17 April 2007. PR1702. Archived (https://web.archive.org/web/20220518042936/http
s://www.global.toshiba/ww/news/corporate/2007/04/pr1702.html) from the original on 18 May 2022.
Retrieved 23 November 2010.
49. "Hynix Surprises NAND Chip Industry" (https://www.koreatimes.co.kr/www/news/biz/2007/09/123_9628.ht
ml). The Korea Times. 5 September 2007. Archived (https://web.archive.org/web/20231121145653/http://
www.koreatimes.co.kr/www/news/biz/2007/09/123_9628.html) from the original on 21 November 2023.
Retrieved 8 July 2019.
50. "Toshiba Launches the Largest Density Embedded NAND Flash Memory Devices" (https://www.global.tos
hiba/ww/news/corporate/2008/08/pr0701.html) (Press release). Toshiba. 7 August 2008. PR0701.
Archived (https://web.archive.org/web/20231107222127/https://www.global.toshiba/ww/news/corporate/2
008/08/pr0701.html) from the original on 7 November 2023. Retrieved 21 June 2019.
51. "Toshiba Launches Industry's Largest Embedded NAND Flash Memory Modules" (https://www.global.tosh
iba/ww/news/corporate/2010/06/pr1701.html) (Press release). Toshiba. 17 June 2010. PR1701. Archived
(https://web.archive.org/web/20231106085036/https://www.global.toshiba/ww/news/corporate/2010/06/pr
1701.html) from the original on 6 November 2023. Retrieved 21 June 2019.
52. Mellor, Chris. "NAND we'll send foreign tech packing, says China of Xtacking: DRAM-speed... but light on
layer-stacking" (https://www.theregister.com/2018/08/06/china_aims_to_build_dramspeed_flash/).
www.theregister.com.
53. Tallis, Billy. "2021 NAND Flash Updates from ISSCC: The Leaning Towers of TLC and QLC" (https://ww
w.anandtech.com/show/16491/flash-memory-at-isscc-2021). www.anandtech.com.

28 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

54. Mellor, Chris. "What the PUC: SK Hynix next to join big boys in 96-layer 3D NAND land" (https://www.ther
egister.com/2018/11/05/sk_hynix_96_layer_flash_chip/). www.theregister.com.
55. Mellor, Chris. "Look who's avoided getting chatty about XPoint again. Micron... let's get non-volatile" (http
s://www.theregister.com/2016/02/22/microns_journey_into_the_depths_of_nonvolatility/).
www.theregister.com.
56. Alcorn, Paul (26 July 2022). "Micron Takes Lead With 232-Layer NAND Flash, up to 2TB per Chip
Package" (https://www.tomshardware.com/news/micron-takes-lead-with-232-layer-nand-up-to-2tb-per-chi
p-package). Tom's Hardware. Retrieved 31 May 2024.
57. "Western Digital Breaks Boundaries with World's Highest-Capacity microSD Card" (https://web.archive.or
g/web/20170901035345/https://www.sandisk.com/about/media-center/press-releases/2017/western-digita
l-breaks-boundaries-with-worlds-highest-capacity-microsd-card) (Press release). Berlin: SanDisk. 31
August 2017. Archived from the original (https://www.sandisk.com/about/media-center/press-releases/20
17/western-digital-breaks-boundaries-with-worlds-highest-capacity-microsd-card) on 1 September 2017.
Retrieved 2 September 2017.
58. Bradley, Tony (31 August 2017). "Expand Your Mobile Storage With New 400GB microSD Card From
SanDisk" (https://www.forbes.com/sites/tonybradley/2017/08/31/expand-your-mobile-storage-with-new-40
0gb-microsd-card-from-sandisk). Forbes. Archived (https://web.archive.org/web/20170901064146/https://
www.forbes.com/sites/tonybradley/2017/08/31/expand-your-mobile-storage-with-new-400gb-microsd-car
d-from-sandisk/) from the original on 1 September 2017. Retrieved 2 September 2017.
59. Manners, David (30 January 2019). "Samsung makes 1TB flash eUFS module" (https://www.electronicsw
eekly.com/news/business/samsung-makes-1tb-flash-module-2019-01/). Electronics Weekly. Archived (htt
ps://web.archive.org/web/20230210114056/https://www.electronicsweekly.com/news/business/samsung-
makes-1tb-flash-module-2019-01/) from the original on 10 February 2023. Retrieved 23 June 2019.
60. Tallis, Billy (17 October 2018). "Samsung Shares SSD Roadmap for QLC NAND And 96-layer 3D NAND"
(https://www.anandtech.com/show/13497/samsung-shares-ssd-roadmap-for-qlc-nand-and-96layer-3d-na
nd). AnandTech. Archived (https://web.archive.org/web/20231106103853/https://www.anandtech.com/sho
w/13497/samsung-shares-ssd-roadmap-for-qlc-nand-and-96layer-3d-nand) from the original on 6
November 2023. Retrieved 27 June 2019.
61. Basinger, Matt (18 January 2007), PSoC Designer Device Selection Guide (https://web.archive.org/web/2
0091031121330/http://www.psocdeveloper.com/uploads/tx_piapappnote/an2209_03.pdf) (PDF), AN2209,
archived from the original (http://www.psocdeveloper.com/uploads/tx_piapappnote/an2209_03.pdf) (PDF)
on 31 October 2009, "The PSoC ... utilizes a unique Flash process: SONOS"
62. Windbacher, T. "2.1.1 Flash Memory" (https://www.iue.tuwien.ac.at/phd/windbacher/node14.html).
Engineering Gate Stacks for Field-Effect Transistors. Archived (https://web.archive.org/web/20231109113
308/https://www.iue.tuwien.ac.at/phd/windbacher/node14.html) from the original on 9 November 2023.
63. "Floating Gate MOS Memory" (https://web.archive.org/web/20220808223834/http://www.princeton.edu/~c
houweb/newproject/research/SEM/FloatMOSMem.html). University of Minnesota. Archived from the
original (http://www.princeton.edu/~chouweb/newproject/research/SEM/FloatMOSMem.html) on 8 August
2022.
64. Shimpi, Anand Lal (30 September 2011). "The Intel SSD 710 (200GB) Review" (https://www.anandtech.c
om/show/4902/intel-ssd-710-200gb-review). AnandTech. Archived (https://web.archive.org/web/20231102
131301/https://www.anandtech.com/show/4902/intel-ssd-710-200gb-review) from the original on 2
November 2023.
65. "Flash Memory Reliability, Life & Wear" (https://www.electronics-notes.com/articles/electronic_component
s/semiconductor-ic-memory/flash-wear-levelling-reliability-lifetime.php). Electronics Notes. Archived (http
s://web.archive.org/web/20231102133652/https://www.electronics-notes.com/articles/electronic_compone
nts/semiconductor-ic-memory/flash-wear-levelling-reliability-lifetime.php) from the original on 2 November
2023.
66. Vättö, Kristian (23 February 2012). "Understanding TLC NAND" (https://www.anandtech.com/show/5067/
understanding-tlc-nand/2). AnandTech. Archived (https://web.archive.org/web/20231102131132/https://w
ww.anandtech.com/show/5067/understanding-tlc-nand/2) from the original on 2 November 2023.

29 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

67. "Solid State bit density, and the Flash Memory Controller" (https://www.hyperstone.com/en/Solid-State-bi
t-density-and-the-Flash-Memory-Controller-1235,12728.html). hyperstone.com. 17 April 2018. Archived
(https://web.archive.org/web/20230609075731/https://www.hyperstone.com/en/Solid-State-bit-density-an
d-the-Flash-Memory-Controller-1235,12728.html) from the original on 9 June 2023. Retrieved 29 May
2018.
68. Yasufuku, Tadashi; Ishida, Koichi; Miyamoto, Shinji; Nakai, Hiroto; Takamiya, Makoto; Sakurai, Takayasu;
Takeuchi, Ken (2009), "Proceedings of the 14th ACM/IEEE international symposium on Low power
electronics and design - ISLPED '09" (http://www.computer.org/csdl/proceedings/islped/2009/8684/00/868
40087-abs.html), IEICE Transactions on Electronics, 93 (3): 87–92, Bibcode:2010IEITE..93..317Y (http
s://ui.adsabs.harvard.edu/abs/2010IEITE..93..317Y), doi:10.1145/1594233.1594253 (https://doi.org/10.11
45%2F1594233.1594253), ISBN 9781605586847, S2CID 6055676 (https://api.semanticscholar.org/Corp
usID:6055676), archived (https://web.archive.org/web/20160305135918/https://www.computer.org/csdl/pr
oceedings/islped/2009/8684/00/86840087-abs.html) from the original on 5 March 2016
69. Micheloni, Rino; Marelli, Alessia; Eshghi, Kam (2012), Inside Solid State Drives (SSDs) (https://books.goo
gle.com/books?id=8LS3egzcBG4C&pg=PA188), Springer, Bibcode:2013issd.book.....M (https://ui.adsab
s.harvard.edu/abs/2013issd.book.....M), ISBN 9789400751460, archived (https://web.archive.org/web/20
170209234319/https://books.google.com/books?id=8LS3egzcBG4C&pg=PA188&lpg=PA188) from the
original on 9 February 2017
70. Micheloni, Rino; Crippa, Luca (2010), Inside NAND Flash Memories (https://books.google.com/books?id=
vaq11vKwo_kC&pg=PA530), Springer, ISBN 9789048194315, archived (https://web.archive.org/web/201
70209164808/https://books.google.com/books?id=vaq11vKwo_kC&pg=PA530&lpg=PA530) from the
original on 9 February 2017 In particular, Takeuchi, K. (2010). "Low power 3D-integrated SSD". Inside
NAND Flash Memories. pp. 515–536. doi:10.1007/978-90-481-9431-5_18 (https://doi.org/10.1007%2F97
8-90-481-9431-5_18). ISBN 978-90-481-9430-8.
71. Mozel, Tracey (2009), CMOSET Fall 2009 Circuits and Memories Track Presentation Slides (https://book
s.google.com/books?id=XlbOf-m8fdYC&pg=RA5-PA3), CMOS Emerging Technologies,
ISBN 9781927500217, archived (https://web.archive.org/web/20170209213305/https://books.google.co
m/books?id=XlbOf-m8fdYC&pg=RA5-PA3&lpg=RA5-PA3) from the original on 9 February 2017
72. Yasufuku, Tadashi; Ishida, Koichi; Miyamoto, Shinji; Nakai, Hiroto; Takamiya, Makoto; Sakurai, Takayasu;
Takeuchi, Ken (March 2010). "Inductor and TSV Design of 20-V Boost Converter for Low Power 3D Solid
State Drive with NAND Flash Memories" (https://www.researchgate.net/publication/220240029). IEICE
Transactions on Electronics. E93-C (3). IEICE: 317–323. Bibcode:2010IEITE..93..317Y (https://ui.adsab
s.harvard.edu/abs/2010IEITE..93..317Y). doi:10.1587/transele.E93.C.317 (https://doi.org/10.1587%2Ftra
nsele.E93.C.317). Archived (https://web.archive.org/web/20160204025034/https://www.researchgate.net/
publication/220240029_Inductor_and_TSV_Design_of_20-V_Boost_Converter_for_Low_Power_3D_Soli
d_State_Drive_with_NAND_Flash_Memories) from the original on 4 February 2016.
73. https://ieeexplore.ieee.org/document/5986104
74. Takeuchi, Ken (May 2010). Low power 3D-integrated Solid-State Drive (SSD) with adaptive voltage
generator. IEEE International Memory Workshop (IMW). Seoul, Korea. doi:10.1109/IMW.2010.5488397
(https://doi.org/10.1109%2FIMW.2010.5488397). ISBN 978-1-4244-6721-1. ISSN 2159-4864 (https://ww
w.worldcat.org/issn/2159-4864).
75. Ishida, Koichi; Yasufuku, Tadashi; Miyamoto, Shinji; Nakai, Hiroto; Takamiya, Makoto; Sakurai, Takayasu;
Takeuchi, Ken (May 2011). "1.8 V Low-Transient-Energy Adaptive Program-Voltage Generator Based on
Boost Converter for 3D-Integrated NAND Flash SSD". IEEE Journal of Solid-State Circuits. 46 (6).
Institute of Electrical and Electronics Engineers: 1478–1487. Bibcode:2011IJSSC..46.1478I (https://ui.ads
abs.harvard.edu/abs/2011IJSSC..46.1478I). doi:10.1109/JSSC.2011.2131810 (https://doi.org/10.1109%2
FJSSC.2011.2131810). ISSN 1558-173X (https://www.worldcat.org/issn/1558-173X). S2CID 13701601 (h
ttps://api.semanticscholar.org/CorpusID:13701601).

30 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

76. A. H. Johnston, "Space Radiation Effects in Advanced Flash Memories" (http://trs-new.jpl.nasa.gov/dspac


e/bitstream/2014/13431/1/01-2369.pdf) Archived (https://web.archive.org/web/20160304220536/http://trs-
new.jpl.nasa.gov/dspace/bitstream/2014/13431/1/01-2369.pdf) 4 March 2016 at the Wayback Machine.
NASA Electronic Parts and Packaging Program (NEPP). 2001. "... internal transistors used for the charge
pump and erase/write control have much thicker oxides because of the requirement for high voltage. This
causes flash devices to be considerably more sensitive to total dose damage compared to other ULSI
technologies. It also implies that write and erase functions will be the first parameters to fail from total
dose. ... Flash memories will work at much higher radiation levels in the read mode. ... The charge pumps
that are required to generate the high voltage for erasing and writing are usually the most sensitive circuit
functions, usually failing below 10 krad(SI)."
77. Zitlaw, Cliff (2 May 2011). "The Future of NOR Flash Memory" (https://www.eetimes.com/the-future-of-no
r-flash-memory/). Memory Designline. UBM Media. Archived (https://web.archive.org/web/202306010014
39/https://www.eetimes.com/the-future-of-nor-flash-memory/) from the original on 1 June 2023. Retrieved
3 May 2011.
78. Springer Handbook of Semiconductor Devices (https://books.google.com/books?id=44mbEAAAQBAJ&dq
=nor+flash+erase&pg=PA55). Springer. 10 November 2022. ISBN 978-3-030-79827-7.
79. CMOS Processors and Memories (https://books.google.com/books?id=2E0r6BRo2VkC&dq=nor+flash+er
ase&pg=PA212). Springer. 9 August 2010. ISBN 978-90-481-9216-8.
80. Tanzawa, T.; Takano, Y.; Watanabe, K.; Atsumi, S. (2002). "High-voltage transistor scaling circuit
techniques for high-density negative-gate channel-erasing NOR flash memories" (https://ieeexplore.iee
e.org/document/1035946). IEEE Journal of Solid-State Circuits. 37 (10): 1318–1325.
Bibcode:2002IJSSC..37.1318T (https://ui.adsabs.harvard.edu/abs/2002IJSSC..37.1318T). doi:10.1109/
JSSC.2002.803045 (https://doi.org/10.1109%2FJSSC.2002.803045).
81. Flash Memories: Economic Principles of Performance, Cost and Reliability Optimization (https://books.go
ogle.com/books?id=abfBAAAAQBAJ&dq=nor+erase+block&pg=PA41). Springer. 12 September 2013.
ISBN 978-94-007-6082-0.
82. "NAND Flash Controllers - The key to endurance and reliability" (https://www.hyperstone.com/en/NAND-F
lash-controllers-The-key-to-endurance-and-reliability-1256,12728.html). hyperstone.com. 7 June 2018.
Archived (https://web.archive.org/web/20230605095907/https://www.hyperstone.com/en/NAND-Flash-co
ntrollers-The-key-to-endurance-and-reliability-1256,12728.html) from the original on 5 June 2023.
Retrieved 1 June 2022.
83. "Samsung moves into mass production of 3D flash memory" (http://www.gizmag.com/samsung-v-nand-fla
sh-chip-ssd/28655). Gizmag.com. 27 August 2013. Archived (https://web.archive.org/web/201308270918
35/http://www.gizmag.com/samsung-v-nand-flash-chip-ssd/28655/) from the original on 27 August 2013.
Retrieved 27 August 2013.
84. "Samsung Electronics Starts Mass Production of Industry First 3-bit 3D V-NAND Flash Memory" (https://n
ews.samsung.com/global/samsung-electronics-starts-mass-production-of-industry-first-3-bit-3d-v-nand-fla
sh-memory) (Press release). Samsung. 9 October 2014. Archived (https://web.archive.org/web/20230330
135736/https://news.samsung.com/global/samsung-electronics-starts-mass-production-of-industry-first-3-
bit-3d-v-nand-flash-memory) from the original on 30 March 2023.
85. "Samsung V-NAND technology" (https://web.archive.org/web/20160327194431/http://www.samsung.com/
us/business/oem-solutions/pdfs/V-NAND_technology_WP.pdf) (PDF). Samsung. September 2014.
Archived from the original (http://www.samsung.com/us/business/oem-solutions/pdfs/V-NAND_technolog
y_WP.pdf) (PDF) on 27 March 2016. Retrieved 27 March 2016.
86. Tallis, Billy (9 November 2020). "Micron Announces 176-layer 3D NAND" (https://www.anandtech.com/sh
ow/16230/micron-announces-176layer-3d-nand). AnandTech. Archived (https://web.archive.org/web/2023
1102133017/https://www.anandtech.com/show/16230/micron-announces-176layer-3d-nand) from the
original on 2 November 2023.
87. Mellor, Chris (18 August 2023). "Samsung has 300-layer NAND coming, with 430 layers after that –
report" (https://blocksandfiles.com/2023/08/18/samsung-has-300-layer-nand-coming-with-430-layers-afte
r-that/).

31 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

88. Dube, Belinda Langelihle (2020). "Manufacturing Challenges and Cost Evaluation of New Generation 3D
Memories" (https://ieeexplore.ieee.org/document/9282426). 2020 China Semiconductor Technology
International Conference (CSTIC). pp. 1–3. doi:10.1109/CSTIC49141.2020.9282426 (https://doi.org/10.11
09%2FCSTIC49141.2020.9282426). ISBN 978-1-7281-6558-5. S2CID 229376195 (https://api.semanticsc
holar.org/CorpusID:229376195).
89. Choe, Jeongdong (2019). "Comparison of Current 3D NAND Chip & Cell Architecture" (https://files.future
memorystorage.com/proceedings/2019/08-07-Wednesday/20190807_FTEC-202-1_Choe.pdf) (PDF).
pp. 21, 24.
90. Potoroaca, Adrian (20 April 2020). "Samsung said to be developing industry's first 160-layer NAND flash
memory chip" (https://www.techspot.com/news/84905-samsung-developing-industry-first-160-layer-nand-
flash.html). TechSpot. Archived (https://web.archive.org/web/20231102130037/https://www.techspot.com/
news/84905-samsung-developing-industry-first-160-layer-nand-flash.html) from the original on 2
November 2023.
91. "Toshiba's Cost Model for 3D NAND" (https://www.linkedin.com/pulse/toshibas-cost-model-3d-nand-freder
ick-chen). www.linkedin.com.
92. "Calculating the Maximum Density and Equivalent 2D Design Rule of 3D NAND Flash" (https://www.linke
din.com/pulse/calculating-maximum-density-equivalent-2d-design-rule-frederick-chen). linkedin.com.
Retrieved 1 June 2022.; "Calculating the Maximum Density and Equivalent 2D Design Rule of 3D NAND
Flash" (https://semiwiki.com/lithography/296121-calculating-the-maximum-density-and-equivalent-2d-desi
gn-rule-of-3d-nand-flash/). semwiki.com. Retrieved 1 June 2022.
93. "AVR105: Power Efficient High Endurance Parameter Storage in Flash Memory" (http://ww1.microchip.co
m/downloads/en/AppNotes/doc2546.pdf). p. 3
94. Calabrese, Marcello (May 2013). "Accelerated reliability testing of flash memory: Accuracy and issues on
a 45nm NOR technology" (https://ieeexplore.ieee.org/document/6563298). Proceedings of 2013
International Conference on IC Design & Technology (ICICDT). pp. 37–40. doi:10.1109/
ICICDT.2013.6563298 (https://doi.org/10.1109%2FICICDT.2013.6563298). ISBN 978-1-4673-4743-3.
S2CID 37127243 (https://api.semanticscholar.org/CorpusID:37127243). Retrieved 22 June 2022.
95. Thatcher, Jonathan; Coughlin, Tom; Handy, Jim; Ekker, Neal (April 2009). NAND Flash Solid State
Storage for the Enterprise, An In-depth Look at Reliability (https://www.snia.org/sites/default/files/SSSI_N
AND_Reliability_White_Paper_0.pdf) (PDF) (Technical report). Solid State Storage Initiative (SSSI) of the
Storage Network Industry Association (SNIA). Archived (https://web.archive.org/web/20111014033413/htt
p://snia.org/sites/default/files/SSSI_NAND_Reliability_White_Paper_0.pdf) (PDF) from the original on 14
October 2011. Retrieved 6 December 2011.
96. "Difference between SLC, MLC, TLC and 3D NAND in USB flash drives, SSDs and memory cards" (http
s://www.kingston.com/en/blog/pc-performance/difference-between-slc-mlc-tlc-3d-nand). Kingston
Technology. February 2022. Archived (https://web.archive.org/web/20231128154805/https://www.kingsto
n.com/en/blog/pc-performance/difference-between-slc-mlc-tlc-3d-nand) from the original on 28 November
2023.
97. Bordner, Kirstin (17 December 2008). "Micron Collaborates with Sun Microsystems to Extend Lifespan of
Flash-Based Storage, Achieves One Million Write Cycles" (https://investors.micron.com/news-releases/ne
ws-release-details/micron-collaborates-sun-microsystems-extend-lifespan-flash-based) (Press release).
Boise, Idaho: Micron Technology. Archived (https://web.archive.org/web/20220320082948/https://investor
s.micron.com/news-releases/news-release-details/micron-collaborates-sun-microsystems-extend-lifespa
n-flash-based) from the original on 20 March 2022.
98. Owano, Nancy (2 December 2012). "Taiwan engineers defeat limits of flash memory" (https://phys.org/ne
ws/2012-12-taiwan-defeat-limits-memory.html). phys.org. Archived (https://web.archive.org/web/2016020
9010327/http://phys.org/news/2012-12-taiwan-defeat-limits-memory.html) from the original on 9 February
2016.
99. Sharwood, Simon (3 December 2012). "Flash memory made immortal by fiery heat" (https://www.theregis
ter.co.uk/2012/12/03/macronix_thermal_annealing_extends_life_of_flash_memory/). The Register.
Archived (https://web.archive.org/web/20170913183926/https://www.theregister.co.uk/2012/12/03/macron
ix_thermal_annealing_extends_life_of_flash_memory/) from the original on 13 September 2017.

32 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

100. Wong, Raymond (4 December 2012). "Flash memory breakthrough could lead to even more reliable data
storage" (https://news.yahoo.com/flash-memory-breakthrough-could-lead-even-more-reliable-12404934
0.html). Yahoo! News. Archived (https://web.archive.org/web/20231102140438/https://news.yahoo.com/fl
ash-memory-breakthrough-could-lead-even-more-reliable-124049340.html) from the original on 2
November 2023.
101. "NAND Flash Design and Use Considerations Introduction" (https://media-www.micron.com/-/media/clien
t/global/documents/products/technical-note/nand-flash/tn2917.pdf) (PDF). Micron Technology. April 2010.
TN-29-17. Archived (https://web.archive.org/web/20220303140013/https://media-www.micron.com/-/medi
a/client/global/documents/products/technical-note/nand-flash/tn2917.pdf) (PDF) from the original on 3
March 2022. Retrieved 29 July 2011.
102. Kawamatus, Tatsuya. "Technology For Managing NAND Flash" (https://web.archive.org/web/2018051516
4812/http://read.pudn.com/downloads151/ebook/654250/0808002.pdf) (PDF). Hagiwara sys-com co.,
LTD. Archived from the original (http://read.pudn.com/downloads151/ebook/654250/0808002.pdf) (PDF)
on 15 May 2018. Retrieved 15 May 2018.
103. Cooke, Jim (August 2007). The Inconvenient Truths of NAND Flash Memory (https://www.dslreports.com/
r0/download/1507743~59e7b9dda2c0e0a0f7ff119a7611c641/flash_mem_summit_jcooke_inconvenient_tr
uths_nand.pdf) (PDF). Flash Memory Summit 2007. Micron Technology. Archived (https://web.archive.or
g/web/20180215023326/http://www.dslreports.com/r0/download/1507743~59e7b9dda2c0e0a0f7ff119a76
11c641/flash_mem_summit_jcooke_inconvenient_truths_nand.pdf) (PDF) from the original on 15
February 2018.
104. Richard Blish. "Dose Minimization During X-ray Inspection of Surface-Mounted Flash ICs" (http://www.sp
ansion.com/Support/Application%20Notes/Dose_Minimization_Xray_Inspect_AN.pdf) Archived (https://w
eb.archive.org/web/20160220204227/http://www.spansion.com/Support/Application%20Notes/Dose_Mini
mization_Xray_Inspect_AN.pdf) 20 February 2016 at the Wayback Machine. p. 1.
105. Richard Blish. "Impact of X-Ray Inspection on Spansion Flash Memory" (http://www.spansion.com/Suppo
rt/Application%20Notes/X-ray_inspection_on_flash_AN.pdf) Archived (https://web.archive.org/web/20160
304044211/http://www.spansion.com/Support/Application%20Notes/X-ray_inspection_on_flash_AN.pdf) 4
March 2016 at the Wayback Machine
106. "SanDisk Extreme PRO SDHC/SDXC UHS-I Memory Card" (https://www.sandisk.com/home/memory-car
ds/sd-cards/extremepro-sd-uhs-i). Archived (https://web.archive.org/web/20160127214859/https://www.s
andisk.com/home/memory-cards/sd-cards/extremepro-sd-uhs-i) from the original on 27 January 2016.
Retrieved 3 February 2016.
107. "Samsung 32GB USB 3.0 Flash Drive FIT MUF-32BB/AM" (http://www.samsung.com/us/computer/memo
ry-storage-accessories/MUF-32BB/AM). Archived (https://web.archive.org/web/20160203145010/http://w
ww.samsung.com/us/computer/memory-storage-accessories/MUF-32BB/AM) from the original on 3
February 2016. Retrieved 3 February 2016.
108. Micheloni, Rino; Crippa, Luca; Marelli, Alessia (27 July 2010). Inside NAND Flash Memories (https://book
s.google.com/books?id=vaq11vKwo_kC&dq=nand+flash+xip&pg=PA12). Springer.
ISBN 978-90-481-9431-5.
109. Spansion. "What Types of ECC Should Be Used on Flash Memory?" (http://www.spansion.com/Support/A
pplication%20Notes/Types_of_ECC_Used_on_Flash_AN.pdf) Archived (https://web.archive.org/web/201
60304044226/http://www.spansion.com/Support/Application%20Notes/Types_of_ECC_Used_on_Flash_
AN.pdf) 4 March 2016 at the Wayback Machine. 2011.
110. "Toshiba announces 0.13 micron 1Gb monolithic NAND featuring large block size for improved write/
erase speed performance" (https://web.archive.org/web/20060311224004/http://www.toshiba.com/taec/ne
ws/press_releases/2002/to-230.jsp) (Press release). Toshiba. 9 September 2002. Archived from the
original (http://www.toshiba.com/taec/news/press_releases/2002/to-230.jsp) on 11 March 2006. Retrieved
11 March 2006.
111. Kim, Jesung; Kim, John Min; Noh, Sam H.; Min, Sang Lyul; Cho, Yookun (May 2002). "A Space-Efficient
Flash Translation Layer for CompactFlash Systems". Proceedings of the IEEE. Vol. 48, no. 2. pp. 366–
375. doi:10.1109/TCE.2002.1010143 (https://doi.org/10.1109%2FTCE.2002.1010143).

33 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

112. "Small-Block vs. Large-Block NAND flash Devices" (https://www.micron.com/support/~/media/74C3F8B1


250D4935898DB7FE79EB56E7.ashx) (PDF). TN-29-07. Archived (https://web.archive.org/web/20231029
033047/http://www.micron.com/support/~/media/74C3F8B1250D4935898DB7FE79EB56E7.ashx) from
the original on 29 October 2023.
113. "LPC313x NAND flash data and bad block management" (https://www.nxp.com/docs/en/application-note/
AN10860.pdf) (PDF). NXP Semiconductors. 11 August 2009. AN10860. Archived (https://web.archive.or
g/web/20231208071652/https://www.nxp.com/docs/en/application-note/AN10860.pdf) (PDF) from the
original on 8 December 2023.
114. Thatcher, Jonathan (18 August 2009). "NAND Flash Solid State Storage Performance and Capability –
an In-depth Look" (https://www.snia.org/sites/default/education/tutorials/2009/spring/solid/JonathanThatc
her_NandFlash_SSS_PerformanceV10-nc.pdf) (PDF). SNIA. Archived (https://web.archive.org/web/2012
0907062956/http://www.snia.org/sites/default/education/tutorials/2009/spring/solid/JonathanThatcher_Na
ndFlash_SSS_PerformanceV10-nc.pdf) (PDF) from the original on 7 September 2012. Retrieved
28 August 2012.
115. "Samsung ECC algorithm" (http://www.elnec.com/sw/samsung_ecc_algorithm_for_256b.pdf) (PDF).
Samsung. June 2008. Archived (https://web.archive.org/web/20081012043739/http://www.elnec.com/sw/
samsung_ecc_algorithm_for_256b.pdf) (PDF) from the original on 12 October 2008. Retrieved 15 August
2008.
116. "Open NAND Flash Interface Specification" (https://web.archive.org/web/20110727145313/http://onfi.org/
wp-content/uploads/2009/02/onfi_1_0_gold.pdf) (PDF). Open NAND Flash Interface. 28 December 2006.
Archived from the original (http://onfi.org/wp-content/uploads/2009/02/onfi_1_0_gold.pdf) (PDF) on 27
July 2011. Retrieved 31 July 2010.
117. A list of ONFi members is available at "Membership - ONFi" (http://onfi.org/membership/). Archived (http
s://web.archive.org/web/20090829141114/http://onfi.org/membership/) from the original on 29 August
2009. Retrieved 21 September 2009.
118. "Toshiba Introduces Double Data Rate Toggle Mode NAND in MLC And SLC Configurations" (https://we
b.archive.org/web/20151225111800/http://www.toshiba.com/taec/news/press_releases/2010/memy_10_5
99.jsp) (Press release). Irvine, Calif.: Toshiba. 11 August 2010. Archived from the original (http://www.tosh
iba.com/taec/news/press_releases/2010/memy_10_599.jsp) on 25 December 2015.
119. "Dell, Intel And Microsoft Join Forces To Increase Adoption of NAND-Based Flash Memory in PC
Platforms" (https://news.microsoft.com/2007/05/30/dell-intel-and-microsoft-join-forces-to-increase-adoptio
n-of-nand-based-flash-memory-in-pc-platforms/) (Press release). Redmond, Wash: Microsoft. 30 May
2007. Archived (https://web.archive.org/web/20230603210924/https://news.microsoft.com/2007/05/30/del
l-intel-and-microsoft-join-forces-to-increase-adoption-of-nand-based-flash-memory-in-pc-platforms/) from
the original on 3 June 2023. Retrieved 12 August 2014.
120. Micheloni, Rino; Crippa, Luca; Marelli, Alessia (27 July 2010). Inside NAND Flash Memories (https://book
s.google.com/books?id=vaq11vKwo_kC&dq=nor+flash+nand+flash&pg=PA3). Springer Science &
Business Media. ISBN 9789048194315 – via Google Books.
121. Richter, Detlev (12 September 2013). Flash Memories: Economic Principles of Performance, Cost and
Reliability Optimization (https://books.google.com/books?id=abfBAAAAQBAJ&dq=nor+random+access&
pg=PA35). Springer. ISBN 978-94-007-6082-0.
122. Daintith, John; Wright, Edmund (14 May 2014). The Facts on File Dictionary of Computer Science (http
s://books.google.com/books?id=9Q9XNh716ikC&dq=nor+byte+addressable&pg=PA123). Infobase
Publishing. ISBN 9781438109398 – via Google Books.
123. Bhattacharyya, Arup (6 July 2017). Silicon Based Unified Memory Devices and Technology (https://book
s.google.com/books?id=VDkPEAAAQBAJ&dq=nor+byte+addressable&pg=PR22). CRC Press.
ISBN 9781351798327 – via Google Books.
124. RAJARAMAN, V.; ADABALA, NEEHARIKA (15 December 2014). FUNDAMENTALS OF COMPUTERS (h
ttps://books.google.com/books?id=rGjkBQAAQBAJ&dq=nor+random+access+byte+addressable&pg=PA
59). PHI Learning Pvt. Ltd. ISBN 9788120350670 – via Google Books.
125. Aravindan, Avinash (23 July 2018). "Flash 101: NAND Flash vs NOR Flash" (https://www.embedded.com/
flash-101-nand-flash-vs-nor-flash/). Embedded.com. Retrieved 23 December 2020.

34 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

126. Veendrick, Harry (21 June 2018). Bits on Chips (https://books.google.com/books?id=7XhhDwAAQBAJ&d


q=nor+random+access&pg=PA113). Springer. ISBN 978-3-319-76096-4.
127. Micheloni, Rino; Crippa, Luca; Marelli, Alessia (27 July 2010). Inside NAND Flash Memories (https://book
s.google.com/books?id=vaq11vKwo_kC&dq=nand+flash+xip&pg=PA12). Springer Science & Business
Media. ISBN 9789048194315 – via Google Books.
128. Rudan, Massimo; Brunetti, Rossella; Reggiani, Susanna (10 November 2022). Springer Handbook of
Semiconductor Devices (https://books.google.com/books?id=44mbEAAAQBAJ&dq=nor+flash+nor+gate&
pg=PA55). Springer Nature. ISBN 9783030798277 – via Google Books.
129. NAND Flash 101: An Introduction to NAND Flash and How to Design It in to Your Next Product (https://w
eb.archive.org/web/20160604054353/https://www.micron.com/~/media/Documents/Products/Technical%2
0Note/NAND%20Flash/tn2919_nand_101.pdf) (PDF), Micron, pp. 2–3, TN-29-19, archived from the
original (http://www.micron.com/~/media/Documents/Products/Technical%20Note/NAND%20Flash/tn291
9_nand_101.pdf) (PDF) on 4 June 2016
130. Iniewski, Krzysztof (9 August 2010). CMOS Processors and Memories (https://books.google.com/books?i
d=2E0r6BRo2VkC&dq=nor+flash+nand+flash&pg=PA200). Springer. ISBN 978-90-481-9216-8.
131. Pavan, Paolo; Bez, Roberto; Olivo, Piero; Zanoni, Enrico (1997). "Flash Memory Cells – An Overview" (ht
tps://ieeexplore.ieee.org/document/622505). Proceedings of the IEEE. Vol. 85, no. 8 (published August
1997). pp. 1248–1271. doi:10.1109/5.622505 (https://doi.org/10.1109%2F5.622505). Retrieved 15 August
2008.
132. Micheloni, Rino; Crippa, Luca; Marelli, Alessia (27 July 2010). Inside NAND Flash Memories (https://book
s.google.com/books?id=vaq11vKwo_kC&dq=nand+flash+copy+sram&pg=PA12). Springer.
ISBN 978-90-481-9431-5.
133. Gervasi, Osvaldo (29 August 2007). Computational Science and Its Applications - ICCSA 2007:
International Conference, Kuala Lumpur, Malaysia, August 26-29, 2007. Proceedings, Part I (https://book
s.google.com/books?id=WLg85jlQaIAC&dq=nor+flash+random+access+xip&pg=PA253). Springer.
ISBN 978-3-540-74472-6.
134. "The Fundamentals of Flash Memory Storage" (http://electronicdesign.com/memory/fundamentals-flash-
memory-storage). 20 March 2012. Archived (https://web.archive.org/web/20170104163357/http://electroni
cdesign.com/memory/fundamentals-flash-memory-storage) from the original on 4 January 2017.
Retrieved 3 January 2017.
135. "SLC NAND Flash Memory | TOSHIBA MEMORY | Europe(EMEA)" (https://web.archive.org/web/201901
01193808/https://business.toshiba-memory.com/en-emea/product/memory/slc-nand/slc.html).
business.toshiba-memory.com. Archived from the original (https://business.toshiba-memory.com/en-eme
a/product/memory/slc-nand/slc.html) on 1 January 2019. Retrieved 1 January 2019.
136. "SLC NAND" (https://web.archive.org/web/20180901074546/https://www.toshiba.com/tma/technologymov
es/slc-nand.jsp). Toshiba.com. Archived from the original (https://www.toshiba.com/tma/technologymove
s/slc-nand.jsp) on 1 September 2018.
137. "Serial Interface NAND | TOSHIBA MEMORY | Europe(EMEA)" (https://web.archive.org/web/2019010114
5411/https://business.toshiba-memory.com/en-emea/product/memory/slc-nand/serial.html).
business.toshiba-memory.com. Archived from the original (https://business.toshiba-memory.com/en-eme
a/product/memory/slc-nand/serial.html) on 1 January 2019. Retrieved 1 January 2019.
138. "BENAND | TOSHIBA MEMORY | Europe(EMEA)" (https://web.archive.org/web/20190101145413/https://
business.toshiba-memory.com/en-emea/product/memory/slc-nand/benand.html). business.toshiba-
memory.com. Archived from the original (https://business.toshiba-memory.com/en-emea/product/memor
y/slc-nand/benand.html) on 1 January 2019. Retrieved 1 January 2019.
139. "SLC NAND Flash Memory | TOSHIBA MEMORY | Europe(EMEA)" (https://web.archive.org/web/201901
01145415/https://business.toshiba-memory.com/en-emea/product/memory/slc-nand.html).
business.toshiba-memory.com. Archived from the original (https://business.toshiba-memory.com/en-eme
a/product/memory/slc-nand.html) on 1 January 2019. Retrieved 1 January 2019.
140. Salter, Jim (28 September 2019). "SSDs are on track to get bigger and cheaper thanks to PLC
technology" (https://arstechnica.com/gadgets/2019/09/new-intel-toshiba-ssd-technologies-squeeze-more-
bits-into-each-cell/). Ars Technica.

35 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

141. "PBlaze4_Memblaze" (http://memblaze.com/en/index.php?c=article&a=type&tid=54). memblaze.com.


Retrieved 28 March 2019.
142. Crothers, Brooke. "SanDisk to begin making 'X4' flash chips" (https://www.cnet.com/news/sandisk-to-begi
n-making-x4-flash-chips/). CNET.
143. Crothers, Brooke. "SanDisk ships 'X4' flash chips" (https://www.cnet.com/news/sandisk-ships-x4-flash-chi
ps/). CNET.
144. "SanDisk Ships Flash Memory Cards With 64 Gigabit X4 NAND Technology" (https://phys.org/news/200
9-10-sandisk-ships-memory-cards-gigabit.html). phys.org.
145. "SanDisk Begins Mass Production of X4 Flash Memory Chips" (https://www.photoreview.com.au/news/sa
ndisk-begins-mass-production-of-x4-flash-memory-chips/). 17 February 2012.
146. Tallis, Billy. "The Samsung 983 ZET (Z-NAND) SSD Review: How Fast Can Flash Memory Get?" (https://
www.anandtech.com/show/13951/the-samsung-983-zet-znand-ssd-review). AnandTech.com.
147. Vättö, Kristian. "Testing Samsung 850 Pro Endurance & Measuring V-NAND Die Size" (http://www.anandt
ech.com/show/8239/update-on-samsung-850-pro-endurance-vnand-die-size). AnandTech. Archived (http
s://web.archive.org/web/20170626155736/http://www.anandtech.com/show/8239/update-on-samsung-85
0-pro-endurance-vnand-die-size) from the original on 26 June 2017. Retrieved 11 June 2017.
148. Vättö, Kristian. "Samsung SSD 845DC EVO/PRO Performance Preview & Exploring IOPS Consistency"
(http://www.anandtech.com/show/8319/samsung-ssd-845dc-evopro-preview-exploring-worstcase-iops/3).
AnandTech. p. 3. Archived (https://web.archive.org/web/20161022231209/http://www.anandtech.com/sho
w/8319/samsung-ssd-845dc-evopro-preview-exploring-worstcase-iops/3) from the original on 22 October
2016. Retrieved 11 June 2017.
149. Vättö, Kristian. "Samsung SSD 850 EVO (120GB, 250GB, 500GB & 1TB) Review" (http://www.anandtec
h.com/show/8747/samsung-ssd-850-evo-review/4). AnandTech. p. 4. Archived (https://web.archive.org/w
eb/20170531043312/http://www.anandtech.com/show/8747/samsung-ssd-850-evo-review/4) from the
original on 31 May 2017. Retrieved 11 June 2017.
150. Vättö, Kristian. "Samsung SSD 845DC EVO/PRO Performance Preview & Exploring IOPS Consistency"
(http://www.anandtech.com/show/8319/samsung-ssd-845dc-evopro-preview-exploring-worstcase-iops/3).
AnandTech. p. 2. Archived (https://web.archive.org/web/20161022231209/http://www.anandtech.com/sho
w/8319/samsung-ssd-845dc-evopro-preview-exploring-worstcase-iops/3) from the original on 22 October
2016. Retrieved 11 June 2017.
151. Ramseyer, Chris (9 June 2017). "Flash Industry Trends Could Lead Users Back to Spinning Disks" (http
s://www.tomshardware.com/news/consumer-optane-enterprise-ssd-market,34631.html). Tom's Hardware.
Archived (https://web.archive.org/web/20231106202840/https://www.tomshardware.com/news/consumer-
optane-enterprise-ssd-market,34631.html) from the original on 6 November 2023. Retrieved 11 June
2017.
152. "PBlaze5 700" (https://web.archive.org/web/20190328104601/http://memblaze.com/en/index.php?c=articl
e&a=type&tid=100). memblaze.com. Archived from the original (http://memblaze.com/en/index.php?c=art
icle&a=type&tid=100) on 28 March 2019. Retrieved 28 March 2019.
153. "PBlaze5 900" (https://web.archive.org/web/20190328104342/http://memblaze.com/en/index.php?c=articl
e&a=type&tid=101). memblaze.com. Archived from the original (http://memblaze.com/en/index.php?c=art
icle&a=type&tid=101) on 28 March 2019. Retrieved 28 March 2019.
154. "PBlaze5 910/916 series NVMe SSD" (https://web.archive.org/web/20190327091248/https://memblaze.c
om/en/index.php?c=article&a=type&tid=102). memblaze.com. Archived from the original (http://memblaz
e.com/en/index.php?c=article&a=type&tid=102) on 27 March 2019. Retrieved 26 March 2019.
155. "PBlaze5 510/516 series NVMe™ SSD" (https://web.archive.org/web/20190327091116/http://memblaze.c
om/en/index.php?c=article&a=type&tid=103). memblaze.com. Archived from the original (http://memblaz
e.com/en/index.php?c=article&a=type&tid=103) on 27 March 2019. Retrieved 26 March 2019.
156. Evans, Chris (7 November 2018). "QLC NAND - What can we expect from the technology?" (https://ww
w.architecting.it/blog/qlc-nand/). Archived (https://web.archive.org/web/20231102133726/https://www.arch
itecting.it/blog/qlc-nand/) from the original on 2 November 2023.

36 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

157. Dicker, Derek (5 November 2018). "Say Hello: Meet the World's First QLC SSD, the Micron 5210 ION" (ht
tps://www.micron.com/about/blog/2018/november/meet%20the%20worlds%20first%20qlc%20ssd%20th
e%20micron%205210%20ion) (Press release). Micron Technology. Archived (https://web.archive.org/we
b/20190130163245/https://www.micron.com/about/blog/2018/november/meet%20the%20worlds%20firs
t%20qlc%20ssd%20the%20micron%205210%20ion) from the original on 30 January 2019.
158. "QLC NAND" (https://web.archive.org/web/20190130091405/https://www.micron.com/products/advance
d%20solutions/qlc%20nand). Micron.com. Archived from the original (https://www.micron.com/products/a
dvanced%20solutions/qlc%20nand) on 30 January 2019.
159. Tallis, Billy. "The Intel SSD 660p SSD Review: QLC NAND Arrives For Consumer SSDs" (https://www.an
andtech.com/show/13078/the-intel-ssd-660p-ssd-review-qlc-nand-arrives). AnandTech. Archived (https://
web.archive.org/web/20231102131136/https://www.anandtech.com/show/13078/the-intel-ssd-660p-ssd-re
view-qlc-nand-arrives) from the original on 2 November 2023.
160. "SSD endurance myths and legends articles on StorageSearch.com" (http://www.storagesearch.com/ssd
myths-endurance.html). StorageSearch.com.
161. Webster, Sean (19 October 2018). "Samsung Announces QLC SSDs And Second-Gen Z-NAND" (https://
www.tomshardware.com/news/samsung-qlc-z-nand-ssd-flash,37945.html). Tom's Hardware. Archived (htt
ps://web.archive.org/web/20231102141850/https://www.tomshardware.com/news/samsung-qlc-z-nand-ss
d-flash,37945.html) from the original on 2 November 2023.
162. James, Dave (8 January 2019). "Samsung 860 QVO review: the first QLC SATA SSD, but it can't topple
TLC yet" (https://www.pcgamesn.com/samsung-860-qvo-review-benchmarks-qlc-ssd). PCGamesN.
Archived (https://web.archive.org/web/20231121125529/https://www.pcgamesn.com/samsung-860-qvo-re
view-benchmarks-qlc-ssd) from the original on 21 November 2023.
163. "Samsung Electronics Starts Mass Production of Industry's First 4-bit Consumer SSD" (https://news.sams
ung.com/global/samsung-electronics-starts-mass-production-of-industrys-first-4-bit-consumer-ssd) (Press
release). Samsung. 7 August 2018. Archived (https://web.archive.org/web/20231102132203/https://new
s.samsung.com/global/samsung-electronics-starts-mass-production-of-industrys-first-4-bit-consumer-ssd)
from the original on 2 November 2023.
164. Jin, Hyunjoo; Nellis, Stephen; Hu, Krystal; Bera, Ayanti; Lee, Joyce (20 October 2020). Coates, Stephen
(ed.). "South Korea's SK Hynix to buy Intel's NAND business for $9 billion" (https://www.reuters.com/articl
e/us-intel-divestiture-sk-hynix-idUSKBN2742IY). Reuters. Archived (https://web.archive.org/web/2023110
2132619/https://www.reuters.com/article/us-intel-divestiture-sk-hynix-idUSKBN2742IY) from the original
on 2 November 2023.
165. "NAND Evolution and its Effects on Solid State Drive Useable Life" (https://web.archive.org/web/20111112
000643/http://www.wdc.com/WDProducts/SSD/whitepapers/en/NAND_Evolution_0812.pdf) (PDF).
Western Digital. 2009. Archived from the original (http://www.wdc.com/WDProducts/SSD/whitepapers/en/
NAND_Evolution_0812.pdf) (PDF) on 12 November 2011. Retrieved 22 April 2012.
166. "Flash vs DRAM follow-up: chip stacking" (https://web.archive.org/web/20121124042741/http://www.daily
circuitry.com/2012/04/as-follow-up-to-our-flash-vs-dram.html). The Daily Circuit. 22 April 2012. Archived
from the original (http://www.dailycircuitry.com/2012/04/as-follow-up-to-our-flash-vs-dram.html) on 24
November 2012. Retrieved 22 April 2012.
167. "Computer data storage unit conversion - non-SI quantity" (http://www.convertunits.com/type/computer+d
ata+storage). Archived (https://web.archive.org/web/20150508070909/http://www.convertunits.com/type/c
omputer+data+storage) from the original on 8 May 2015. Retrieved 20 May 2015.
168. Shilov, Anton (12 September 2005). "Samsung Unveils 2GB Flash Memory Chip" (https://web.archive.or
g/web/20081224220204/http://www.xbitlabs.com/news/memory/display/20050912212649.html). X-bit
labs. Archived from the original (http://www.xbitlabs.com/news/memory/display/20050912212649.html) on
24 December 2008. Retrieved 30 November 2008.
169. Gruener, Wolfgang (11 September 2006). "Samsung announces 40 nm Flash, predicts 20 nm devices" (h
ttps://web.archive.org/web/20080323070752/http://www.tgdaily.com/content/view/28504/135/). TG Daily.
Archived from the original (http://www.tgdaily.com/content/view/28504/135/) on 23 March 2008. Retrieved
30 November 2008.

37 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

170. "SanDisk Announces the 12-Gigabyte microSDHC Card - the World's Largest Capacity Card for Mobile
Phones" (https://web.archive.org/web/20081219084116/http://www.sandisk.com/Corporate/PressRoom/P
ressReleases/PressRelease.aspx?ID=4079) (Press release). Las Vegas, Nevada: SanDisk. 7 January
2008. 4079. Archived from the original (http://www.sandisk.com/Corporate/PressRoom/PressReleases/Pr
essRelease.aspx?ID=4079) on 19 December 2008.
171. "SanDisk UltraII Line Picks Up Speed and Boosts Capacity with New 32- AND 16-Gigabyte SDHC and
8GB SDHC Plus Cards" (https://web.archive.org/web/20081219084247/http://www.sandisk.com/Corporat
e/PressRoom/PressReleases/PressRelease.aspx?ID=4091) (Press release). Las Vegas, Nevada:
SanDisk. 31 January 2008. 4091. Archived from the original (http://www.sandisk.com/Corporate/PressRo
om/PressReleases/PressRelease.aspx?ID=4091) on 19 December 2008.
172. https://www.pcworld.com/article/225370/
look_out_for_the_256gb_thumb_drive_and_the_128gb_tablet.html; "Kingston outs the first 256GB flash
drive" (https://techcrunch.com/2009/07/20/kingston-outs-the-first-256gb-flash-drive/). 20 July 2009.
Archived (https://web.archive.org/web/20170708012814/https://techcrunch.com/2009/07/20/kingston-out
s-the-first-256gb-flash-drive/) from the original on 8 July 2017. Retrieved 28 August 2017. 20 July 2009,
Kingston DataTraveler 300 is 256 GB.
173. Borghino, Dario (31 March 2015). "3D flash technology moves forward with 10 TB SSDs and the first 48-
layer memory cells" (http://www.gizmag.com/high-capacity-3d-flash-memory/36782). Gizmag. Archived (h
ttps://web.archive.org/web/20150518115212/http://www.gizmag.com/high-capacity-3d-flash-memory/3678
2/) from the original on 18 May 2015. Retrieved 31 March 2015.
174. "Samsung Launches Monster 4TB 850 EVO SSD Priced at $1,499 | Custom PC Review" (https://www.cu
stompcreview.com/news/samsung-launches-4tb-850-evo-ssd-priced-1499/30838/). Custom PC Review.
13 July 2016. Archived (https://web.archive.org/web/20161009172049/https://www.custompcreview.com/
news/samsung-launches-4tb-850-evo-ssd-priced-1499/30838/) from the original on 9 October 2016.
Retrieved 8 October 2016.
175. "Samsung Unveils 32TB SSD Leveraging 4th Gen 64-Layer 3D V-NAND | Custom PC Review" (https://w
ww.custompcreview.com/news/samsung-unveils-32tb-ssd-leveraging-4th-gen-64-layer-3d-v-nand/31651/)
. Custom PC Review. 11 August 2016. Archived (https://web.archive.org/web/20161009170533/https://w
ww.custompcreview.com/news/samsung-unveils-32tb-ssd-leveraging-4th-gen-64-layer-3d-v-nand/31651/)
from the original on 9 October 2016. Retrieved 8 October 2016.
176. Master, Neal; Andrews, Mathew; Hick, Jason; Canon, Shane; Wright, Nicholas (2010). "Performance
analysis of commodity and enterprise class flash devices" (http://www.pdsw.org/pdsw10/resources/paper
s/master.pdf) (PDF). IEEE Petascale Data Storage Workshop. Archived (https://web.archive.org/web/201
60506160509/http://www.pdsw.org/pdsw10/resources/papers/master.pdf) (PDF) from the original on 6
May 2016.
177. Ng, Jansen. "Samsung Confirms 32nm Flash Problems, Working on New SSD Controller" (https://web.ar
chive.org/web/20160304003356/http://www.dailytech.com/article.aspx?newsid=16407). dailytech.com.
Archived from the original (http://www.dailytech.com/article.aspx?newsid=16407) on 4 March 2016.
Retrieved 3 October 2009.
178. Clive Maxfield. "Bebop to the Boolean Boogie: An Unconventional Guide to Electronics" (https://books.go
ogle.com/books?id=u0xyEuXF3l4C). p. 232.
179. Many serial flash devices implement a bulk read mode and incorporate an internal address counter, so
that it is trivial to configure them to transfer their entire contents to RAM on power-up. When clocked at
50 MHz, for example, a serial flash could transfer a 64 Mbit firmware image in less than two seconds.
180. Lyth0s (17 March 2011). "SSD vs. HDD" (https://web.archive.org/web/20110820095531/http://elitepcbuildi
ng.com/ssd-vs-hdd). elitepcbuilding.com. Archived from the original (http://elitepcbuilding.com/ssd-vs-hd
d) on 20 August 2011. Retrieved 11 July 2011.
181. "Flash Solid State Disks – Inferior Technology or Closet Superstar?" (http://www.storagesearch.com/bitmi
cro-art1.html). STORAGEsearch. Archived (https://web.archive.org/web/20081224215032/http://www.stor
agesearch.com/bitmicro-art1.html) from the original on 24 December 2008. Retrieved 30 November 2008.

38 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

182. Matsunobu, Yoshinori (15 April 2010). "SSD Deployment Strategies for MySQL" (https://web.archive.org/
web/20160303224013/http://www.slideshare.net/matsunobu/ssd-deployment-strategies-for-mysql).
Archived from the original (https://www.slideshare.net/matsunobu/ssd-deployment-strategies-for-mysql)
on 3 March 2016.
183. "Samsung Electronics Launches the World's First PCs with NAND Flash-based Solid State Disk" (http://w
ww.samsung.com/he/presscenter/pressrelease/pressrelease_20060524_0000257996.asp). Press
Release. Samsung. 24 May 2006. Archived (https://web.archive.org/web/20081220094813/http://www.sa
msung.com/he/presscenter/pressrelease/pressrelease_20060524_0000257996.asp) from the original on
20 December 2008. Retrieved 30 November 2008.
184. "Samsung's SSD Notebook" (https://web.archive.org/web/20181015192607/https://news.softpedia.com/n
ews/Samsung-s-SSD-Notebook-33475.shtml). 22 August 2006. Archived from the original (https://news.s
oftpedia.com/news/Samsung-s-SSD-Notebook-33475.shtml) on 15 October 2018. Retrieved 15 October
2018.
185. "文庫本サイズの「VAIO type U」 フラッシュメモリー搭載モデル発売" (https://www.sony.jp/CorporateCr
uise/Press/200606/06-0627/) [Release of the "VAIO type U" paperback-sized model with flash memory]
(Press release) (in Japanese). Sony. 27 June 2006. Archived (https://web.archive.org/web/202305100039
27/https://www.sony.jp/CorporateCruise/Press/200606/06-0627/) from the original on 10 May 2023.
186. "Sony Vaio UX UMPC – now with 32 GB Flash memory | NBnews.info. Laptop and notebook news,
reviews, test, specs, price | Каталог ноутбуков, ультрабуков и планшетов, новости, обзоры" (https://we
b.archive.org/web/20220628004451/https://nbnews.info/en/news/397). Archived from the original (http://n
bnews.info/en/news/397) on 28 June 2022. Retrieved 7 November 2018.
187. Perry, Douglas (25 July 2012). "Princeton: Replacing RAM with Flash Can Save Massive Power" (https://
www.tomshardware.com/news/fusio-io-flash-ssdalloc-memory-ram,16352.html). Tom's Hardware.
Archived (https://web.archive.org/web/20231106092024/https://www.tomshardware.com/news/fusio-io-fla
sh-ssdalloc-memory-ram,16352.html) from the original on 6 November 2023.
188. "Understanding Life Expectancy of Flash Storage" (https://www.ni.com/en-us/support/documentation/sup
plemental/12/understanding-life-expectancy-of-flash-storage.html). www.ni.com. 23 July 2020. Archived
(https://web.archive.org/web/20231201202529/https://www.ni.com/en/support/documentation/supplement
al/12/understanding-life-expectancy-of-flash-storage.html) from the original on 1 December 2023.
Retrieved 19 December 2020.
189. "8-Bit AVR Microcontroller ATmega32A Datasheet Complete" (https://web.archive.org/web/20160409120
244/http://www.atmel.com/Images/Atmel-8155-8-bit-Microcontroller-AVR-ATmega32A_Datasheet.pdf)
(PDF). 19 February 2016. p. 18. Archived from the original (https://www.atmel.com/images/atmel-8155-8-
bit-microcontroller-avr-atmega32a_datasheet.pdf) (PDF) on 9 April 2016. Retrieved 29 May 2016.
"Reliability Qualification results show that the projected data retention failure rate is much less than 1
PPM over 20 years at 85 °C or 100 years at 25 °C"
190. "On Hacking MicroSD Cards" (https://www.bunniestudios.com/blog/?p=3554). bunnie's blog. 29
December 2013. Archived (https://web.archive.org/web/20231102105433/https://www.bunniestudios.com/
blog/?p=3554) from the original on 2 November 2023.
191. "Data Retention in MLC NAND Flash Memory: Characterization, Optimization, and Recovery" (https://use
rs.ece.cmu.edu/~omutlu/pub/flash-memory-data-retention_hpca15.pdf) (PDF). 27 January 2015. p. 10.
Archived (https://web.archive.org/web/20161007000927/https://users.ece.cmu.edu/~omutlu/pub/flash-me
mory-data-retention_hpca15.pdf) (PDF) from the original on 7 October 2016. Retrieved 27 April 2016.
192. "JEDEC SSD Specifications Explained" (https://www.jedec.org/sites/default/files/Alvin_Cox%20%5BCom
patibility%20Mode%5D_0.pdf) (PDF). p. 27.
193. Yinug, Christopher Falan (July 2007). "The Rise of the Flash Memory Market: Its Impact on Firm Behavior
and Global Semiconductor Trade Patterns" (https://web.archive.org/web/20080529180622/http://www.usit
c.gov/journal/Final_falan_article1.pdf) (PDF). Journal of International Commerce and Economics.
Archived from the original (http://www.usitc.gov/journal/Final_falan_article1.pdf) (PDF) on 29 May 2008.
Retrieved 19 April 2008.

39 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

194. Hajdarbegovic, Nermin (17 April 2013). "NAND memory market rockets" (https://web.archive.org/web/201
60208114459/http://www.tgdaily.com/hardware-brief/71015-nand-memory-market-rockets). TG Daily.
Archived from the original (http://www.tgdaily.com/hardware-brief/71015-nand-memory-market-rockets)
on 8 February 2016. Retrieved 18 April 2013.
195. Owen, Malcolm. "Power outage may have ruined 15 exabytes of WD and Toshiba flash storage" (https://a
ppleinsider.com/articles/19/07/01/power-outage-may-have-ruined-15-exabytes-of-wd-and-toshiba-memor
y). AppleInsider. Archived (https://web.archive.org/web/20231102134950/https://appleinsider.com/article
s/19/07/01/power-outage-may-have-ruined-15-exabytes-of-wd-and-toshiba-memory) from the original on
2 November 2023.
196. "NAND Flash manufacturers' market share 2019" (https://www.statista.com/statistics/275886/market-shar
e-held-by-leading-nand-flash-memory-manufacturers-worldwide/). Statista. Retrieved 3 July 2019.
197. "SK Hynix completes first phase of $9 bln Intel NAND business buy" (https://www.reuters.com/technolog
y/sk-hynix-completes-first-phase-9-bln-intel-nand-business-buy-2021-12-29/). Reuters. 29 December
2021. Retrieved 27 June 2022.
198. Kwan, Campbell. "Former Toshiba memory business to rebrand as Kioxia" (https://www.zdnet.com/article/
former-toshiba-memory-business-to-rebrand-as-kioxia/). ZDNet. Archived (https://web.archive.org/web/20
231004074304/https://www.zdnet.com/article/former-toshiba-memory-business-to-rebrand-as-kioxia/)
from the original on 4 October 2023. Retrieved 12 July 2023.
199. "NAND Revenue by Manufacturers Worldwide (2014-2022)" (https://businessquant.com/nand-revenue-b
y-manufacturer-worldwide#:~:text=NAND%20manufacturers%20collectively%20generated%20%2417.9
1,third%20and%20fourth%20positions%2C%20respectively.). 26 May 2020. Retrieved 27 June 2022.
200. "The Flash Memory Market" (http://smithsonianchips.si.edu/ice/cd/MEMORY97/SEC05.PDF#page=4)
(PDF). Integrated Circuit Engineering Corporation. 1997. p. 4. Archived (https://web.archive.org/web/2023
0419132956/http://smithsonianchips.si.edu/ice/cd/MEMORY97/SEC05.PDF#page=4) (PDF) from the
original on 19 April 2023. Retrieved 16 October 2019 – via Smithsonian Institution.
201. Cappelletti, Paulo; Golla, Carla; Olivo, Piero; Zanoni, Enrico (2013). Flash Memories (https://books.googl
e.com/books?id=cHzrBwAAQBAJ&pg=PA32). Springer Science & Business Media. p. 32.
ISBN 9781461550150.
202. "Not Flashing Quite As Fast" (https://books.google.com/books?id=e6mzAAAAIAAJ). Electronic Business.
26 (7–13). Cahners Publishing Company: 504. 2000. "Unit shipments increased 64% in 1999 from the
prior year, and are forecast to increase 44% to 1.8 billion units in 2000."
203. Sze, Simon Min. "Evolution of Nonvoltatile Semiconductor Memory: From Invention to Nanocrystal
Memory" (https://indico.cern.ch/event/422861/attachments/891704/1255315/Sze_26APR05.pdf#page=4
1) (PDF). CERN. National Yang Ming Chiao Tung University. p. 41. Archived (https://web.archive.org/we
b/20231102132745/https://indico.cern.ch/event/422861/attachments/891704/1255315/Sze_26APR05.pdf
#page=41) (PDF) from the original on 2 November 2023. Retrieved 22 October 2019.
204. Handy, Jim (26 May 2014). "How Many Transistors Have Ever Shipped?" (https://www.forbes.com/sites/ji
mhandy/2014/05/26/how-many-transistors-have-ever-shipped/). Forbes. Archived (https://web.archive.or
g/web/20231102131132/https://www.forbes.com/sites/jimhandy/2014/05/26/how-many-transistors-have-e
ver-shipped/?sh=39d954484425) from the original on 2 November 2023. Retrieved 21 October 2019.
205. "Markit View: Major events in the 2008 DRAM industry; End application demand remains weak, 2009
NAND Flash demand bit growth being revised down to 81%" (https://www.dramexchange.com/WeeklyRe
search/Post/2/1911.html). DRAMeXchange. 30 December 2008. Archived (https://web.archive.org/web/2
0230415091001/https://www.dramexchange.com/WeeklyResearch/Post/2/1911.html) from the original on
15 April 2023. Retrieved 16 October 2019.
206. "NOR Flash Memory Finds Growth Opportunities in Tablets and E-Book Readers" (https://web.archive.or
g/web/20191016173757/https://technology.ihs.com/389310/nor-flash-memory-finds-growth-opportunities-i
n-tablets-and-e-book-readers). IHS Technology (Press release). IHS Markit. 9 June 2011. Archived from
the original (https://technology.ihs.com/389310/nor-flash-memory-finds-growth-opportunities-in-tablets-an
d-e-book-readers) on 16 October 2019. Retrieved 16 October 2019.

40 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

207. "Samsung to unveil new mass-storage memory cards" (https://www.koreatimes.co.kr/www/tech/2019/06/6


93_118515.html). The Korea Times. 29 August 2012. Archived (https://web.archive.org/web/2023110213
2835/http://www.koreatimes.co.kr/www/tech/2019/06/693_118515.html) from the original on 2 November
2023. Retrieved 16 October 2019.
208. "Winbond Top Serial Flash Memory Supplier Worldwide, Ships 1.7 Billion Units in 2012, Ramps 58nm
Production" (https://www.businesswire.com/news/home/20130410005060/en/Winbond-Top-Serial-Flash-
Memory-Supplier-Worldwide) (Press release). San Jose, Calif. & Taichung, Taiwan: Winbond. 10 April
2013. Archived (https://web.archive.org/web/20231102131008/https://www.businesswire.com/news/hom
e/20130410005060/en/Winbond-Top-Serial-Flash-Memory-Supplier-Worldwide) from the original on 2
November 2023. Retrieved 16 October 2019 – via Business Wire.
209. Shilov, Anton (1 October 2015). "Samsung: NAND flash industry will triple output to 253EB by 2020" (http
s://www.kitguru.net/components/hard-drives/anton-shilov/samsung-nand-flash-industry-will-triple-output-t
o-253eb-by-2020/). KitGuru. Archived (https://web.archive.org/web/20231107110422/https://www.kitgur
u.net/components/hard-drives/anton-shilov/samsung-nand-flash-industry-will-triple-output-to-253eb-by-20
20/) from the original on 7 November 2023. Retrieved 16 October 2019.
210. "Flash memory prices rebound as makers introduce larger-capacity chips" (https://asia.nikkei.com/Busine
ss/Flash-memory-prices-rebound-as-makers-introduce-larger-capacity-chips). Nikkei Asian Review.
Nikkei, Inc. 21 July 2016. Archived (https://web.archive.org/web/20231102131915/https://asia.nikkei.com/
Business/Flash-memory-prices-rebound-as-makers-introduce-larger-capacity-chips) from the original on
2 November 2023. Retrieved 16 October 2019.
211. Tidwell, William (30 August 2016). "Data 9, Storage 1 - NAND Production Falls Behind in the Age of
Hyperscale" (https://seekingalpha.com/article/4002948-data-9-storage-1-nand-production-falls-behind-ag
e-hyperscale). Seeking Alpha. Micron. Archived (https://web.archive.org/web/20230418183504/https://se
ekingalpha.com/article/4002948-data-9-storage-1-nand-production-falls-behind-in-age-of-hyperscale)
from the original on 18 April 2023. Retrieved 17 October 2019.
212. Coughlin, Thomas M. (2017). Digital Storage in Consumer Electronics: The Essential Guide (https://book
s.google.com/books?id=K2dCDwAAQBAJ&pg=PA217). Springer. p. 217. ISBN 9783319699073.
213. Reinsel, David; Gantz, John; Rydning, John (November 2018). "IDC White Paper: The Digitization of the
World" (https://www.seagate.com/files/www-content/our-story/trends/files/idc-seagate-dataage-whitepape
r.pdf#page=14) (PDF). Seagate Technology. International Data Corporation. p. 14. US44413318.
Archived (https://web.archive.org/web/20231128141338/https://www.seagate.com/files/www-content/our-
story/trends/files/idc-seagate-dataage-whitepaper.pdf#page=14) (PDF) from the original on 28 November
2023. Retrieved 17 October 2019.
214. Mellor, Chris (28 February 2018). "Who was the storage dollar daddy in 2017? S. S. D" (https://www.there
gister.co.uk/2018/02/28/crossover_ssd_dollars_exceeded_disk_drive_dollars_in_2017/). The Register.
Archived (https://web.archive.org/web/20231110163436/https://www.theregister.com/2018/02/28/crossove
r_ssd_dollars_exceeded_disk_drive_dollars_in_2017/) from the original on 10 November 2023. Retrieved
17 October 2019.
215. "Combined SSD, HDD Storage Shipped Jumps 21% to 912 Exabytes in 2018" (https://www.businesswir
e.com/news/home/20190307005812/en/TRENDFOCUS-Combined-SSD-HDD-Storage-Shipped-Jumps)
(Press release). Cupertino, Calif.: TRENDFOCUS. 7 March 2019. Archived (https://web.archive.org/we
b/20231102133652/https://www.businesswire.com/news/home/20190307005812/en/TRENDFOCUS-Com
bined-SSD-HDD-Storage-Shipped-Jumps) from the original on 2 November 2023. Retrieved 17 October
2019 – via Business Wire.
216. Yiu, Joseph (February 2015). Design of SoC for High Reliability Systems with Embedded Processors (htt
ps://community.arm.com/cfs-file/__key/telligent-evolution-components-attachments/01-2142-00-00-00-0
0-70-29/Embedded-SoC-Design-for-High-Reliability-Systems-1.02.pdf) (PDF). Embedded World 2015.
ARM. Archived (https://web.archive.org/web/20231204181327/https://community.arm.com/cfs-file/__key/t
elligent-evolution-components-attachments/01-2142-00-00-00-00-70-29/Embedded-SoC-Design-for-Hig
h-Reliability-Systems-1.02.pdf) (PDF) from the original on 4 December 2023. Retrieved 23 October 2019.
217. Smith, Ryan (8 October 2019). "Arm TechCon 2019 Keynote Live Blog (Starts at 10am PT/17:00 UTC)"
(https://www.anandtech.com/show/14959/arm-techcon-2019-keynote-live-blog). AnandTech. Archived (htt
ps://web.archive.org/web/20231121113816/https://www.anandtech.com/show/14959/arm-techcon-2019-k
eynote-live-blog) from the original on 21 November 2023. Retrieved 15 October 2019.

41 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

218. "2011 Annual Report" (https://web.archive.org/web/20191016115727/http://investors.cypress.com/static-fil


es/62237288-5a22-4903-9ef8-3719d37ea699). Cypress Semiconductor. 2012. Archived from the original
(http://investors.cypress.com/static-files/62237288-5a22-4903-9ef8-3719d37ea699) on 16 October 2019.
Retrieved 16 October 2019.
219. "Technology Roadmap for NAND Flash Memory" (https://web.archive.org/web/20150109095122/http://ww
w.techinsights.com/uploadedFiles/Public_Website/Content_-_Primary/Marketing/2013/Nand_Flash_Road
map/NAND-Flash-Roadmap.ppt). techinsights. April 2013. Archived from the original (http://www.techinsi
ghts.com/uploadedFiles/Public_Website/Content_-_Primary/Marketing/2013/Nand_Flash_Roadmap/NAN
D-Flash-Roadmap.ppt) on 9 January 2015. Retrieved 9 January 2015.
220. "Technology Roadmap for NAND Flash Memory" (https://web.archive.org/web/20150109095119/http://ww
w.techinsights.com/uploadedFiles/NAND-Flash-Roadmap-2014.ppt). techinsights. April 2014. Archived
from the original (http://www.techinsights.com/uploadedFiles/NAND-Flash-Roadmap-2014.ppt) on 9
January 2015. Retrieved 9 January 2015.
221. "NAND Flash Memory Roadmap" (https://web.archive.org/web/20180625075602/http://www.techinsight
s.com/techservices/TechInsights-NAND-Flash-Roadmap-2016.pdf) (PDF). TechInsights. June 2016.
Archived from the original (http://www.techinsights.com/techservices/TechInsights-NAND-Flash-Roadma
p-2016.pdf) (PDF) on 25 June 2018. Retrieved 25 June 2018.
222. Parrish, Kevin (11 April 2013). "Samsung Mass Producing 128Gb 3-bit MLC NAND Flash" (https://web.ar
chive.org/web/20190621175628/https://www.tomshardware.co.uk/NAND-128Gb-Mass-Production-3-bit-M
LC,news-43458.html). Tom's Hardware. Archived from the original (https://www.tomshardware.co.uk/NAN
D-128Gb-Mass-Production-3-bit-MLC,news-43458.html) on 21 June 2019. Retrieved 21 June 2019.
223. "Toshiba : News Release (31 Aug, 2010): Toshiba launches 24nm process NAND flash memory" (http://w
ww.toshiba.co.jp/about/press/2010_08/pr3101.htm?from=RSS_PRESS&uid=20100831-1112e).
Toshiba.co.jp.
224. Shimpi, Anand Lal (2 December 2010). "Micron's ClearNAND: 25nm + ECC, Combats Increasing Error
Rates" (https://www.anandtech.com/show/4043/micron-announces-clearnand-25nm-with-ecc).
AnandTech. Archived (https://web.archive.org/web/20101203082325/http://www.anandtech.com/show/40
43/micron-announces-clearnand-25nm-with-ecc) from the original on 3 December 2010. Retrieved
2 December 2010.
225. Kim, Kinam; Koh, Gwan-Hyeob (16 May 2004). Future memory technology including emerging new
memories. 24th International Conference on Microelectronics. Niš, Serbia: Institute of Electrical and
Electronics Engineers. pp. 377–384. doi:10.1109/ICMEL.2004.1314646 (https://doi.org/10.1109%2FICME
L.2004.1314646). ISBN 978-0-7803-8166-7. S2CID 40985239 (https://api.semanticscholar.org/CorpusI
D:40985239).
226. "A chronological list of Intel products. The products are sorted by date" (https://web.archive.org/web/2007
0809053720/http://download.intel.com/museum/research/arc_collect/timeline/TimelineDateSort7_05.pdf)
(PDF). Intel museum. Intel. July 2005. Archived from the original (http://download.intel.com/museum/rese
arch/arc_collect/timeline/TimelineDateSort7_05.pdf) (PDF) on 9 August 2007. Retrieved 31 July 2007.
227. "DD28F032SA Datasheet" (https://pdf.datasheetcatalog.com/datasheet/Intel/mXyzzuqw.pdf) (PDF). Intel.
Archived (https://web.archive.org/web/20231204175055/https://pdf.datasheetcatalog.com/datasheet/Intel/
mXyzzuqw.pdf) (PDF) from the original on 4 December 2023. Retrieved 27 June 2019.
228. "Japanese Company Profiles" (https://web.archive.org/web/20230419065056/http://smithsonianchips.si.e
du/ice/cd/PROF96/JAPAN.PDF) (PDF). Integrated Circuit Engineering Corporation. 1996. Archived from
the original (http://smithsonianchips.si.edu/ice/cd/PROF96/JAPAN.PDF) (PDF) on 19 April 2023.
Retrieved 27 June 2019 – via Smithsonian Institution.
229. "Toshiba to Introduce Flash Memory Cards" (https://www.global.toshiba/ww/news/corporate/1995/03/pr02
01.html) (Press release). Tokyo: Toshiba. 2 March 1995. PR0201. Archived (https://web.archive.org/we
b/20231106084148/https://www.global.toshiba/ww/news/corporate/1995/03/pr0201.html) from the original
on 6 November 2023. Retrieved 20 June 2019.
230. "Worldwide IC Manufacturers" (https://web.archive.org/web/20230814162607/http://smithsonianchips.si.e
du/ice/cd/STATUS98/SEC02.PDF) (PDF). Integrated Circuit Engineering Corporation. 1997. Archived
from the original (http://smithsonianchips.si.edu/ice/cd/STATUS98/SEC02.PDF) (PDF) on 14 August
2023. Retrieved 10 July 2019 – via Smithsonian Institution.

42 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

231. "Toshiba and SanDisk introduce a one gigabit NAND flash memory chip, doubling capacity of future flash
products" (https://www.global.toshiba/ww/news/corporate/2001/11/pr1202.html) (Press release). Las
Vegas, Nv. and Tokyo, Japan: Toshiba. 12 November 2001. pr1202. Archived (https://web.archive.org/we
b/20230419132953/https://www.global.toshiba/ww/news/corporate/2001/11/pr1202.html) from the original
on 19 April 2023. Retrieved 20 June 2019.
232. "History: Continuing the legacy 2000-2009" (https://semiconductor.samsung.com/about-us/history/).
Samsung Semiconductor. Samsung. Archived (https://web.archive.org/web/20231201063417/https://semi
conductor.samsung.com/about-us/history/) from the original on 1 December 2023. Retrieved 25 June
2019.
233. "Toshiba announces 1 gigabyte CompactFlash™ card" (https://web.archive.org/web/20060311212118/htt
p://www.toshiba.com/taec/news/press_releases/2002/to-231.jsp) (Press release). Toshiba. 9 September
2002. Archived from the original (http://www.toshiba.com/taec/news/press_releases/2002/to-231.jsp) on
11 March 2006. Retrieved 11 March 2006.
234. "History: 2010s" (https://web.archive.org/web/20210517040328/https://www.skhynix.com/eng/about/histor
y2010.jsp). SK Hynix. Archived from the original (https://www.skhynix.com/eng/about/history2010.jsp) on
17 May 2021. Retrieved 8 July 2019.
235. "e.MMC 4.41 Specification compatibility Rev 1.1" (https://z3d9b7u8.stackpathcdn.com/pdf-down/K/L/M/K
LMAG2GE4A-A001-Samsung.pdf) (PDF). Samsung Electronics. December 2011. Archived (https://web.a
rchive.org/web/20231204170418/https://z3d9b7u8.stackpathcdn.com/pdf-down/K/L/M/KLMAG2GE4A-A0
01-Samsung.pdf) (PDF) from the original on 4 December 2023. Retrieved 15 July 2019.
236. "Toshiba Develops World's First 4-bit Per Cell QLC NAND Flash Memory" (https://www.techpowerup.co
m/234729/toshiba-develops-worlds-first-4-bit-per-cell-qlc-nand-flash-memory) (Press release). Toshiba.
28 June 2017. Archived (https://web.archive.org/web/20231102131301/https://www.techpowerup.com/23
4729/toshiba-develops-worlds-first-4-bit-per-cell-qlc-nand-flash-memory) from the original on 2 November
2023. Retrieved 20 June 2019 – via TechPowerUp.
237. Shilov, Anton (6 August 2018). "Samsung Starts Mass Production of QLC V-NAND-Based SSDs" (https://
www.anandtech.com/show/13170/samsung-starts-mass-production-of-qlc-vnandbased-ssds).
AnandTech. Archived (https://web.archive.org/web/20231102133017/https://www.anandtech.com/show/1
3170/samsung-starts-mass-production-of-qlc-vnandbased-ssds) from the original on 2 November 2023.
Retrieved 23 June 2019.
238. Dent, Steve (20 July 2018). "Toshiba's flash chips could boost SSD capacity by 500 percent" (https://ww
w.engadget.com/2018/07/20/toshiba-flash-166-gb-per-chip/). Engadget. Archived (https://web.archive.or
g/web/20231106203450/https://www.engadget.com/2018-07-20-toshiba-flash-166-gb-per-chip.html) from
the original on 6 November 2023. Retrieved 23 June 2019.
239. McGrath, Dylan (20 February 2019). "Toshiba Claims Highest-Capacity NAND" (https://www.eetimes.co
m/document.asp?doc_id=1334344). EE Times. San Francisco. Archived (https://web.archive.org/web/20
230423012213/https://www.eetimes.com/toshiba-claims-highest-capacity-nand/) from the original on 23
April 2023. Retrieved 23 June 2019.
240. Shilov, Anton (26 June 2019). "SK Hynix Starts Production of 128-Layer 4D NAND, 176-Layer Being
Developed" (https://www.anandtech.com/show/14589/sk-hynix-128-layer-4d-nand). AnandTech. Archived
(https://web.archive.org/web/20230622221123/https://www.anandtech.com/show/14589/sk-hynix-128-lay
er-4d-nand) from the original on 22 June 2023. Retrieved 8 July 2019.
241. Mu-Hyun, Cho. "Samsung produces 1TB eUFS memory for smartphones" (https://www.zdnet.com/article/
samsung-produces-1tb-eufs-memory-for-smartphones/). ZDNet. Archived (https://web.archive.org/web/20
231102133634/https://www.zdnet.com/article/samsung-produces-1tb-eufs-memory-for-smartphones/)
from the original on 2 November 2023.
242. "Samsung Breaks Terabyte Threshold for Smartphone Storage with Industry's First 1TB Embedded
Universal Flash Storage" (https://news.samsung.com/global/samsung-breaks-terabyte-threshold-for-smar
tphone-storage-with-industrys-first-1tb-embedded-universal-flash-storage) (Press release). Samsung. 30
January 2019. Archived (https://web.archive.org/web/20231130040907/https://news.samsung.com/global/
samsung-breaks-terabyte-threshold-for-smartphone-storage-with-industrys-first-1tb-embedded-universal-f
lash-storage) from the original on 30 November 2023. Retrieved 13 July 2019.

43 de 44 19/07/2024, 16:12
Flash memory - Wikipedia https://en.wikipedia.org/wiki/Flash_memory

243. "UFS 4.0 Infographic" (https://media-www.micron.com/-/media/client/global/images/in_line-images/produc


ts/managed-nand/ufs-4_0/ufs-4-infographic.pdf) (PDF). Micron. 2023. Archived (https://web.archive.org/w
eb/20231029022836/https://media-www.micron.com/-/media/client/global/images/in_line-images/product
s/managed-nand/ufs-4_0/ufs-4-infographic.pdf) (PDF) from the original on 29 October 2023.

External links
▪ Semiconductor Characterization System has diverse functions (http://news.thomasnet.com/fullstory/5470
12) Archived (https://web.archive.org/web/20181022073504/https://news.thomasnet.com/fullstory/54701
2) 22 October 2018 at the Wayback Machine
▪ Understanding and selecting higher performance NAND architectures (http://www.eetimes.com/design/m
emory-design/4211387/Understanding-and-selecting-higher-performance-NAND-architectures?Ecosyste
m=memory-design) Archived (https://web.archive.org/web/20121031081837/http://www.eetimes.com/desi
gn/memory-design/4211387/Understanding-and-selecting-higher-performance-NAND-architectures?Ecos
ystem=memory-design) 31 October 2012 at the Wayback Machine
▪ How flash storage works, presentation by David Woodhouse from Intel (https://www.slideshare.net/ennae
l/dwmw2-kr201209)
▪ Flash endurance testing (http://hypnocube.com/2014/11/flash-endurance-testing/)
▪ NAND Flash Data Recovery Cookbook (http://adreca.net/NAND-Flash-Data-Recovery-Cookbook.pdf)
▪ Type of Flash Memory (https://openwrt.org/docs/techref/flash.layout#types_of_flash_memory) by
OpenWrt

Retrieved from "https://en.wikipedia.org/w/index.php?title=Flash_memory&oldid=1233072971"

44 de 44 19/07/2024, 16:12

You might also like