Question
Setting the baudrate for usart in stm32f103rb.
Posted on January 16, 2018 at 18:27
Why do we need to calculate the baudrate using this formula,
baud = fCK / (16*USARTDIV)
I mean, why can't we write 9600 or any other desired baudrate value directly in USART_BRR register? Why do we need to perform this calculation first. What are we calculating here anyway?
This might be a dumb question to ask, but I am really confused here. Please help.
Thanks in advance!
#uart #uart-ft-serial-communications #stm32f103rb #usart