I am using nRF5_SDK_15.2.0_9412b96. I have application data that accumulate in flash but can be thrown away before re-flashing new app image. I am thinking about instead of using the app_data space, storing them in the free space reserved for caching app image in dual-bank update (Bank 1). Then, before the next DFU, the data would be uploaded and Bank 1 space erased, ready for caching DFU image for dual-bank. Any possible side effects?