I am trying to build an application in TI-RTOS using CCSv5 on a TM4C123GH6PM MCU. My application needs to use all 8 UARTs, support Interrupts so that I can detect each byte as it is received as well as frame/parity errors. In the UART ISR I want to trigger a one-shot timer (preferably) or use the FIFO receive timeout interrupt to detect the end of a message block, then trigger a SWI to process.
To date, I am totally unable to get any code put together that can serve as a framework that I can build off of. I am developing / testing initially on the launchpad but need to eventually move to my real custom target board. All the examples have limited configuration setups based on the launchpad. Can anyone help me get started!!