Associate II
March 10, 2023
Solved
Does the baud rate get shared if I use two or more UARTs?
- March 10, 2023
- 2 replies
- 1637 views
Hi! I am discovering the world of STM32 and currently using a STM32F4 to establish a UART communication (send and receive data). I wrote a pretty basic program to send and receive a message (basically a loop) with a baud rate of 9600. The users manual says that UARTs are running at up to 11.25 Mbit/s. My question is does the baud rate gets shared if I use two UARTs and if so, do they mean 11.25Mbit/s for each UART? Also, I wanted to know how to change the baud rate in STM32CubeMx as whenever I try to it gets back to 115200 (I configured the clock to 84 Mhz and oversampling by 8).
