2014-11-16 09:01 PM
Hi,
I want to implement DCMI on the STM32F429I Discovery using OV7670. I am using external clock of 20MHz for OV7670 clock source. I can get the frame interrupt, but cannot get the dma interrupt working. Also, no data is written to the buffer. My code is posted below. So my question is can i actually implement DCMI with STM32F429 and use lcd at the same time? I am using lcd driver without ltdc, so the dcmi pin is still not used. And, how can I write data received to DCMI to the data buffer? Any help will be greatly appreciatedThanksVincentcode https://www.dropbox.com/s/rcdn0erle0epxna/CameraTest.zip?dl=0 #stm32f429 #dcmi #lcd #dma2015-09-03 12:47 AM
Sounds good. Camera sensor init is a critical part, you will require to follow the sequence provided by the sensor vendor to get the wanted resolution, frame rate, format, etc ...
Did you manage to get a better picture ?2015-09-10 05:08 AM
Hi.
I got a board F7, look at [DEAD LINK /public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Wrong%20color%20camera%20and%20slow%20LTDC&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506F5B&TopicsView=https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/AllItems.aspx¤tviews=0]this topic, please