Dear Code composer studio,
I am noticing that when I use the clock option found under run, clock, enable
that the clock (cycles) that appear in the bottom right corner do not consistently report the same number.
For example, when I single step through every machine level command or if I just press F6 and do a C/C++ level single step, I get two different answers.
The correct answer only seems to occur if I step through every machine (ctrl-shift-f6) instruction. When I do a single step at the c/C++ level I see significantly more cycles occurring.
What is the cause of this, and is there any way to get a consistent measure regardless of how I step through the code.
The other option of setting two break points, and letting it run at full speed between the breakpoints also produces a HIGH cycle count compared to what I get if I painstakingly step through every machine cycle.
Thanks.