I have been trying to get the Execution Graph working for my application, but it always seems to be blank. I have been able to see the correct output in the SimpleLink Academy Lab 1 example, but when I try it on my application, there is nothing there. I am using a CC2650EM with the SmartRF06 Evaluation Board.
I tried adding the following lines to the bottom of the mutex.cfg file in the Task Mutex example, and also in the i2c example, but I don't see anything in the graphs or the live session. Is there something else that I need to do?
var LoggingSetup = xdc.useModule('ti.uia.sysbios.LoggingSetup');
LoggingSetup.sysbiosSwiLogging = true;
LoggingSetup.sysbiosHwiLogging = true;
LoggingSetup.sysbiosSemaphoreLogging = true;