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

How to time something in uVision2?

I'd like to measure how many instructions occur between successive visits to the same breakpoint. What is the easiest way to do this in uV2?

Parents
  • To get this sort of information, you need a real ICE - this is one of the few points where things like the Cygnal on-chip JTAG debug fall short of a real ICE.
    I have the same limitation using the on-chip JTAG debug of the Triscend E5.

    Refer to the section "µVision2 Restrictions when using Monitor-51" in the uVision Getting Started Guide - the same restrictions apply here

    Perhaps Keil could make these notes more generic in the next revision?

Reply
  • To get this sort of information, you need a real ICE - this is one of the few points where things like the Cygnal on-chip JTAG debug fall short of a real ICE.
    I have the same limitation using the on-chip JTAG debug of the Triscend E5.

    Refer to the section "µVision2 Restrictions when using Monitor-51" in the uVision Getting Started Guide - the same restrictions apply here

    Perhaps Keil could make these notes more generic in the next revision?

Children