Hello,
I just started to work with the TMS320C 6670 by using CCS version 5.3 in Windows 7. I need to measure the execution time of the program. I've tried to use run-clock, set it as clock cycle counter, enable it, and show it. I put breakpoint in the beginning and the end of the main procedure, but when I run and resume the program, the clock, or maybe the program, won't stop on the end of program.
Can you tell me why is it happened? I think maybe because it's due to the scheduling. So that, could you please tell me the right way to measure the clock cycle or the execution time?
Thank's for your help