Tiva TM4C129xnczad, TI compiler v5.1.10, TI-RTOS for TivaC 2.10.1.38, CCCS Version: 6.0.1.00040
I've been able to run the demo's but cant get any execution graph from my own firmware. When I pause and display the Execution graph there are no tasks/event shown - just a blank graph running to 100mSec.
In the "live session" and printf logs, I see several messages like the following:
1500672775,CORTEX_M4_0,"GPIO: port 0x40064000, pin 0x20 interrupt flag cleared",printf,Main Logger,,
1500681708,CORTEX_M4_0,UART:(@4000f000) Wrote character 0x13,printf,Main Logger,,
Is there a header file I could be missing? A conflicting configuration?
I read about possible Rta conflicts but Rta is not "added" to my system (checkbox). However, if I click the tab belw from rta-module-settings to XDCtools, I see abort Fxn, puchFxn, readyFxn, flushFxn, exitFxn...
Finally, when this works, is there a way to stop/start the task switch capture dynamically? I know the events that start the section of processes I want to follow and would like to start the capture of task/semaphore capture at that point and then stop when my process is done.
Thanks for all assistance!