I am using C2802x wth CCS 6.1.00104. Sometime ago I was somehow able to set a break point on a line of code that would count the number of times execution of that LoC occurred. Now I need to use the same functionality again but am unable to figure out how to do this.
Am I imagining this functionality, or is there some method of doing it?
Thanks, T.
P.S. I've tried adding "Count Event" points and "Data Access Count" points without achieving the intended result. The Count Event only seems to count clock cycles between CPU halts and setting a Data Access Count to count reads from the address (in flash) of the function call on the LoC doesn't seem to do anything at all.