nRF52, S132, SDK13.
I need flash two .hex files. One- firmware, second- data. It flashed on a factory. data- veans serial number and other personal chips info. Now I can separate those files and merged first like discribed: devzone.nordicsemi.com/.../
and merged with bootloader. After I can flash via nrf go studio second file with personal data. All works fine. But If I flash app_dfu_package.zip (prepared for first file) by DFU, nRF doesn't work more. I need flash app_dfu_package.zip and don't erase second file. How can I do it?