Flash memory
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
Line 2: | Line 2: | ||
|formattype=physical | |formattype=physical | ||
}} | }} | ||
− | ''' | + | '''Flash memory''' is solid-state nonvolatile computer memory, which can be read and written and keeps its values even with power off. A common use is for [[thumb drive]]s, but there are many other devices which use it for storage. A type of "managed Flash memory" is [[Secure Digital]] (SD). |
The two main types are NAND and NOR, named after the logic gates they resemble. NAND memory is written or read in blocks, so it is suitable for substituting for disk drives (which read and write in sectors). NOR memory can read or write single bytes, so it can substitute for RAM. | The two main types are NAND and NOR, named after the logic gates they resemble. NAND memory is written or read in blocks, so it is suitable for substituting for disk drives (which read and write in sectors). NOR memory can read or write single bytes, so it can substitute for RAM. | ||
Line 10: | Line 10: | ||
== Links == | == Links == | ||
* [[Wikipedia:Flash memory|Wikipedia article]] | * [[Wikipedia:Flash memory|Wikipedia article]] | ||
− | * [http://139.138.48.19/pdf/NAND/Toshiba/NandDesignGuide.pdf.pdf NAND flash applications design guide (Toshiba)] | + | * [http://139.138.48.19/pdf/NAND/Toshiba/NandDesignGuide.pdf.pdf NAND flash applications design guide (Toshiba)]] |
+ | * [http://dreher.net/?s=projects/CFforApple1&c=projects/CFforApple1/main.php Compact Flash interface card for Apple I] | ||
+ | * [http://dreher.net/?s=projects/CFforAppleII&c=projects/CFforAppleII/main.php Compact Flash interface card for Apple II] |
Latest revision as of 04:36, 1 April 2014
Flash memory is solid-state nonvolatile computer memory, which can be read and written and keeps its values even with power off. A common use is for thumb drives, but there are many other devices which use it for storage. A type of "managed Flash memory" is Secure Digital (SD).
The two main types are NAND and NOR, named after the logic gates they resemble. NAND memory is written or read in blocks, so it is suitable for substituting for disk drives (which read and write in sectors). NOR memory can read or write single bytes, so it can substitute for RAM.
Before flash memory, nonvolatile memory consisted of EPROMs, which could only be rewritten in their entirety (and then behaved like ROMs until rewritten again), and EEPROMs which could be rewritten in small blocks or single bytes, but were slow.