Hi,
I am trying to use the TivaWare graphics library in a TI-RTOS project (working with the EK_TM4C1294XL launchpad and a lcd touch screen).
I am getting the run-time error message shown in the screenshot below. It occurs whenever it reaches the WidgetMessageQueueProcess() function used to process touch event messages. I've placed this function in a RTOS task so that it continuously checks for touch events. BUT the program terminates at the this function.
Any tips on how I can fix this please?
Thanks in advance!