maximum USART baud rate on STM32U0
Hi,
I would like to determine the maximum baud rate for a USART peripheral in asynchronous mode. In the datasheet (Figure 1) the maximum baud rate is given as 8 MBit/s. But even if I set the clock for the USART peripheral (in this case USART1) to the maximum of 56 MHz (Figure 2), I'm not able to set 8 MBit/s for the baud rate. I'm able to set 7 MBit/s when I set the over-sampling to 8 samples (image3).
I'm using the Nucleo-U083 board together with the STM32CubeIDE 1.16.1.
If someone could show me how to configure the USART peripheral for 8MBit/s I would be very happy.
Kind regards Max.
image1:

image2:

Image3:

