Program dies upon continuing from a breakpoint

digitalwiz wrote on Thursday, September 01, 2016:

I have a very simple two task program running on a LPCXpresso LPC1769 under LPCXpresso v8.2.0. If I run the program with no breakpoints, or if breakpoints are disabled, it runs fine. But if it takes the breakpoint, then upon resuming the program dies with this message:
Thread #1 1 (runnable) (Suspended : Signal : SIGSTOP:Stopped (signal))
0xffffffff

I’m guessing I’m missing some configuration option.

TIA, Doug

rtel wrote on Thursday, September 01, 2016:

Hi Doug. You might get better answers posting this to the LPCXpresso
forum as I think it is probably tools related rather than FreeRTOS
related. Perhaps a timer or clock or continuing to run while the
processor itself is stopped (just guessing!).