Which is the maximum sampling frequency of ADC? STM32H742
I am trying to configure STM32H742 to convert 3 different input channels (3, 5, 16) in an ADC (1) .
I have achieved to convert just one channel with a sampling frequency of 1MHz, seeing that 1 million samples are converted per second. But when I add new inputs to convert I can not see that the converted sampled are scaling correctly. I am wondering that it may be an ADC limitation for the sampling frequencies.
So which is the maximum sampling frequency of the ADC 1? I can not find it on the reference manual.
Thank you all.