ADC Converter in STM32H745
I use the STM32H745 under the CubeIDE. I thought, when I configure my ADC to trigger the interrupt from a timer, the HAL_ADC_ConvCpltCallback() function will becalled automatically. The related ISR is called and I can read out the value. But the Call...