Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi,
I'm experimenting with a MT9D111 2MP camera. R/W of registers goes over I2C and pixel data can be captured using a 8bit databus. I've got the I2C communication part working. Next step is to read the pixel data that's submitted over this 8bit wide databus. A frame valid signal indicates a valid frame/image. The pixel clock is used to indicate a valid byte on the 8bit databus.
Is the mbed capable of clocking in this data at approx. 2Mhz? or should I switch to a 8bit to SPI (74HCT595) solution? If the SPI connection is capable of doing 12Mhz then it's still not enough..
Any suggestions solutions on how to read 8bit wide data at 2Mhz? The ultimate goal is to store the image data onto an SD card..
Suggestions/tips highly appreciated :)
Thanks, Sjoerd