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

FDS and softdevice SDK14

Hello,

I'm using the SDK 14 and the FDS library.

I'm a bit confused about one thing : FDS uses Flash Storage to write to flash. Since SDK14 Flash Storage can work with the softdevice flash API regardless of its status enabled or disabled. But in the documentation, the usage section of FDS specify that we need to initialize the softdevice first. And the nfc writable_ndef_msg example does initialize the softdevice first.

So do you confirm that we need to initialize the softdevice before using FDS ? If yes what is the reason behind ? I've tested FDS without enabling the softdevice and it seemed to work fine.

Thanks

Guillaume

Related