Skip to main content
YDann.7
Associate III
May 3, 2019
Question

STM32CubeMx 5.0.1 generates an error with the LL driver on the STM32F0

  • May 3, 2019
  • 0 replies
  • 455 views

Dear,

As mentionned in the title, STM32CubeMx 5.0.1 generates an error in the UART initialization function on the STM32F0 when using the LL driver.

When you selected "Overrun Enable" in the Advanced function, the "LL_USART_DisableOverrunDetect" function (set OVRDIS bit) is call.

When you selected "Overrun Disable" in the Advanced function, the "LL_USART_EnableOverrunDetect" function (clear OVRDIS bit => overrun function disable) is call.

This topic has been closed for replies.