Hello all,I'm using the HAL library for the camera, specifically I'm using the function: HAL_StatusTypeDef HAL_DCMI_Start_DMA(DCMI_HandleTypeDef *hdcmi, uint32_t DCMI_Mode, uint32_t pData, uint32_t Length)In the function are many return HAL_ERROR, an...