Hi,
The fstorage library is not available for NCS. Instead, the OS Service "Settings" should be used. (see the last answer of this thread)
In fstorage, it is possible to use the nrf_fstorage_sd backend to use it together with a SoftDevice. In "Settings", there are three storage backends available, one of which is for non-volatile storage, but I couldn't find an answer as to whether it is possible to use this together with a SoftDevice or where this would be handled.
So my question is, is it possible to use "Settings" in conjunction with a SoftDevice and if yes, where does the appropriate backend (or similar) gets chosen?
Thank you in advance!