Hello CCS experts,
Here is my setup:
- Version: 5.1.0.09000
- uia_1_00_03_25
- bios_6_33_00_19
- ipc_1_23_05_40
- C6000 Code Generation Tools 7.3.2
- COFF ABI
- Device: C6424
Firstly, I get the following warnings:
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
warning: xdc.runtime.Log: "C:/ti/xdctools_3_23_00_32/packages/xdc/runtime/Log.xs", line 168: xdc.runtime.Log idToInfo: Two events with the same id: ti.uia.event
s.UIABenchmark.start and xdc.runtime.Log.L_start share the msg: 'Start: %$S'. You must reconfigure the message of one of these events to ensure its id will be
unique.
warning: xdc.runtime.Log: "C:/ti/xdctools_3_23_00_32/packages/xdc/runtime/Log.xs", line 168: xdc.runtime.Log idToInfo: Two events with the same id: ti.uia.event
s.UIABenchmark.stop and xdc.runtime.Log.L_stop share the msg: 'Stop: %$S'. You must reconfigure the message of one of these events to ensure its id will be uni
que.
warning: xdc.runtime.Log: "C:/ti/xdctools_3_23_00_32/packages/xdc/runtime/Log.xs", line 168: xdc.runtime.Log idToInfo: Two events with the same id: ti.uia.event
s.UIABenchmark.startInstance and xdc.runtime.Log.L_startInstance share the msg: 'StartInstance: %$S'. You must reconfigure the message of one of these events t
o ensure its id will be unique.
warning: xdc.runtime.Log: "C:/ti/xdctools_3_23_00_32/packages/xdc/runtime/Log.xs", line 168: xdc.runtime.Log idToInfo: Two events with the same id: ti.uia.event
s.UIABenchmark.stopInstance and xdc.runtime.Log.L_stopInstance share the msg: 'StopInstance: %$S'. You must reconfigure the message of one of these events to e
nsure its id will be unique.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
If I user versions of SYS/BIOS and XDC that is part of the CCSv5 install (I forget the exact versions...) the warnings go away.
BUT
In either case, the Execution Graph seems flat and bunched up...See attached picture.
I read through the UIA manuals and tried various Diags switches to no effect.
The problem can be reproduced by building the stairstep example for
- ti.platforms.evm6424 and
- LoggingSetup.eventUploadMode = LoggingSetup.UploadMode_SIMULATOR.
A quick turnaround is is greatly appreciated!
Thanks!