Content originally posted in LPCWare by ArtjomGromak on Sat Sep 15 09:45:28 MST 2012 Can LPCXpresso connect to working program (lpc1114) without reseting MCU? For example, I want to see HardFault exception address in working program. Can I do this?
I tried, but it's not work. How I do it: 1) Start debbuger with Load image = true. 2) Press Resume button 3) Press Terminate button
Program in LPC11 continue work (led blink 1 time in 2 second)
4) Start debugger with Load image = false. 5) Press Suspend button. No I can see all global variables. It's correct. But I can't continue execution: Interrupts and program not work.