Hello,
I've wrote a script collecting traces in CCSv4.
Now I have CCSv5 and I execute the same script. On CCSv4 this script was working. I could collect traces to BIN file and then convert it to TDF file.
Everythink seems to be working the same, until I want to write collected traces to BIN file.
After calling this method :
traceChannel.getBinaryTraceData("C:\\out_file.bin")
I got this error:
The system cannot find the file specified. |
Line 270 in tracePod_profiling.js is the getBinaryTraceData command.
All execution path is similar as in [go_live_trace_profiling] example.