ARMmbed/ble

Linker error when using the Nordics Experimental Flash Data Storage API's.

yogeshk19 opened this issue · 1 comments

I am not sure where to Log this issue, My apologies if I have logged this issue here incorrectly, however this is one of the repository related to the Nordic NRF52 platform and so I assumed I can log an issue I am facing with Experimental Flash Data Storage API's. I was told by the Nordic Support team that the FDS API"s are not enabled in mbed and the source for FDS related API's is not present in the mbed-os repository and hence I get the linker error.

here is the original issue I logged in the MBED site.

https://developer.mbed.org/questions/76765/Linker-error-when-using-the-Nordics-Flas/

Also I see that in the targets specific under the mbed-os folder I see the FDS API's and the corresponding .c file present, are these files not compiled part of the online compiler?

https://github.com/ARMmbed/mbed-os/tree/master/targets/TARGET_NORDIC/TARGET_NRF5/sdk/libraries/fds

All I want to do is able to implement a configuration manager, where I can store configuration information on the flash and read it back on boot up on the NRF52 platform.

Thanks,
Yogesh

A fix was suggested on the mbed site, closing this issue.