Part Number: DRA787
Other Parts Discussed in Thread: SYSBIOS
Print the callstack of function is useful for analyse issue.
Such as A function call B function, B function call C function, Can we add code in C function to Print the callstack A-->B-->C ? Which API to use?