2013-09-03 08:02 AM
Hi,
I'am starting a new project and I will need to interface the STM32F4 discovery with a camera module (OV5642) via DCMI interface. (I won't use an LCD module).I will need a high resolution photo (>1024 pixel). I'am not sure if this is possible with the STM32F4.I wanted to know if this is possible and if it is not what should I add as electronics to make it?2013-09-06 09:52 AM
Like this one:
*But I am not sure if it can be interfaced with the FSMC interface.2013-09-06 10:21 AM
You'd need an STM32F429 part, the
http://www.emcu.it/SILICA-STDay-2013/STM8andSTM32-Apr2pdf
board is slated for Not sure the size of the SDRAM on that board, I've seen other boards withhttp://www.micron.com/~/media/Documents/Products/Data%20Sheet/DRAM/64mb_x32_sdram.pdf
The limit on a 32-bit device is 256MB, 128MB (16), or 64MB (8)2014-04-23 01:58 PM
the stm32f407 have 4 banks of memory 64MB such as bank, but it's in the FSMC and I don't know if is possible use for an application without a external memory :S , is it possible?
2014-04-23 02:18 PM
You could stick a lot of memory on the external bus, you'd likely need to use multiple devices and external decode logic, and ultimately you'd be limited by the bus loading, and buffering you could tolerate.
The smart/cheaper route would be to spin the design and use an F429 device, and put as much SDRAM on it as possible, perhaps 2x 256MB if you could find the right devices. Still you'd be crippled by the Cortex-Mx architecture and the lack of a proper cache. I'd just pick a more appropriate part.