what is the crystal oscillator frequency of UART of STM32f103CB
Hi,
I just read an article mentioned that micro controller will limit (or do smthing) to lower down the frequency of crystal oscillator to match the multiply number of 9600 for UART, is that right?
So if I'm using PLL to boost CPU frequency from 8M to 72M, then what is the exact frequency of CPU and UART and what is the maximum Baud rate? since i tried Baud rate 921,600 and transmitted by calling HAL_UART_Transmit, it doesn't transmit the data properly. Any help?
Thanks a lot!
