Content originally posted in LPCWare by caprock on Sun Apr 18 15:37:16 MST 2010
While working with the very basic Blinky process (1343), it seems as though the breakpoints are not 'sticky. What this means is that a set breakpoint will stop only one time even while the BP shows enabled.
For example, if I set a BP on the gpio that turns the led on, I get the break for the first time thru but no others; the code continues to blink.
If I then break into the code and do a 'Run To' the process fails with an exception.
I have tried this with three different programs, blinky, systick & timer32 and all seem to have the same behaviour.
Perhaps I am misunderstanding Breakpoints: are they supposed to be sticky (re-programmed for each Run condition)?
Is there an Action that needs to be set to re-enable the bp?