STM32CubeMX 6.10.0 limit source frequency for ADC
I am trying to configure ADC for STM32H562VGT in STM32CubeMX but it is limiting maximum source frequency for ADC. It limits it to 75MHz (which is maximum frequency of ADC clock) but ADC clock has its internal divider.
For example I want to use 120MHz HCLK as a source for ADC clock and set internal divider to 64 but Cube is notifying me with Clock issues.
In version 6.8.0 this problem was not present and I could use 120MHz clock as clock source for ADC.
Is it some bug in new version of Cube?

