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