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.
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:
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;
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
Hello,
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.
If the issue is that you are unable to open the views again, please see section 9.7.8 of the CCS Troubleshooting Guide:
Specifically the part about deleting the DVT folder.
Thanks
ki