This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

unable to use pstorage to persist data

I'm wrote a simple test to persist data using pstorage.

But I'm unable to load the stored data.

I'm using gcc and debugging with gdb. So I can see that storage_cb_handler is called correctly (op_code = 2, result = 0).

I compile using sdk 5.1 and softdevice 6.0.0

What I'm doing wrong ?

main.c

Parents Reply Children
No Data
Related