STM32G0 TX Busy Flag Set when ClockPrescaler is 8
Hi,
HAL_UART_STATE_BUSY_TX is always Set when I change the ClockPrescaler of USART Paremeter.

My Cube configurations are in photo above. I have to drive Usart with 100 Baudrate. Systemclock Frequency is 50Mhz.

When SystemClock is 50Mhz and ClockPrescaler is 1, it limits in order to set baudrate of USART. It says "Baud Rate must be between 763 Bits/s and 3.125 MBits/s." .Therefore I set ClockPrescaler to 8.
When program has started, USART has stopped after send USART 3-4 bytes. I am using HAL_UART_Transmit_DMA to transmit with USART. When I checked inside of transmit function, I saw huart->gState flag is always HAL_UART_STATE_BUSY_TX and newer be set ready.
I didnt solve where is the problem? Could you please help me to solve it please?
