Search found 102 matches

by gray
Wed Feb 13, 2019 4:22 am
Forum: Cortex-M0, M3, M4 and M7
Topic: Call Stack
Replies: 3
Views: 22668

Re: Call Stack

IMO, that would be a great addition to the debugging toolbox. The location of an error is a good start and mostly helpful for modules of your main controller-logic, but for library modules that are used from different locations, to know what calls lead to an error is crucial. I am also confident tha...
by gray
Tue Feb 12, 2019 7:30 am
Forum: Cortex-M0, M3, M4 and M7
Topic: Call Stack
Replies: 3
Views: 22668

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.