I am wanting to try out the COAP examples in the thread and zigbee 2.0 SDK on the NRF52840 Dongle. However, I am failing to to get it working. The original makefile would create a hex file that refused to be flashed to the dongle via the programmer app. I then thought to change the linker script of the makefile to /openthread_nrf82840_boodloader.ld. This fixed the issue of the hex file not being able to get flashed to the dongle but then the dongle would become unrecognisable to the PC.
What do I need to change so that the Thread COAP examples will work with the NRF52840 dongle?
Thanks.