I am building a board that requires 2x C667x and I would like to save space for my board as it is only 160 x 100mm.
I would like to know if it is possible to use 2x C667x chips and get them to share:
a. NAND Flash memory (EMIF16) (Store data)
b. SPI NOR flash memory (SPI) (Store codes)
c. I2C EEPROM (I2C) (secondary bootloader code)
d. DDR3 SDRAM (dynamic memory)
Or is it better for each to have its own memories as the software hacks for memories sharing will be too intense.
Thanks.