Hello,
I'm trying to determine if I can use the Count Event hardware "breakpoint" to determine the number of times a particular piece of code is executed. I'm trying not to add extra lines of code to my program.
I'm essentially looking for if PC == X, increment count.
I'm running on a C6472.
Thanks!