I'm experiencing a runtime crash when using DCMI in with `USE_HAL_DCMI_REGISTER_CALLBACKS`.The crashing lines are#if (USE_HAL_DCMI_REGISTER_CALLBACKS == 1)
/*Call registered DCMI line event callback*/
hdcmi->LineEventCallback(hdcmi);
#else
...
@Khouloud OTHMAN I don't have a trace/log file. The actual crash is a null pointer problem when it calls `hdcmi->LineEventCallback`, which is not initialized by the version of HAL_DCMI_Init in stm32f4xx_hal_dcmi_ex.c.