在 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 大小,如果可以,最大可以修改到多少?