Hi. I have added the smallest change to the cfg that should enable SA:
var LoggingSetup = xdc.useModule('ti.uia.sysbios.LoggingSetup');
LoggingSetup.loadLoggerSize = 1024;
LoggingSetup.mainLoggerSize = 32768;
LoggingSetup.sysbiosLoggerSize = 32768;
(sizes are defaults - probably don't need lines 2,3,4)
Although the target is multicore. Let's get analysis working for a single core first.
I'm able to start/configure SA. When I suspend execution - I get some Logs.
But - the vast majority are EventClass Unknown and all analysis shows blank charts or graphs.
What should I do to get meaningful data from SA?
.cfg 0385.bios.cfg
log snip