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.
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 various times (Tclk), at which the testing script will read the relevant data memory location to be compared with the expected value. Is there a way to easily acquire the current clock cycle number from the debugger?