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.

TMS320C6748: Problem with UART Basic Example (TMDSLCDK6748)

Part Number: TMS320C6748
Other Parts Discussed in Thread: OMAPL138, TMDSLCDK6748

I have created the PDK examples from the distribution [processor_sdk_rtos_omapl138_6_03_00_106 and pdk_omapl138_1_0_11] (not easy but accomplished thankyou Embedded Advantage guys for the assist).  Now I want to do something with the TMDSLCDK6748 evaluation module.  To me serial is an easy communication to test in that you can use a PC to verify that the unit is generating the correct data.  The PDK had three examples, I chose to work with is the "UART_BasicExample_lcdkOMAPL138_c674xExampleProject".  With this project the initialization is done with the Board_init() function setting the BOARD_INIT_PINMUX_CONFIG | BOARD_INIT_MODULE_CLOCK | BOARD_INIT_UART_STDIO to configure the serial port as the stdio input/output location.  Then, in a task, the program uses the UART_puts() function to transmit a string of data.  It all sort of works but the transmission is not at any standard baud rate that I can determine.  My questions are:

1) What is the baud rate for this port?
2) How is the uart's configuration set?
3) How can I change the uart configuration?