Page 1 of 1

Stack trace of main thread?

Posted: Sun Dec 08, 2019 11:44 am
by rosenbp
Hi all,
When calling `abort()` a stack trace is printed.
I implement a library that checks, that its tasks do not run too long with using a timer interrupt. When the interrupt occurs, the task has run too long.
Is it possible, to log the stack trace of the main thread instead of the stack trace of the interrupt in this case?
Thanks for help, cheers.