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.

MCSA UIA on C6670 no usable logs

Other Parts Discussed in Thread: SYSBIOS

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