Important part hunting!
SONIC the Hedgehog
Posts: 321
So I've been looking around for a 128k EEPROM, but I've found data sheets and one time write ROMs, but no DIP EEPROMs, so could anybody give a suggestion as a site I could find one, or a store I could find one at? Thanks a bunch!
Comments
Is this what you were looking for?
-Phil
-Phil
Wow this is good stuff.
Thanks that's helpful to know, but the one I looked at was an eight pin, and I plan on getting a data sheet too. Also, my friend has an old computer from the 90s that has removable DIP cache modules. Would it be possible to use it as workspace, or just impractical?
P30-31 are used for the USB interface. P28-29 are the I2C buss for the EEPROM.
If you take kwinn's example for a 32K x 8 bit parallel RAM chip, you would need 26 pins to communicate with the chip, (P0-P27).
I would look at the 24xxx series I2C as they only take two pins.
Jim
Yes. And you can expand hub memory that way. Cluso99 took this to extremes connecting a parallel ram chip to a propeller to run a Z80 emulation. Only trouble was there was only one pin left. But he then cleverly used to run a display on one pin.
There are lots of compromises - more prop pins = more speed. Latches to hold high addresses while you clock through 256 bytes etc.
The *clever* solution is to use slower serial ram and caching.