2016-11-24 02:08 AM
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-timeout2016-11-29 03:11 AM
Hello,
Have a look to the working examples under STM32CubeF4:STM32Cube_FW_F4_V1.14.0\Projects\STM324x9I_EVAL\Examples\DCMIThis may help you on your application to have more idea on how configuration/implementation is done.Regards