• Real time 'times' and clock cycles
    When running within the Keil simulator, how can one find out the number of clock cycles which have occured since simulation start and/or the absolute 'real time' of the simulation? TIA
  • Cortex-M3: clock cycles counter
    Hi folks, I'm trying to do some sort of profiling for the Cortex-M3 on the MCBSTM32C board. In particular, I have to establish how many clock cycles are needed for the execution of a specific algorithm...
  • LSL instruction (number of clock cycles)
    Hi, Please can you let me know how many clock cycles will the following instruction take in Cortex M3 core? lsl r0, r1, #12 Will this take 12 clock cycles? Thanks very much. Regards...
  • Get clock cycle number from debugger
    I am setting up an automated testing program and I have data sets of the expected memory values for specific times given in terms of clock cycles. In other words, I would like to set a breakpoint for...
  • Number of clock cycles in the execution of "SysCtlDelay" in the simulator.
    In the SysCtlDelay documentation, you can read "The loop takes 3 cycles / loop." In simulator, it takes 4 cycles / loop. I'm wrong?