请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
部件号:CC1310 您好,
我尝试了带有TI-RTOS的cc1310,WOR-RX的代码大小为23KB,我尝试了无RTOS示例以减少代码大小,代码大小为24Kb。
如果没有TI-RTOS,代码将比TI-RTOS更大,这是怎么可能的?
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.
Shaowei:CC1310-LAUNCHLL.c文件
具有以下部分:
/* =================================== NVS =========================== */ #include <ti/drivers/NVS.h> #include <ti/drivers/NVS/NVSSPI25X.h> #include <ti/drivers/NVS/NVSCC26XX.h>
如果示例不使用SPI或NVS驱动程序,请注释掉此部分。 这些示例是通用的,即它们的主要重点是显示如何使用芯片上的一个或多个功能,但不优化所有参数的代码