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.

CC2640R2F: SNV IDs available to customers

Part Number: CC2640R2F

Hi folks,

Can I change the number of IDs available to customers?

For example, in bcomdef,h file the usable SNV IDs available to customers is defined like this:

// 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

I would like to increase the number of IDs available to customers for:

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

Any help is much appreciate.

Thanks in advanced.