I have a TMS570 MCU deve kit (usb stick). I am trying to get some benchmarking information using the emulator. I used the demo program as my baseline and added an additional element to the "switch" statement to call my benchmark code. All runs correctly but I was intending to get timing information by bracketing the benchmart functions with reads of CPU cycles from the emulator via the "clock()" function. It seems like this function always returns a value of 0. Is there any timing or performance monitoring supported? I don't want to invest a huge amount of time in measuring this benchmark.
Thanks in advance
Christopher Noll