nRF52-fds-example icon indicating copy to clipboard operation
nRF52-fds-example copied to clipboard

Simple example for Flash Data Storage

Results 3 nRF52-fds-example issues
Sort by recently updated
recently updated
newest added

Using the exact code, I am able to get the callbacks for the init only, but **not for the write**. Using your code I get my log : ``` :INFO:STARTED...

Hi, In the example project I see that the optimization is set to zero and no time optimization. When I set it to 3 and with time optimization reading from...

Hi, I have tested the FDS part of this code on nrf51/SDK11. I found it needs the volatile keyword to write_flag declaration in order to work, otherwise the flag is...