This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Combining two applications

I want to combine two applications, both of them having two services. One application resides at 0x16000 and other one resides at 0x249f0. I am using softdevice 7.3 and sdk 6. What I wanted to do is that, when I press one button it should to jump to the second application. I combined both applications using the mergehex. If I upload the combined image with nrfjprog, both applications will work fine. But if i upload the firmware using dfu, the second application will not work. Why does the second applications not getting saved properly? How can I upload the merged hex file properly with the dfu?

Related