Question
Setup UART Baudrate 9600, but output is 4800?? (STM32F103C8Tx, blue pill)
Hello, I'm a newbie with STM32.
I transmit data over the UART interface and I have configured 9600 Baudrate, but I can only receive the correct data on my PC terminal if I setup to 4800.. So why the Baudrate is effectively 2 times lower? I'm using the blue pill board with the STM32F103C8Tx, and clock configuration Sysclk,Hcclk is 72Mhz, setup with STM32CubeMx. (no warnings at build)
sorry my poor english.
thank you very much