Hi
I am running CCS 5.1 and developing for a C6618 target (using TMDXEVM6618LXE board). I want to use System Analyser with my project, but cannot get it to work yet.
This is what I have done:
1) Added to my .cfg file:
var LoggingSetup = xdc.useModule('ti.uia.sysbios.LoggingSetup');
LoggingSetup.eventUploadMode = LoggingSetup.UploadMode_JTAGRUNMODE;
2) In Project properties, enabled 'System Analyser (UIA Target) 1.0.3.25
Here is the output of running vers on my project .out file:
C:\>vers PingTest.out
PingTest.out:
__ASM__ = C:/SVNProj/Orione/trunk/Source/PingTest/Debug/configPkg/package/cfg/RlcDrv_pe66e
__ISA__ = 66
__PLAT__ = evm6670_TML
__TARG__ = ti.targets.elf.C66_big_endian
__TRDR__ = ti.targets.omf.elf.Elf32
I am running:
CCS 5.1.0.09
UIA 1.0.3.25
XDS 3.22.1.21
on Windows 7.
When I run my project, in debug build, I get error:
Debugger based auto-detection
Cannot detect a valid UIA session. Problems:
Endpoints[O][1].uiaFile: Cannot find the UIA metadata file. Check existence of (.uia.xml)
Can you help please?
David