Hi,
Is there a way to generate stack trace?
I tried to use backtrace but there does not seem to be a header file for it.
My intention is to save the stack trace in flash memory.
/Per
backtrace
Re: backtrace
Take a look at the smart trap code.
nburn\system\smarttrap
It only works in release mode, but it provides stack traces for all tasks on a fault.
PAul
nburn\system\smarttrap
It only works in release mode, but it provides stack traces for all tasks on a fault.
PAul