'SIGINT' Breakpoints - How to Remove from Debugger?

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

'SIGINT' Breakpoints - How to Remove from Debugger?

1,820 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ajacks504 on Wed Mar 21 06:35:08 MST 2012
Hello,

I'm trying to run the "blinky" example on the LPC1114/302 dev board.  The code is running fine, but I'm having trouble figuring out how to configure the debugger.

Blinky uses the timer system to wake up, ans issues a WFI between wakeups.  I don't have ANY breakpoints set, but every time that debug, I get a breakpoint hit at the WFI because of a 'SIGINT' debugger signal.

Can anyone please tell me how to remove this "signal" or breakpoint from the debugger settings so that the code will just free run?

I've tried the "resume without signal" option, but it still stops at each WFI.

Any help would be greatly appreciated, please see the attached screenshot.

Adam
0 Kudos
Reply
4 Replies

1,753 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Thu Apr 05 12:58:29 MST 2012
Yes. v4.2.2
0 Kudos
Reply

1,753 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by stuartreynolds on Thu Apr 05 10:32:51 MST 2012
I'm also running into this. Is there a solution yet?
0 Kudos
Reply

1,753 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Wed Mar 21 16:17:40 MST 2012
I suspect that you are seeing the problem described here....

http://knowledgebase.nxp.com/showthread.php?t=2979

In the short term, remove the usage of WFI, or else if you have the systick interrupt going off regularly enough - this will prevent the debugger's polling from timing out. [Thus you won't see the problem with any of the systick examples.]

We hope to issue a new release with the WFI issue fixed shortly.

Regards,
CodeRedSupport
0 Kudos
Reply

1,753 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ajacks504 on Wed Mar 21 12:53:44 MST 2012
Maybe this will help people see what I'm asking about.

I just don't want to get "automatic" breakpoints everytime an interrupt happens, how do I do that?
0 Kudos
Reply