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.

TM4C1294NCPDT: How to output complex log via UART driver

Part Number: TM4C1294NCPDT
Other Parts Discussed in Thread: EK-TM4C1294XL

Hi,

        CCS examples output logs via XDC tools(System_printf). I want to output logs via UART driver(UART_write).

     Do you have some examples, especially printing with one or two parameters(e.g. printf("Config failed for deviceMap %u with error code %d\n\n", deviceMap, retVal);)