This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS Analyzer - Execution Analysis doesn't show the Analysis Configuration screen

Other Parts Discussed in Thread: SYSBIOS

Hi folks,

I have a missbehaviour (I think) of CCS that I don't know how to solve and I didn't find anything in the forum.

Some days ago, I tried to setup my first Execution Analysis, after setting this lines into my .cfg:

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
BIOS.logsEnabled = true
var LoggingSetup = xdc.useModule('ti.uia.sysbios.LoggingSetup');
var UIAProfile = xdc.useModule('ti.uia.events.UIAProfile');
LoggingSetup.enableTaskProfiler = true;
LoggingSetup.sysbiosSwiLogging = true;
LoggingSetup.sysbiosHwiLogging = true;
LoggingSetup.sysbiosSemaphoreLogging = true;
LoggingSetup.loadHwiLogging = true;
LoggingSetup.loadSwiLogging = true;
LoggingSetup.loadTaskLogging = true;
LoggingSetup.enableContextAwareFunctionProfiler = true;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

After selecting Tools - RTOS Analyzer - Execution Analysis, the Analysis Configuration screen appeared to let me choose the Analysis Settings and Data Collection, and somehow it showed some graphs after pressing the Start button. 

But, and I can't imagine the reason why, after clossing the Live Session and graphs views the Execution Analysis has never shown the Analysis Configuration screen nor any graph or live session again.

Then I tried with Load Analysis and the same happened, it worked just the first time. And the same too with Task Profiler. At this moment I can only get the Analysis Configuration screen if I choose Printf and Error Logs Configuration, and I know that if I use it I won't have it working again.

I'm using CCS11. I've tried too with the Analysis Dashboard, the DVT Dashboard and the ROV. No success.

Can anybody tell me how to get all these analysis back? Any help will be appreciated.

Best Regards

Rober