We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
I work with cortex M3-Microcontroller (LPC1768) and I want to know how much clock has a loop (for)
for(i=0;i<1;i++);
Thanks
It depends.
But you can easily find out:
Beware that any optimising compiler is liable to optimise-out any "useless" loops ...