• Measuring the real execution time
    Hello, I would like to measure the execution time of a communication over the CAN bus between two Infineon XC16x boards. How can I do it with Keil, since the performance analyzer is available only in...
  • measuring execution time
    I want to evaluate time of function execution in simulator. This function (void abc() for example) is called from external interrupt routine. I have done some tests and got different results: 1 test...
  • Timing measurement in Keil
    My question is about timing measurement when I run a program in Keil simulation. When the program accesses different type of memory modules(RAM, ROM, EEPROM), does the timing measurement takes into account...
  • Time measurement with Debugger ??
    Hallo, can someone tell me please, how i can measure the execution speed e.g. for delay routines between breakpoints with the µVision 2 Debugger. greetings markus.laibach
  • Measure Time complexity ?
    Think it is some basic question. I have one ARM7TDMI [LPC 2138] controller operating on 12 MHz clock freq. Suppose I have my programe performing 10 Lac comparisons, in one operation [function...