Hello I am trying to use the trace buffer to analyze system performance.
I am using CCS 5.2.1.00018 (32 bits) on ubuntu 12.10 (64 bits) and have been using CCS to debug my beagleaboard XM (DM3730 based). I am following the following guide to enable the ETB
http://processors.wiki.ti.com/index.php/Embedded_Trace_Buffer this is currently failing at the Open “Trace Control” using Tools->Trace Control menu. Click on the “Receiver” button step. I press the Trace Control button but nothing happens.
I do get some log messages on the console but that's all.
/opt/ti/ccsv5/ccs_base/DebugServer/
/opt/ti/ccsv5/ccs_base/DebugServer/../dvt_3.2.0.201206032146/
JTRACE: GetConnectedCPUNames: channelServer = 0x9aa0dd0
TraceEventHandler()
-- cpuName:
-- channelState: 2
-- stateDescription: Show Trace Control
-- channelInitialized: false
-- canStart: false
-- canResume: false
-- canStop: false
-- canUploadData: false
TraceEventHandler(): Ignoring event (cpuName is empty)
If I try to add a trace point I get the following (expected) message: "Channel error: Receiver is not selected for trace collection. Use Trace Control to select a receiver."Am I hitting a bug. shoud the Trace Control item show a dialog?