Цитата(Epikur @ Sep 12 2006, 11:11)

Посоветуйте, если кто знает, память Flash или EEPROM с интерфейсом I2C максимального объёма.
Реально нужно 2 Мбайта. Удалось найти только 1 Мбит.
Есть 2 варианта:
1. Исрользовать адресацию. Легко (без сильного усложнения схемы) можно подключить до 4-х 1-Мб 12С корпусов на одну шину - см. выписку из 24AA1025/24LC1025/24FC1025, Microchip:
----------------------------------
A0, A1 Chip Address Inputs
The A0, A1 inputs are used by the 24XX1025 for multiple
device operations. The levels on these inputs are
compared with the corresponding bits in the slave
address. The chip is selected if the comparison is true.
Up to four devices may be connected to the same bus
by using different Chip Select bit combinations. In most
applications, the chip address inputs A0 and A1 are
hard-wired to logic ‘0’ or logic ‘1’. For applications in
which these pins are controlled by a microcontroller or
other programmable device, the chip address pins
must be driven to logic ‘0’ or logic ‘1’ before normal
device operation can proceed.
------------------------------------
2. Использовать SPI - память. Размер может быть огромным.