Can not find the needed dcmi HAL functions using STM32CubeMX.
Hi,
I use STM32CubeMX to configure a STM32H743 device. I enabled global DCMI interrupts.
But I see no HAL functions to start the DCMI and enable specific interrupts.
I hoped to find suitable functions in stm32h7xx_hal_dcmi.c. But there aren't.
There is a HAL_DCMI_Stop() but not a start equivalent.
There is a HAL_DCMI_Start_DMA() which is strange because I did not enable DMA in STM32CubeMX. (Well, I did first, but then I disabled it)
I see the interrupt functions like HAL_DCMI_VsyncEventCallback() which I can overload, but I see no functions to enable each specific interrupt.
What am I doing wrong?