STM32H753 ADC Clock Prescaler can not be set to 1
I chose STM32H753IIT6 MCU for my project.
I had set the clock prescaler of ADC to "Asynchronous clock mode divided by 1", and the ADC clock source is PLL2P, 36MHz.
The code was generated successfully. However, I found that the sampling rate is half of the theoretical value.
I migrate the same code to one STM32H743 developing board, all settings are the same with the STM32H753 project. Everything works properly.
Then I set the frequency of PLL2P to 72MHz, CubeMX set the prscaler to "Asynchronous clock mode divided by 2" automatically. I changed it back to "ADC_CLOCK_ASYNC_DIV1" manually in my code. ADC still works fine and the sampling rate is correct then.
Is this a bug?
My CubeMX version: 6.4
HAL version: 1.9.1
