Question
Is fADC=48MHz actually possible?
I tried using STM32CubeMX to configure an STM32H725 LQFP-100 device to get fADC=48MHz by getting the ADC Clock Mux output to 96 MHz, and using a /2 prescaler on the ADC1 peripheral but the drop-down for "ADC Clock Prescaler" only allows /4 or higher (24MHz or lower).
I need fADC=48MHz in order to sustain a high sampling rate. What am I missing?