We're using nRF5 SDK v16.0.0, FreeRTOS, SoftDevice on nRF52832.
We plan on having two applications in flash. We want both applications to be able to access (read/write) shared data. My question is, if we initialize FDS module in both applications, will the FDS module automatically load the FDS pages from the same flash area, or will the applications attempt to use different areas? Is there anything special that needs to be done so that the FDS module will load the files from the same flash pages?