This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2434: AM2434 EVM UART's Baud rate change

Part Number: AM2434

Tool/software:

Hi,

I'm working with UART + DMA on the AM2434 EVM board.
Is there a way to configure the Baud rate after the initialization of the UART module (While it is already working).

My wild guess is that I need to de-init the UART, modify the configurations (Baud rate config), and initialize it once again.
Is there any other more straight forward way to do it?

Thank you in advance.