I have the desire to use the TI display driver to get Display_printf() out the Uart. I have this working.
I have the desire to use the UART2 driver to read characters coming into the Uart. I have this working.
However, not both at the same time. It’s one or the other. In other words, it does not appear possible for the system to do both Display_open() and UART2_open() even though the former is used only to write bytes out the Uart, and the latter to read bytes in from the Uart. How can I work around this constraint?