home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!uwm.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!mojo.eng.umd.edu!jeff
- From: jeff@eng.umd.edu (Jeffrey Frey)
- Newsgroups: comp.sys.palmtops
- Subject: FLASH vs. RAM
- Message-ID: <1k3khqINNmfl@mojo.eng.umd.edu>
- Date: 26 Jan 93 15:15:06 GMT
- Article-I.D.: mojo.1k3khqINNmfl
- Distribution: world
- Organization: Project GLUE, University of Maryland, College Park
- Lines: 18
- NNTP-Posting-Host: paxsuna.eng.umd.edu
-
- The differences between CMOS RAM and FLASH go beyond volatility. Most
- important, Flash requires a relatively high voltage for writing; does
- your computer have provision for writing to FLASH? Secondly, since FLASH
- is read in blocks, special software is needed to read from it (and
- write to it too). Although MicroSoft has a FLashFile program in beta-test,
- one hears, there really isn't any standard software for dealing with FLASH.
- Another interesting thing the software does for FLASH is to make sure that
- the cells written to are distributed over the chip, to equalize wear; the
- cells have a limited (albeit large) number of cycles.
-
- CMOS RAM has the disadvantage only of requiring a battery back-up. Otherwise
- it can generally be used exactly as a (very fast) floppy; nothing special
- about reading it or writing to it, since each bit is individually
- addressed and only logic levels are required. In the short term, I would
- think that CMOS RAM would be much more useful than FLASH. Due to cost,
- density, and nonvolatility FLASH (or something like it, like good old EEPROM)
- will eventually dominate, but due to manufacturing problems and software
- incompatibility I'd say not for a couple of years.
-