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

debugger disconnection problem

Hello,
I use ULINK2 & uVision4 Tool
I found that uVision4 exited from debug mode abnormally and due to that problem, I didn't debug my code.
So, I want to know when the debug mode is disconneted

Parents
  • I tried to answer this earlier but the site went all wobbly on me.

    Make sure you are NOT putting the unspecified device into a low-power or sleep mode that turns off the processor and/or it's clocks. Check if there is any debug specific features in your implementation you can turn on/off to assist in debugging through such transitions.

Reply
  • I tried to answer this earlier but the site went all wobbly on me.

    Make sure you are NOT putting the unspecified device into a low-power or sleep mode that turns off the processor and/or it's clocks. Check if there is any debug specific features in your implementation you can turn on/off to assist in debugging through such transitions.

Children