LPCxpresso V7 debugging stuck in cr_startup_lpc11xx.cpp, couldn't move on

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPCxpresso V7 debugging stuck in cr_startup_lpc11xx.cpp, couldn't move on

290 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by adam515 on Fri Jan 09 13:25:49 MST 2015
Hi, I am a new user, when I was doing the debug, the "current instructor pointer" is always point to the point shown in the attached figure, and never move on.
So, I can only run my main code once and get on set of results, if I want to refresh the results, I need to reset the debug.
What would be the problem? Please someone tell me, thank you so much!
0 Kudos
Reply
2 Replies

259 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by adam515 on Fri Jan 09 13:54:15 MST 2015

Yes, you are right.

Thank you so much for your help.
0 Kudos
Reply

259 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by R2D2 on Fri Jan 09 13:33:06 MST 2015
Looks like your code is a simple loop  :)

In your disassembly window you'll see that your program is executing only one line...

If you want to see some change, add a (volatile) counter  ...
0 Kudos
Reply