We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?