Resolved! Does the baud rate get shared if I use two or more UARTs?
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 manua...