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 will become zero value after Power off=>Power ON

Part Number: CC2640R2F
Other Parts Discussed in Thread: BLE-STACK

Hi All,

I use SNV to write some parameter, it is work on power on state by write and read function.

but SNV will become zero value after Power off => Power on,

My setting

1. OSAL_SNV = 2

2. #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

thank you.