This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: Can i imitate the method of obtaining task callstack by xdc to implement C's API?

Part Number: TDA4VM

Hi everyone:

     I found the getCallStack $ view interface in the tasksupport.xs file of bios_6_76_03_01, it seems to be the function to get the callstack for XDC.

     This principle is very simple, but I am not clear about the principle of xdc. I want to know if I can use the same principle to implement a set of C interfaces, and print the callstack when we need. thank you!!!