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.

如何寻找SKD样例中某些函数对应的.C文件



我刚接触TI的DSP,使用搭载M4379芯片的开发板进行GPIO调试

我下载了TI的SDK,里面有很多例子,当想知道某些函数的处理时,执行Link到.H文件的函数定义,无法寻找到具体的.C文件,我想看看函数内部具体是怎么处理的,我应该如何寻找我使用的函数对应的.C文件?

比如我使用SDK中的motor_control_AM437x_arm样例软件包,

里面的taskFxn中进行性了GPIO初始化‘GPIO_init();’

我想查看    GPIO_init();这个函数的具体处理内容,但是在工程中只能找到这个函数对应的定义(.H),无法找到声明(.C)