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?