Message Edited by JamesWorthy on 03-15-200603:22 PM
Hello James,
To find out the actual delay associated with a simple non-interrupt for() loop, it is probably easiest to measure it using the debugger/simulator, with the accumulated cycle count. Just break both before entry to, and after exit from the delay function, and note the cycles difference. Of course, you will still need to ascertain the bus frequency to relate this to a time value.
FLL = frequency lock loop, part of the clock generator module for some MCUs.
Regards,
Mac