How to change baud rate of serial port uart in runtime stm32f4?
Hi everybody,I use UART6 of STM32F437 and want to change baud rate between baud rate 115200, 460800 and 921600 in runtimeI've followed some answers from a post here:https://stackoverflow.com/questions/57283327/how-to-change-the-uart-baud-rate-after-...