Part Number: TMS320F2808
Other Parts Discussed in Thread: TMS320F28335,
Tool/software: Code Composer Studio
I've previously used the profile clock with a TMS320F28335 and CCS v5 with no problems. Sometimes using the Menu: Run->Clock commands, or sometimes via the Scripting Console with activeDS.clock.enable() / activeDS.clock.read() / activeDS.clock.reset().
I am now using a TMS320F2808 and CCS v8.3.0 (on Windows 10, 64-bit), and it works erratically. Sometimes OK, but sometimes the clock count won't increase. I'm stepping over a function that sometimes reports ~20000 counts, but I keep getting an increase of 0 or 1. The function is certainly working, as I can see its effect (and a function call takes more than 0 clocks!).
Is there an issue with the clock? Or am I not doing something I should?
Regards, Giles