Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/15/05 14:52
Read: times


 
#95020 - SRAM, NVRAM, FLASH, EEPROM
Responding to: ???'s previous message
Paul Kaminsky said:
i need to save data in that external memory while there is voltage supply to the controller, and when it falls i don't want it to be erased.
Your parallel choices include:
1. SRAM(e.g. 628128)+Lithium Battery(e.g. CR2032)+Battery Switchover IC(e.g. MAX691)
Advantages:
- A typical SRAM(e.g./i.e. 120ns) is fast enough not to need wait states up to some 24MHz(std. 12 clocker)
You can find some nice info. on timing issues here.
Disadvantages:
- Need to replace the battery every few years Typically
- Batteries are said to contribute to EMI problems
- MAX691 and battery need extra PCB space and design complexity(sort of)
2. NVRAM(e.g. DS1245)
Advantages:
- Can be treated just like an immortal SRAM(as fast and as simple)
Disadvantages:
- So they are much more expensive
3. FLASH(e.g. AT29C010)
Advantages:
Disadvantages:
- Some old FLASH ICs need an extra 12v for the write operation
- Can't be written to on a byte-by-byte basis i.e. need to be written to with some 'bothersome' sector oriented code.
4. EEPROM(e.g. AT28C010)
Advantages:
- Can be treated like an SRAM
- Have a three-byte-algorithm accidental write protection feature
Disadvatages:
- Are not 'very fast'
5. FPRAM
I haven't eaten one so far, What does it look like?

List of 22 messages in thread
TopicAuthorDate
89s52            01/01/70 00:00      
   similar to SRAM            01/01/70 00:00      
   IAP            01/01/70 00:00      
      Problem with IAP and 89c669            01/01/70 00:00      
         think            01/01/70 00:00      
   non-volatile ram            01/01/70 00:00      
   eeprom or nvram            01/01/70 00:00      
      ramtron            01/01/70 00:00      
         FRAM            01/01/70 00:00      
            5V FRAM/3V FRAM            01/01/70 00:00      
   how much data and how fast            01/01/70 00:00      
      Another simple possibility....            01/01/70 00:00      
         RAMTRON FRAMs + SPI, parallel            01/01/70 00:00      
   SRAM, NVRAM, FLASH, EEPROM            01/01/70 00:00      
      FRAM            01/01/70 00:00      
         FRAM Life            01/01/70 00:00      
            FRAM life II.            01/01/70 00:00      
               Ramtron, Fujitsu, and others            01/01/70 00:00      
                  others?            01/01/70 00:00      
               FRAM life            01/01/70 00:00      
                  cycles            01/01/70 00:00      
                  endurance - the 5/3V puzzle            01/01/70 00:00      

Back to Subject List