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.

TMS320C6678: 关于函数如何调用的问题

Part Number: TMS320C6678


如题,在DSP程序运行过程中调用一个函数的时候,首先系统保存当前堆栈信息,再进行跳转。

那么有个问题,调用函数是不是就是跳转到函数的首地址?系统是如何知道被调用函数的实际run的地址的?