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.

TI zigbee CC2538 driverlib 源代码 有需要的可以参考参考

Other Parts Discussed in Thread: CC2538

      TI提供了两种方式,一种是直接操作寄存器,一种是提供driverlib,然后给出API,直接调用API,这样开发速度会快很多。SWRU325A.pdf文档提供了相关解释。

      之前总是为Components\driverlib\cc2538\source目录下的各种uart.h、gpio.h等等头文件找不到实现而无法理解相关API,偶尔网上找到了driverlib的源代码。

      driverlib源代码压缩包在附件,需要的可以参考一下。

driverlib.zip