Wrong BRR calculated by STM32CubeMx for STM32L053
Posted on October 17, 2014 at 09:36I am using the STM32CubeMx version 4.3.1 and inside the clock configuration page, the PCLK2 is used for USART1CLK. It shows 2.097. However, in HAL_RCC_GetPCLK2Freq function, the return value was 2.000. This caused ...