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/TI-RTOS: UART initialization

Part Number: TI-RTOS
Other Parts Discussed in Thread: AM3354

Tool/software: TI-RTOS

Dear.


I am using the AM3354 processor, I need to open the UART 2, but will directly collapse, how to initialize the UART 2.

UART_init();

UART_initConfig(false);
UART_Params_init(&uartParams);
uart = UART_open(1, &uartParams);