• Execution Time calculator.
    Friends, Is there any way to calculate the time of execution for a piece of 8051 Assembly Code ? .Say for example I am having a 8051 delay loop in assembly code.I just want to find out how much time...
  • Minimize execution time of CRC calculation
    Hello, I am using AT89C51RD2 as a target processor operates on 11.0592MHz crystal oscillator. In my application I get command through serial port.It supports two checksum alogorithms one is standard...
  • timing calculation
    can you please send me / explain "C51 Version 7 Operation Timings" calculation formulla which relates crystal frequency and clock divider.
  • how to calculate total execution time of a function
    I am writing a simple RTOS i have some tasks the works with different frequencies and priorities each task is represented by a function void f1(void),..etc. f1 is higher priority than f2 and it interrupt...
  • How do I calculate the execution time for a program?
    Hello, I use a LPC2148(arm7) in uVision Keil Mdk. I get the dis-assembly listing when I compile any code.Suppose if I want to calculate the execution time for the code, one way is to find the number...