Fast EEPROM idea
acy.stapp
Posts: 10
Hey guys I have some ideas for a system to access 4 or 8 i2c eeproms or frams in parallel using a cog to coordinate device access and handle the protocol. I believe that since all the slaves will be behaving identically you could use one shared clock line and 4 or 8 data lines. I'm just wondering how fast a cog can run I2C and how much extra cost (not that much, I'd expect) would be incurred by running the protocol in parallel for several data lines. Anyone have experience with this?
Acy
Acy
Comments
I suspect you'd do better with an SPI interface, like that for an SD card or one of those dataflash memories. They can often be clocked in the 10MHz or higher range.
-Dan