cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F407vgt problem using DCMI

aamzil.ilyas9
Associate II
Posted on March 08, 2016 at 16:02

Dear All,

I am using an stm32F4discovery ( stm324f07vgt)  to capture images coming from a camera OV5642, i would like to use DCMI but when i create a new project in STM32CubeMX to generate DCMI code, i note that there is a red ''X'' next to DCMI.

Any suggestions or advice to help me in this respect ? 

Best regards
2 REPLIES 2
slimen
Senior
Posted on March 08, 2016 at 17:27

Hello zudse.zeta,

The DCMI pins are disabled because they are already defined and used by other external components of the board.

To have more idea about these components, you can refer to the

http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00039084.pdf

 User Manual, precisely in the Table 6. STM32 pin description versus board functions.

Best Regards-ForumSTM32-

Posted on March 08, 2016 at 17:35

Perhaps you want to review how the

http://www.st.com/web/catalog/tools/FM146/CL1984/SC720/SS1462/PF255417?sc=stm32f4dis-expansion

camera was handled, should be code of that in SPL rather than CubeMX, but might provide insight.

CubeMX is designed to recognize pin/peripheral combinations that clash, remove the settings/configurations that clash to access the DCMI pins and peripheral.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..