Hello
In order to check how many cycles have elapsed since you started the application check the "CPU Cycles" counter in the Register window. It indicates the number of cycles since you started running the application (or since the last "Clear Cycle Counts" you have performed.
In order to check how many cycles are taken between 2 breakpoints, you can do the following
- Start debugger
- Set your breakpoints
- Run to first breakpoint
- Select "HCS08FCS" -> "Clear Cycle Counter"
- Run till next breakpoint is reached.
The "CPU Cycles" displayed in the Register View displays the number of cycles between the 2
breakpoints.
The simulator allows you to check the value of the memory mapped registers only.
As far as I know you do not have access to the PIN states.
CrasyCat