Can nRF52840 Dongle be reset using a button?

After uploading code to the nRF52840 DK, the code can be restarted by pressing the RESET (sw5) button. However, pressing RESET on the Dongle, seem to wipe out the code, or get the dongle ready to be reprogrammed. Is that correct? Is there another button that I'm not seeing on the dongle that will restarted it?

As a secondary question, I'll be happy to get my terminology correct. What exactly pressing RESET on the dongle is doing?

Parents Reply Children
  • Normally the Dongle Bootloader used together with the nRF Connect for Desktop app will normally release the bootloader and start the application directly after programming. This can be seen as you get an error message in log output in nRF Connect for Desktop as it loses the USB connection with the bootloader as soon as the main application is started.

    This is achieved by sending a command over the USB interface so if you are using command line you will have to add this to you commands. I don't remember which command but expect a soft reset will do the trick.

Related