Other Parts Discussed in Thread: CC2340R5
Tool/software:
Hi team,
Currently I'm working on CC2340R5 device in that we are using NVS memory for read and write data from the nonvolatile memory, but we can write data into the only one after that we tried to write data into the NVS but NVS not accept data more than one times.
Write_data[0] = 0x24; //example
NVS_write(nvsHandle,0, (void *)Write data, 1, NVS_WRITE_POST_VERIFY); // write data into the memory
for read data we are using below function
NVS_read(nvsHandle, 0, (void *)read_data, size);
is there any settings needs to do for write & read data multiple time into the NVS memory.
please suggest any way to shoutout this problem.
SDK : simplelink_lowpower_f3_sdk_8_40_00_61
CCS ver : 12.7
Thanks & regards
Balaji Wankhede
