Usart1 BRR register seems strange when using STM32H743 with stm32cubeh7 1.12.1
Dear all,
I have encountered an strange issue. I set Usart1 Baud Rate to 115200, however, Usart1 BRR[15:4]==0x0082, which corresponds to 57600.(57600 == 120Mhz/(16*0x82)).


I also noticed that HAL_RCC_GetPCLK2Freq() returns a wrong pclk value 0x0E4E1C00(240M), but it should be 120M.

The Usart1 Config and Rcc config are as follows :




