Hi,
I am not able to reconfigure the UART baud rate once it is configured. My requirement is to change the baud rate as per the user command without doing the reboot. When the system power up it initialize the UART to default baud rate. I want to reconfigure the baud-rate, based on the user command but I am not able to reconfigure it. I am using CCS 10.1 for development and SDK is "tirtos_tivac_2_16_00_08". Before reconfiguring the UART, I called the "UART_close" API then I am calling "UARTConfigure" API which again calls "UART_open" API. I am getting the handle after calling the "UART_open" API but I am not able to communicate on the new baudrate. If I save that baud rate and do the system reboot then it is working. Please let me know the steps to change the baud rate runtime without a reboot.