Real baudrate half of that set in CubeMX for STM32F071?
After successful test on STM32f401RE I moved my design on STM32F071 for cost reasons.
I am using UART1 and UART3 first set to 9600 and second set to 115200.
But on PC I can see the data only if it is set to 4800 and 57600.
At the beginning used internal HSI on 8MHz but later switched to HSE with external 16Mhz quartz. In cubeMX all usart uart are set to be on max 48MHz. In both cases internal RC and external quartz baudrate is half of that is requested(set) . Verified with logic analyzer that baudrate is half that needed.
STM32CubeMX version 5.6.0
STM32Cube FW_F0 V1.11.0
Anyone faced similar issue?
