Hello there, I am currently working with the nrf51822, trying to use the fstorage libraries, on the mbed compiler. I think my mbed libraries are using the V11 of the SDK based on comparison with the github releases.
Going through the process outlined on the infocenter seems to work, however there is no process outlined for reading the data after it has been stored. A little more searching turned up this thread on the dev-zone, however this code does not seem to work, it compiles correctly, but I try to communicate via serial connection instead of the SEGGER_RTT_printf command and I'm getting no response.
Would anyone have any advice or be able to help with this issue?