Search found 101 matches

by gray
Tue Feb 12, 2019 7:30 am
Forum: Cortex-M0, M3, M4 and M7
Topic: Call Stack
Replies: 3
Views: 22483

Call Stack

If a run-time error occurs, or a user-trap is triggered, is it possible to get (print, or create/retrieve a data structure such as a linked list) the call stack, ie. the chain of procedure calls that resulted in the trap? Thanks.