ADC Clock settings (PLL2) missing for STM32H743 after update from CubeMX v6.4.0 to 6.5.0
Hello,
After Migrating my STM32H743ZITx project from CubeMX version 6.4.0 to 6.5.0, ADC stopped working (stucks at ADC_Calibration function).
Found out that in v6.5.0 ADC Clock settings were removed for some reason.
Please see comparison below:

Also compared generated adc.c files. All Pheripheral Clock Init settings are missing.
Is it a bug or a feature? How this problem could be solved using the latest CubeMX version.
Thanks in advance.