I am currently working on a design where I am using two Aptina 10MP (MT9J003) CMOS camera sensors (data sheet attached) on a single board with a Ti Sitara AM335x Processor.
Each CMOS sensor has a 12 line parallel output @ 96MHz. I know the GPMC can be utilized for this type of data input and has a chip select. So I would be able to hook up both sensors to the same GPMC Bus (AD[0:15]). From my reading, I see that the GPMC accepts either a 16bit or or 8bit bus. So does this mean I would be unable to connect my 12bit bus to this?
Would I be OK just using separate GPIO pins for each of the camera sensors?
This is part of one of my design projects for school. I am used to using micro-controllers not micro-processors so there is a bit of a learning curve.