Tool/software: Code Composer Studio
Dear Experts,
now i am working with Tiva C TM-4C123GXL launch pad and uart echo example in TI-RTOS, this microcontroller have a many uart's but the example shows uart0 operation. how can i read and write data from other uart's like uart1, uart2....,
only uart0 is defined in Board.h
#define Board_UART0 EK_TM4C123GXL_UART0
how can i define uart1, uart2 what changes can i do to in other headers for read data from other uart's
Tiva C SDK version: tiva C V 2.16
CCS version 8
TI RTOS examples
if any one can share any example for read data from other uart's
thank you.