Hi all,
Any idea how to perform ARM stack unwinding since cortex-m3 does not have frame pointer? Compiler used is ARMCC. Thanks in advance.
What is it you think the Cortex-M3 is missing that makes it hard for you to program it?
The frame pointer of the stack frame. With the FP I can backtrace the stack. Any suggestions on alternative methods?