Hello to everyone, I have a nrf52840 dk device running Zephyr RTOS. I have flash an app to the start address 0x00 and a second app to 0x2000 address. While I am pressing a button from the first app I can jump to second app which runs ok. My question is how to update the start address to the address of the second firmware (0x2000)? Thus the second app will start on the reset. At this time the on reset the first app is booting.