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.
I am writing some part of ADuCM360 program in assembly. I am running at full 16 MHz internal clock. My question is what will be time taken by chip to execute a instruction in assembly for example for a Nop() instruction.
I will appreciate early reply
Thanks and Regards
many have got in trouble with calculating times with pipelined architectures, Gary mentions some cases and every cache miss, for whatever reason, will make your calculations invalid
Erik
The best you can possibly do is state the minimum time of execution.
Can be acceptable for very short and unimportant delays, but probably not much else.