Electronic – High capacity – EEPROM chip

eeprompic

I am looking for high capacity eeprom(I2C compatible) IC as an alternative to 1gb or 2gb micro SD card (data storage segment in my project) just in case I fail to interface Sdcard with pic32 mcu..

Suggestions are welcomed..

Thanks in advance..

Best Answer

At higher capacities, SPI flash is way cheaper than eeprom, with capacities in the 1-32 megabit range. Main difference is it is block, not byte eraseable and 3.3v only. ALways SPI, not I2C, but I2C gets too slow for large memories anyway. For gb capacites you're looking at NAND flash, & you need to deal with pretty large erase blocks, ECC, page-at-a-time writes and bad-block mapping, so SD will probably be easier & cheaper as it does ECC internally.