We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
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>.
Thanks - perfect! ;-)