Page 1 of 1

nvs partition generator read and write

Posted: Thu Dec 13, 2018 10:24 am
by vinayakk28
HI,

I want to read data from bin file generated from nvs_partition_generator.py, below is the data in sample.csv file

key,type,encoding,value
dummyU16Key,data,u16,1234567

I have generated sample.bin file as per nvs_partition_generator.py sample.csv sample.bin command.

I am using /esp-idf/example/storage/nvs_rw_value example code to read the value from sample.bin.

At which address do I need to flash sample.bin file? How can I access the value from sample.bin?


Best Regards
Vinayak