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 debug uvision in simulation

Hi,
I am using uvision 5 in windows 7 64 bit os. My device is FRDM KL46Z. In my device, i can debug any code. However, in simulation i can not debug. There is not any errors but in assembly line when i proceed with F11, i am trapping to some loop even when i did not reach the main yet. Is there someone who can use debugger with simulation?

Parents
  • A Hard Fault, Exception, or unhandled Interrupt?

    Or perhaps it's waiting for some external input/event?

    You have the code in front of you - nobody else can see it nor knows anything about it or you or your project.

    "Is there someone who can use debugger with simulation?"

    Yes - that is what it's there for!

Reply
  • A Hard Fault, Exception, or unhandled Interrupt?

    Or perhaps it's waiting for some external input/event?

    You have the code in front of you - nobody else can see it nor knows anything about it or you or your project.

    "Is there someone who can use debugger with simulation?"

    Yes - that is what it's there for!

Children