Hello,
Using the CCS profile clock to check execution time of code, shows that there are a lot of cycles needed per instruction
What do I miss?
CMP R12, #0
Breakpoint on this instruction -> reset profileclock -> "Assembly step into" -> Clock has 21 cycles
Or:
ADD R12, R12, #1
--> 17 cycles
Is this really true?
Code runs from flash
Thank you for your opinion.
Roger