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.

CC2540 SNV数据存储



大家好,我现在使用CC2540F256作为蓝牙模块使用,需要在SNV中存储数据,查了很多帖子都是

#define BLE_NVID_USER_CFG_START         0x80

#define BLE_NVID_USER_CFG_END         0x89

然后使用osal_snv_read();和osal_snv_write();函数进行读写;这样定义使用的,存储空间只有0x80~0xFF这112个字节可以存储,不是说CC2540F256有256K的存储空间吗?是不是我用错了?还有什么方法可以有更大的存储空间可以使用吗?