Skip to main content
Fahad Mirza
Associate III
March 1, 2018
Question

Bug report: STM32CubeL0 (V1.10) in stm32l0xx_hal_uart.c

  • March 1, 2018
  • 0 replies
  • 409 views
Posted on March 01, 2018 at 18:11

Inside 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.)

    This topic has been closed for replies.