Hello,
We want to use the flash to store two types of information: application configuration settings (which should be protected during DFU) and temporary data (which can be erased during DFU). Since the bootloader sdk_config settings specifies a number of pages to protect during DFU, we will need to store the temporary data in a different flash segment from the application configuration setting. Is it possible to declare two different segments (or instances) of the Flash Data Storage; one for application data, and one for temporary data?
We have found an another user who also ran into this issue, but there was no resolution: https://devzone.nordicsemi.com/f/nordic-q-a/51225/using-fds-flash-storage-for-user-settings-as-well-as-for-dfu/205718#205718
Thank you.