LPC2214 and OV9650

I’ve started a project that will consist of reading a single Snapshot Image from the OV 9650 at the maximum resolution and 24 RGB

I am using the LPC -H2214 dev board to interface the two together.

I’ve downloaded the sample code from the Olimex website of the Flash led and after compiling and setting the “Linker” to Intel-Extended the hex file does not upload to the Micro.

The error is :“Code in Hex file Exeeded Flash Limitation”

Why is that?

Maybe the size of the compiled code is too big to fit in the FLASH? Do you have the right part number set (maybe it thinks you’re using a smaller chip)?

no, the settings are quite fine.

would this board do the job i need? read out a single image from the camera and process it?

I am making a small breakeout board to connect the OV9650 module to the LPC H-2214 board.

I’m going to use the EXT1 pins to interface it.

Would any I/O pin do the job for the connections to the OV9650 module?

On the module there is a voltqage converter that outputs 2.8v for the Sensor so basicly i just connect one to the other?

here is a photo of the module so that there is a clear idea about it:

http://www.geocities.com/fgcity/OV9650_Front.jpg

and here is the back side:

http://www.geocities.com/fgcity/OV9650_Back.jpg

well it turns out that the LPC2214 hasn’t got enough RAM to work with the image.

Would the gumstix do the job?

What would be the best of connecting this module to do what i need?

Can anyone help me out here?

what amount of RAM is needed?

Tsvetan

i’ve been recommended around 4MB of ram in order to be able to process the image.

you will have to wait LPC-L2294 which comes with 8MB SRAM

it will be available around July as we are waiting the memory chips

Tsvetan

the thing is that i cannot wait that long, i need to finish the project by the end of June.

What solution would help me achieve the 1.3 megapixel image process with the Camera module i have posted?