主题中讨论的其他器件:CC2640
您好!
我的客户正在使用 cc2640 simple_np、但现在他们要将代码移植到 cc2652。
但在 CC26x2 SDK 中、没有 simple_np、而在 cc26x2 SDK 中、sdk/source/ti/内没有 blestack
有人可以告诉我们如何将 simple_np 从 cc2640迁移到 cc26x2?
谢谢。
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.
您好!
CC2640是 BLE 器件、CC26X2是 BLE5器件。 simple_np 项目是 BLE 项目、因此它不存在于 CC26X2 SDK 中。 要移植 CC2640项目、您需要进行一些移植工作。 在 CC26X2 SDK 上运行 CC2640项目时、记录最详尽的方法是遵循以下链接的指南:
之后、您可以使用 下一页中的移植指南将项目安装到最新的 SDK 中: https://dev.ti.com/tirex/explore/node?node=AJoqFs6I99JzMrlF.9iElA__pTTHBmu__LATEST
但是、如果目的是在 CC26X2上安装网络处理项目、则可能值得研究 用于实现网络处理器功能并存在于最新 CC26X2 SDK 中的 host_test 项目。
此致、
1月