uwcms / IPMC

University of Wisconsin ZYNQ IPMC
8 stars 5 forks source link

Stack trace on WDT trip #32

Open mpv89 opened 5 years ago

mpv89 commented 5 years ago

Consider adding a stack trace when certain task trips the watchdog timer.

There seems to be no built in functions / library to backtrace while providing a specific stack pointer, so very likely this would need to be implemented from scratch.

Printing the task's program counter, which would be easy, won't yield much info.