I am working on a TI-RTOS (1.21.00.09) project and am new to this tool chain.
I am trying to debug a problem using the Execution Graph tool but am having two major problems. My situation is that I need to start my application then change over to terminal program and send a block of bytes into a COMM port on my launchpad. The issues I am having are:
1. The graph either only shows start-up events and does not record long enough to capture the events related to my serial data.
2. I end up with "gap due to data loss" warnings and red "X"'s on the graph. Again, I don't end up seeing anything relating to my area of concern.
I have read in the System Analyzer's User Guide (rev E) section 5.4.2 that I can turn the ANALYSIS logging ON or OFF in my code. I did this but am still getting large gaps of NO data and the data loss warning.
Can anyone help me figure out how to setup this tool so I can use it?