STM32H7A3xI/G ADC frequency limitation
I am not sure I properly understand the STM32H7A3xI/G ADC frequency limitation
In the DEV13195 - Rev8 - Datasheet, section 6.3.21 16-bit ADC characteristics, table 93 ADC characteristics, page 143
It says the fADC max frequency is 50 MHz with boost mode activated
This specification seems to match the one ine the section 6.3.1 General operating conditions, Table 23. Maximum allowed clock frequencies, page 84
where it also says that fadc_ker_ck maximum value is 50 Mhz
And the same clock fadc_ker_ck is describe at the final adc clock in the RM0455 - Rev 11 - Reference manual, 27.4.3 ADC clocks, Figure 158. ADC Clock scheme, page 931
Based on this I understand the limitation only apply to final frequency fadc_ker_ck, and it is possible to use for exemple a system clock adc_sclk of 200 MHz, divide it by 4 via the Bits PRESC[3:0] of ADCx_CCR, and select it via the Bits CKMODE[1:0] of ADCx_CCR, since the clock is also
divided by two at the end, the fadc_ker_ck would be 25 MHz which is in the allowed range (< 50MHz)
Is my comprehension correct ? because when using the ioc configurator just to check this configuration it does not work if the source frequency adc_sclk or adc_ker_ck_input is above 50MHz, either the synchonous mode selection is grayed out or the clock is in red in the clock configurator (see attached captures)
