2019-05-03 01:28 AM
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.