cancel
Showing results for 
Search instead for 
Did you mean: 

How can use STM32F429 Discovery Kit?

kishan patel
Associate
Posted on September 19, 2017 at 09:01

I am new user of stm32f429 discovery kit(STM32F429ZIT6).I have some querry as below:

1).Which software/IDE should i use for programming?.

2).Any sample code to interface OV9655 camera with this kit?

3). How should i interface it?

4).Any sdk for programming?.

Please guide me if possible step by step.

#stm32f4-d
3 REPLIES 3
Imen.D
ST Employee
Posted on September 28, 2017 at 16:34

Hello,

Have a look at the STM32F4 examples and these include code to run the OV9655 camera and follow the instruction in the readme.txt file:

  •  SPL: STM32F4xx_DSP_StdPeriph_Lib_V1.8.0\Project\STM32F4xx_StdPeriph_Examples\DCMI\DCMI_CameraExample

or

  • Cube: STM32Cube_FW_F4_V1.16.0\Projects\STM324x9I_EVAL\Examples\DCMI

Refer to this 

http://www.st.com/content/ccc/resource/technical/document/application_note/group0/c0/ef/15/38/d1/d6/49/88/DM00373474/files/DM00373474.pdf/jcr:content/translations/en.DM00373474.pdf

Application note 'Digital camera interface (DCMI) for STM32 MCUs' with more description and details about the 

OV9655

camera type used in that board.

Best Regards

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Posted on September 28, 2017 at 16:48

Keil works very well.

The STM32F429-DISCO is a very pin limited platform, most committed to SDRAM and LCD, I'd be surprised if the DCMI interface can be exported. Look at the EVAL boards, or third-part boards.

The HAL and SPL have assorted examples, but not for your specific board, you'll have to review and decide if you have the skill set to port them.

Professional guidance is expensive, Google for tutorials or blogs if you need detail for rote implementation.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Posted on September 29, 2017 at 08:06

Thanks for reply,

Currently,I have interface ov2640 camera with my board.I got

firmware resource from

https://www.waveshare.com/wiki/File:OV2640-Camera-Board-Code.7z link.

I can read the camera product id,also got DCMI-interrupt.But i could not

get DMA-interrupt.So,what should be wrong.

Can you tell me the proper interface pins with camera.

I has refer AN5020 as you told.Now i have confusion that is my

stm-board support camera or not.Please clarify me.

Board: STM32F429 Discovery kit (STM32F429ZIT6).

I am waiting,

Thanks & Regards,

Kishan Patel.

On Thu, Sep 28, 2017 at 8:19 PM, Clive One <st-microelectronics@jiveon.com>