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

FDS issues in SDK 11.0.0

I'm using FDS in SDK 11.0.0 on a nRF52832. I was having some trouble with freeing flash storage and after doing some research I came across this post and I applied this patch as suggested there.

I also had to change some calls to the fstorage library as in newer SDKs they take an extra argument. Since in FDS that argument was simply left NULL all the time I simply scrapped it and it seems to work well.

Is there any list of known issues in the FDS library or a comprehensive changelog? I guess the patch should also work in SDK 11.0.0 (and matching s132 soft device), is that right? I can't upgrade to newer SDKs at the very moment so I'd like to know if there are any risks in doing as I did or any other known problems in the library.

Related