Bug report: STM32CubeL0 (V1.10) in stm32l0xx_hal_uart.c
Posted on March 01, 2018 at 18:11Inside UART_SetConfig() on line 2164, we are getting the peripheral frequency from RCC_PERIPHCLK_USART2 (hardcoded), where this should have been based on huart->Instance (USART1, USART2, LPUART1 etc.)