Part Number: TM4C129XNCZAD
Hello I am trying to migrate an old project onto TM4C129XNMCZAD microcontroller and I wanted to use TI-RTOS so I can multithread. One issue I am having is I do not know how to initialize UART peripherals other than UART0. The only UART that is defined in the Board.h file is UART0 even though this board supports multiple UARTs. Is there a tutorial or an example with a TM4C129x device that uses multiple UARTs on TI-RTOS? I have the UART echo example working so I don't have a problem with creating the tasks.
//code in the Board.h file #define Board_USBDEVICE DK_TM4C129X_USBDEVICE #define Board_UART0 DK_TM4C129X_UART0 //=> the only UART definition. #define Board_WATCHDOG0 DK_TM4C129X_WATCHDOG0