Is it possible to change the baud rate of the USART during run time in STM32 cube IDE
I'm using STM32 cube IDE for STM32F030CC uC, in this the baud rate of the USART is configured as part of the *.inc file, but my requirement is have to change the baud rate during the run time based on the user input, means, there are 6 USARTs sent in that USART 6 is planned to communicate with PC (this is constant baud rate) to get the user input mostly the baud rate to be set for another USARTs, and then another USARTs to be initialized with given baud from from the user, will it be possible to implement through STM32 cube IDE? If it is not possible in STM32 cube IDE means suggest me some other compilers to meet this requirement implementation.