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.