Hi,
I am seeing a bricked device due to the fds_init() returning FDS_ERR_NO_PAGES. After some debugging, I found that all pages are marked as FDS_PAGE_DATA (no FDS_PAGE_SWAP). One of these pages is empty with just FDS_PAGE_TAG_MAGIC and FDS_PAGE_DATA header. We are on SDK 16 with NRF52840.
I did some search and looks like this has been reported many times already, is there a fix we can patch?
Thanks,
-Ray