Content originally posted in LPCWare by skysat on Sat Jan 18 10:34:07 MST 2014
When I am in an interrupt or exception handler (LPC1769), I seem to be missing most of the stack. The top of the stack is a couple of 0xfffffff8's (what does that mean and where is it documented?). Yes, for an exception, you can look at VECTPC, but that hardly makes for source code debugging. In any case, the full stack is required if you want to answer the question, "How did I get here"? Obviously, the information is available somewhere. So, is there a button to push (wishful thinking)? Or, is there a procedure to follow to trick the debugger into showing the rest of the call stacks?
Randy