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

How to read data by using fstorage

Hii all,

I am working on a project where I need to store data to persistent storage and retrieve back when the board is restart. but now we are migrated to simultaneous central and peripheral role and I found some thing like fstorage and I read this is just like pstorage but efficient than pstorage
So I would like to use this for my operation but its something wondering like when I look at the doc of fstorage we only have fs_store() and fs_erase() but nothing like fs_load(). Can any one suggest me is there any way to do that

I'm using nRF5_SDK_11.0.0_89a8197 Thank you

Related