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.

RTOS/TDA3XEVM: change baud rate at uart1

Part Number: TDA3XEVM

Tool/software: TI-RTOS

Hi,

   I got a radar sensor and its interface is UART baudrate 460800.

I want to use tda3xx uart1 to connect the sensor.

I refer to links_fw/src/rtos/utils_common/src/utils_uart.c to create a instance for  uart1.

When I set the baudrate to UART_BAUDRATE_9_6K and UART_BAUDRATE_115_2K

to test sent and receive. It is fine.

The system is halt if I set 460800.

There are no default baudrate for 460800. 

Can it support this baudrate?