Possibly bug in USART configuration of advanced features CubeMx?
I notice that the code generator of CubeMx output these two lines in the usart configuration code:
LL_USART_EnableOverrunDetect(USARTx);
LL_USART_EnableDMADeactOnRxErr(USARTx);
This happens even if all the "Advanced Features" in the Usart configuration are disabled, including Overrun and DMA on RX Error.
However, marking Overrun and DMA on RX Error as enabled, removes the two line of configuration shown above.
Doing this exercise with other Advanced Features eg. "MSB First", inserts the enabling code line when enabled in cubeMX which seems correct.
The problems occures also on the LPUART.
CubeMx version is 4.24.0, and I have Low level code generation turned on for the Usarts.
