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.

AM437x项目的ccs函数实现文件



在ccs例程中,我只见到了相关的头文件包含,但是却没有找到相关函数的具体实现。请问函数实现.c文件是在ccs中哪里设置呢?

比如我要使用在pdk_am437x_1_0_14\packages\ti\board\diag\timer\src下有两个文件timer_test.c timer_test.h两个文件

但是其中timer_test.h 文件中有一个  声明extern void CopyVectorTable(void);

请问我改如何找到这个函数的实现文件呢?