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.

TMS320C6657: UART0, UART1 initialization

Part Number: TMS320C6657

Hi TI,

I'd like to enable both UART 0 and UART 1 on CORE 0 of TMS320C6657 however I don't how to initialize them.

I was able to initialize UART 0 using platform APIs that TI provides. (e.g 'Platform_uart_init' and 'platform_uart_set_baudrate' etc..)

however I couldn't find any platform API for initializing UART 1 and transferring and receiving data via UART1 .

it seems that Platform APIs are hiden in a library.

I'd like to find example codes about setting registers for UART 0 and UART 1 initialization and data transmission and reception via both UARTs.

Regards

ysshim