Part Number: CC3200-LAUNCHXL
Tool/software: TI-RTOS
hi
i am trying to view the execution graph of mu application. I have 9 tasks. I went through the user guide. Made the following changes in the .cfg file
LoggingSetup.enableTaskProfiler = true; LoggingSetup.loadTaskLogging = true; LoggingSetup.loadSwiLogging = true; LoggingSetup.loadHwiLogging = true; LoggingSetup.sysbiosSwiLogging = true; LoggingSetup.sysbiosHwiLogging = true; LoggingSetup.sysbiosSemaphoreLogging = true; LoggingSetup.enableContextAwareFunctionProfiler = true; Load.hwiEnabled = true; Load.swiEnabled = true; Load.taskEnabled = true; LoggingSetup.countingAndGraphingLogging = true; LoggingSetup.benchmarkLogging = true; LoggingSetup.snapshotLogging = true; Load.windowInMs =100; LoggingSetup.loadLoggerSize = 1024; LoggingSetup.loggerType = LoggingSetup.LoggerType_STOPMODE; LoggingSetup.sysbiosLoggerSize = 2048;
But once i pause my device, in the execution graph i dont see all the tasks listed. Sometime when i run and pause again a few might appear.
As u can see in the above fig. only one task is listed.
I believe there is something wrong in the cfg i made , Please guide me regarding this
Thanks Av
