In the IDE GUI, when selecting asynchronous clock division for ADC3 on STM32H747XIH, the value generated in the code seems to be taken from ADC1, e.g.:ADC1 (divided by 4):ADC3 (divided by 6):generated code (shortened):/* ADC1 init function */
void MX...