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

Time measurement in DScope

Does anybody know how I can measure the time between two breakpoints. I am using dscope monitor.

Leo

Parents
  • 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

Reply
  • 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

Children
No data