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.
你好,
在CC2640R2F的SDK中,有PIN.h这样一个文件。
文件中有宏定义和一些外部函数声明,
例如以下外部函数声明。
extern PIN_Status PIN_init(const PIN_Config aPinCfg[]);
extern PIN_Handle PIN_open(PIN_State* pState, const PIN_Config aPinList[])
在整个PIN.h并没有PIN.c这样的文件包含以上函数的实体,
也尝试搜索整个工程项目,也没有这些函数的实体,
请问这些函数的实体是在哪里?
或者说这些函数是被封装在,.lib这样的函数集成库中;
抑或是已经在芯片出厂时被封装在ROM中呢?