Hello Noric expert.
I am stuck with writing data to flash. I am using nordic's nRF51-DK.
My sdk version is 9.0
Could you go over my code ? My code is attached.
I call pstorage_test_store_and_update() function. If pressing button2 , pstorage_load is called.
I tried to write source_data_0[16]={0x33...} but my uart pritf shows different data. When I call pstorage_clear function, my uart printf show 0xff.
I guess it's writing problem in flash. plz. help me.!!!
Thanks in advance.