stm32h7 cubemx clock configuration Bug
Hi
I have seen problems with stm32h7 cube uart bug.

The Sources for uarts are pll2q but when debugging :

It says pclk1 and pclk2 are configured.
And even with these values baud rate will not be what I set. I have to divide it by 2 (clock divider is 1).
I searched in registers and i see RCC_D2CCIP2R is not initialized(its zero).
This register is the clock selection for UART. When i manually set proper value for it the baud rate wont be ok yet. So i think even pll2q is not configured properly too.
