I am designing 2 C6672 on one embedded module (1 PCB) by reference designing from C6678EVM. What should be taken note of when referencing design from the C6678 EVM?
Below is what I believe to be the modification.
a. Use 4 CDCE62005s to provide clocking for the 2 C6672. Is there a better way to provide clocking to the 2 C6672 such as using 2 CDCE62005s and 1 clock output to 2 C6672?
b. For each c6672, the DDR3 SDRAM, NAND Flash, NOR SPI flash, I2C EEPROM shoud be separate and not shared by the 2? DDR3, NAND, NOR SPI cannot be shared as it is point to point interface? I2C although it allows for multi-master mode but for simplificity uses separate for the 2 C6672.
c. How to do power-up sequencing (which includes power, clock and device initialization)? 1 C6672 boot up first with the main program logic whereas the second C6672 is used for offloading the main C6672 in term of image processing algo. Is the power up sequencing same regardless of the number of C6672 used?