Hi,
I have been working with the nRF52840-DK and the dongle for some time with OpenThread and it works great. I have now built a mesh application which I want to run on the dongle. The application works well on the development kits, but I am not able to upload it to the dongle and debug it. As with the OpenThread application I am connecting the dongle through the Debug Out pins on the DK to the pins on the dongle's backside. When I connect to the DK through JLINK in SEGGER and erase the chip, the application on the dongle is apparently not being erased. When I thereafter try to debug or download the hex, I am stopped by a vector catch and disassembly only shows zeros.
In the .emProject file, which is a copied version from the one for the DK, I have changed PCA10056 to PCA10059 and added master boot recorder $(SDK_ROOT:../../../../nRF5_SDK_15.2.0_9412b96)/components/softdevice/mbr/nrf52840/hex/mbr_nrf52_2.3.0_mbr.hex alongside the softdevice to the debug_additional_load_file configuration. I have not done any changes to the placement macros as I would do with OpenThread.
Do you have any tips on how to make it work? I am using Mesh SDK 3.1.0 and nRF5_SDK_15.2.0.
Regards,
Kristian