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.

CC2650的库函数,必须在CCS里面下载吗?

Other Parts Discussed in Thread: CC2650

有没有独立的库函数下载包?

我在CC2650主页下载的软件包,里的库函数跟手册里的命名不一致。是不是还有一套库函数?

比如我下载的头文件中有

void GPIODirModeSet(unsigned long ulPort, unsigned char ucPins,unsigned long ulPinIO);

而手册中介绍的内容有

#include<driverlib/aon_ioc.h>

IOCPortConfigureSet(IOIDn, IOC_PORT_AON_CLK32K, IOC_STD_OUTPUT);

很奇怪,我在C:\TI\BleToWifiGateway_1.0.0\src\driverlib里面根本没有看到这个头文件。