This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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

Parents
  • The register window contains all this information. The simulator counts the states and calculates the time out of it based on the crystal frequency.

    The number of states can also be listed in the command window by typing
    states <ENTER>.

Reply
  • The register window contains all this information. The simulator counts the states and calculates the time out of it based on the crystal frequency.

    The number of states can also be listed in the command window by typing
    states <ENTER>.

Children