Other Parts Discussed in Thread: MSP-FET
Tool/software: Code Composer Studio
I'm trying to use Code Composer to count clock cycles between breakpoints.
I've tried enabling the Profile Clock by clicking on "Run->Clock->Enable", but the clock always shows "0", and enabling the clock prevents me from being able to re-load code. I need to disconnect, reconnect, disable the clock, disconnect, then reconnect again before I can reload.
I found this article on clock counting: software-dl.ti.com/.../ccsv7_counting_cycles.html
The problem is when I click on the down arrow next to the "new breakpoint" button I don't see "count event" in the list of choices, I only see "Breakpoint", "Hardware Breakpoint", "Profile Control Point", "Watchpoint (read or write)", "Watchpoint with data". I do not see "count event".
What's the best way to count cycles between breakpoints on my setup? Thanks.

