Hello
SDK = ver 17
DK = nRF52
Using Peer manager for writing peer data in flash and FDS to store app settings in flash.
1. They both share the same spcase in flash, defined by FDS_VIRTUAL_PAGES?
2. Must I handle GC for both cases (Peer manager and FDS)? The PM_EVT_STORAGE_FULL event covers only PM?
3. When GC runs covers both PM and FDS
3. Writes in both cases is asychronus. So can I use PM and FDS in the same time or should I wait ?
Dimitris