• Execution Time
    Hello, I want to determine execution time required for a function which executes when a serial interrupt occurs. I am using Keil C compiler for it. Can anybody tell me procedure for the same. Regards...
  • Execution time
    Hi my end-of-studies project consist of implementing a bls code on an ARM based FPGA (Cortex m0) the main goal of the implementation is to create an accelerator within the code to minimize the execution...
  • code execute time measurement in keil
    Hi keil, Recently I find a strong function in MDK-5 that I can measure the codes execution time by using t1 and t2 in the bottom right corner in debug mode of the emulation,but I find out that there...
  • 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...
  • Calculating Execution Time
    Dear Sir, Im a begginer for a assembly program like this in keil, Mov R0,#10 ----> 480ns Mov R1,#20 ----> 960ns Mov a,R0 ----> 1440ns Add a,R1 ----> 1920ns Mov R2,a ----> 2400ns Mov a,R1...