Hello,
We have a project built for DM648.Now we are evaluating the code execution time.
We found that the program on DM648 runs slower when connected to CCS 3.3 through
JTAG emulator(XDS560 USB).
It is around 30 milisec slow when compared to standalone mode (i.e. when JTAG is not connected).
I have contacted Blackhawk about XDS560 speed and I was told the
delay may be cuased by CCS 3.3 itself.
We are just loading and running the program from CCS(through Run button)
and not using breakpoints or any other Real time debug etc on CCS.
Also tried "Debug->Run Free" and Release (Non-Debug) mode and there was no change.
note:CGT version 6.1.12
In an another post I read about hardware initialization through CCS may consume time but in our case
.tcf files are used for target configuration and I dont think that could cause the delay.
We are calculating the time throug a source code(inbuilt in the project) which outputs the
clock cycles used by the CPU.
We appreciate any inputs on this issue.
Regards.