Question
[BUG] CubeMX, weird behavior of the Clock config view
On STM32H753, I want to change the clock source of I2C1.
Previously it was HSI with divisor 4 that gives 16 MHz.
I noticed that PLL3R outputs almost 16 MHz and try to change I2C1 to this source.
Then Cube craps out and declares conflict. Auto-resolving it changes settings of PLL1 and clock rates of other peripherals.
What's wrong with it?
Finally I managed to tweak PLL3 ... maybe by pure luck.
CubeMX ver 6.2.1
