Hi,
Now I'm using nRF52 SDK v12 and S132, I have some data(about 300 bytes)need to write to the flash. I have seen the fstorage but I donn't know how to use it. Could anyone give me some advice? Thanks.
Hi,
Now I'm using nRF52 SDK v12 and S132, I have some data(about 300 bytes)need to write to the flash. I have seen the fstorage but I donn't know how to use it. Could anyone give me some advice? Thanks.
Are you sure you want to use fstorage for that? Depending on what you need to do with the data, you might want to use another library (for instance, if you need to update it).
I would suggest you check out Flash Data Storage (fds) first: infocenter.nordicsemi.com/index.jsp
See the usage section in particular.
Hi
Here is an fstorage example for SDK 12 and S132 v3. It logs results on UART with NRF Logger, 115,200 BAUD, 8N1, flow control enabled.