2017-09-19 12:01 AM
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-d2017-09-28 07:34 AM
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
Application note 'Digital camera interface (DCMI) for STM32 MCUs' with more description and details about theOV9655
camera type used in that board.Best Regards
Imen
2017-09-28 07:48 AM
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.
2017-09-29 01:06 AM
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>