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 Customer NV Items

Other Parts Discussed in Thread: CC2640, CC2650

在 SimpleLink™ Bluetooth® low energy CC2640 wireless MCU Software Developer's Guide 操作手册上面看到如下信息:

// Customer NV Items - Range  0x80 - 0x8F - This must match the number of Bonding entries

#define BLE_NVID_CUST_START             0x80  //!< Start of the Customer's NV IDs

#define BLE_NVID_CUST_END               0x8F  //!< End of the Customer's NV IDs

从上面的意思是,我们想存数据到 Flash ,只能用到 16 个字节吗?

还是说可以自己修改 BLE_NVID_CUST_END 大小,如果可以,最大可以修改到多少?