Why enable the ADC DMA interruption (DMA_IT_TC, DMA_IT_HT, DMA_IT_TE) by default in the STM32CubeHAL library?
It is enable ADC DMA interruption by default in the STM32CubeHAL library, why did you do that?I do not need the ADC DMA interruption, what should I do?Please help me, thanks.