Hi,
I have run demo project udma_demo on Tiva-C TM4C1294 LaunchPad. I notice that UART0 function uses TivaWare as shown below:
ConfigureUART(); UARTprintf("\033[2J\033[H"); UARTprintf("uDMA Example\n"); // // Show the clock frequency on the display. // UARTprintf("Tiva C Series @ %u MHz\n\n", g_ui32SysClock / 1000000);
UART1 does not use TivaWare. It uses low level configuration functions to setup. Now, I still use UART0 for echo message to Console, while I use UART1 only for a simple loopback (not use DMA). Can I use TivaWare for both UART0 and UART1? If it must be used separately, is there a method to do so?
Thanks,
TivaWare_C_Series-2.1.1.71