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.
Does anybody know how I can measure the time between two breakpoints. I am using dscope monitor. Leo
In target mode, if you have any available post pins, simply output a high when you hit onr point in the code, and a low when you hit the next point. You can then use a scope to monitor the line and get an exact measurement. This can be done with as many port pins as you have available. Just remember to remove them, or make them a conditional assembly or compile to prevent shipping the target that way