cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F429+(DCMI)+Timeout

raphael2
Associate II
Posted on November 24, 2016 at 11:08

Hello ,

i have a STM324x9I-EVAL board with DCMI interface.

I can grab images correctly for 5-7 times, after that i get Errorcode 3 HAL_DCMI_ERROR_TIMEOUT.

how can i recover from that?

i tried :

- suspend, startDCMI

-stop, startDCMI

-deinit, initDCMI ,startDCMI

i have a main cyclus which polls for the error with low repetition and after the error occurs it always enters the errorroutine again. No interrupt is fired for DCMI at all after it.

the camera is still sending data, i confirmed that with osci.

#stm32f429-dcmi-timeout
1 REPLY 1
slimen
Senior
Posted on November 29, 2016 at 12:11

Hello,

Have a look to the working examples under STM32CubeF4:

STM32Cube_FW_F4_V1.14.0\Projects\STM324x9I_EVAL\Examples\DCMI

This may help you on your application to have more idea on how configuration/implementation is done.

Regards