Adding memory
Chris Merck
Posts: 55
What options exist for expanding the Prop's available memory?
Specifically, can external EEPROM hold Spin bytecode? If not can it at least be used for data storage?
I would like to expand the available memory to 1MB, even if it must be accessed through a special method rather than as part of the addressable space.
Thank you.
Specifically, can external EEPROM hold Spin bytecode? If not can it at least be used for data storage?
I would like to expand the available memory to 1MB, even if it must be accessed through a special method rather than as part of the addressable space.
Thank you.
Comments
Try "search.parallax.com" it's a very efficient search engine for these forums. Much has been written about this subject.
An EEPROM larger that 32k can be used as the boot EEPROM and the additional storage beyond address $8000 can be used for storage of data. This area is not written over when the EEPROM is loaded with a new program.
Additional EEPROMs could also be used on different I/O lines, as the I2c object is non-specific as to what pins are used, and even multiple instances of the object could run in separate cogs.
Using SD memory cards have also been documented, here http://forums.parallax.com/showthread.php?p=643801 is one instance. But there are other threads as well.
The sky is the limit to how much, and the types of memory that can be accessed in one way or another, with the Propeller. I have even seen one person attempting to interface a computer hard disk drive.
Good luck!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Brian Meade
"They who dream by day are cognizant of many things which escape those who dream only by night" - Edgar Poe
my two cents,
Marty
This is the index thread (within the sticky threads) check under the heading memory
There is a RAM module for the hydra now BTW that can be used with a normal propeller system.
Graham
Post Edited (Graham Stabler) : 6/6/2007 3:47:53 PM GMT
http://forums.parallax.com/showthread.php?p=609066
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Brian Meade
"They who dream by day are cognizant of many things which escape those who dream only by night" - Edgar Poe