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.
The frame pointer of the stack frame. With the FP I can backtrace the stack. Any suggestions on alternative methods?