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.

Error while launching System Analyzer with UIA

Other Parts Discussed in Thread: TMS320C6678, SYSBIOS

Hello,

I have a problem when I try to start System Analyzer in tutorial1F of System Analyzer with a TMS320C6678 EVM. I have a window telling me that Debugger based auto-detection Cannot detect a valid UIA session. Problems: EventTransport:Undefined.

I put "Auto-detect configuration from Debug Session" in the Instrumentation(UIA) field but it looks like it doesn't work. How do I correct that?

Note that in this part of code:

/*
 *  Enable Swi and Hwi load. This allows the Idle Task
 *  usage to make more sense. Otherwise Hwi and Swi load
 *  is factored into each tasks usage.
 */
var Load = xdc.useModule('ti.sysbios.utils.Load');
Load.swiEnabled = false;
Load.hwiEnabled = false;


I changed the variables to false because I had an error while building the project, but I'm sure It should be true. I don't know how to make it correct too.

Thank you