Hi,
I'm using the system analyzer under sys/bios,
when i do a live execution i get just the execution graph, the task load and cpu load still empty.
This is a part of .cfg file where i configure system analyzer :
var LoggingSetup = xdc.useModule('ti.uia.sysbios.LoggingSetup');
LoggingSetup.loadLogging = true;
LoggingSetup.mainLogging = true;
LoggingSetup.sysbiosTaskLogging = true;
And this is what i got after execution :
- CCS version 5.3.0.00090
- Sys/Bios version 6.34.2.18
- System analyzer version 1.1.1.14
- XDC tools version 3.24.5.48
- Target used TMS320C6678
I founded a patch in this page :
http://processors.wiki.ti.com/index.php/Multicore_System_Analyzer#DVT_patch_for_CCS_5.1.2F5.1.1
I intall it but it doesn't work because i have newer version of CCS and it must be corrected implicitly.