I have follow the nordic documentation but I can not get the blinky example on the dongle nRF52840
I have follow the nordic documentation but I can not get the blinky example on the dongle nRF52840
Thanks
I have the dongle from minew, with nRF52840 chip.
this the error on nRFconnect writing the hex file from SDK
Thanks
I have the dongle from minew, with nRF52840 chip.
this the error on nRFconnect writing the hex file from SDK
First, it seems like you are trying to flash data, that has overlapping regions. Which means, your hex file(s) describe the content of single flash byte at least two times.
Second, to be able to use nrf connect to flash new firmware onto the dongle, without a SWD adapter, there have to be a suitable bootloader on it. You can either use tag connect cable to connect your dongle to a SWD adapter (your first picture) or you have to lookup the documentation for your dongle, if there is already a bootloader and how to use it.