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);)