Dumb RAM Question
Bill Chennault
Posts: 1,198
All--
It seems to me that while interfacing additional EEPROMS to the Stamp provides much needed storage space, there is also·a big limitation: The number of writes possible in the non-volatile memory world. Plus, at least in my applications, I want to use large, on-board·tables to store temporary things; I would like to store successful joint positions, implement pseudo stacks, store sensor information for analysis, etc.
Here is the dumb question: Is there a way to interface volatile RAM to the Stamp world?
--Bill
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
You are what you write.
It seems to me that while interfacing additional EEPROMS to the Stamp provides much needed storage space, there is also·a big limitation: The number of writes possible in the non-volatile memory world. Plus, at least in my applications, I want to use large, on-board·tables to store temporary things; I would like to store successful joint positions, implement pseudo stacks, store sensor information for analysis, etc.
Here is the dumb question: Is there a way to interface volatile RAM to the Stamp world?
--Bill
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
You are what you write.
Comments
I'm sure it is possible to use volatile memory but most eeproms can be written 100,000 times. If you just need more temp. ram locations that you have to write more than 100,000 times, there are a few Stamps with scratch pad ram as well.
Lee
You might look into getting one, not only will you get your additional storage but you'll get a web interface for your project.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Roger Pierson
Senior Electronics Technicain
DTI Assoicates
·
·· As mentioned there are Stamp Models that have ScratchPad RAM.· This adds 126 bytes of non-variable RAM storage which you can use similar to the EEPROM but without the write limitations.· There are less expensive options for adding RAM as well.· For example, I tend to add the DS1302 to most projects.· That gives me 31 extra bytes of RAM.· Another option some customers have used is RAMTRON’s FRAM.· The only thing you have to consider is it is surface mount only, so you may need an adapter, but this ‘RAM’ is non-volatile as well.· I hope this helps.· Take care.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
You might want to take a look at FRAM offered by Ramtron. It's must faster than EEPROM, and has a greater longevity.
The other thing you might consider is to use volatile RAM and use a battery back-up. It's mostly EEPROMs that have the write longevity problems. Maxim/Dallas has a number of memory solutions like this, which use a battery back-up making them non-volatile.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<!--StartFragment -->