Dear support team,
I wanted to program and debug nrf52840 dongle through an external debugger. For that, I connected the debug out of nrf52840 development kit to the SWD pins on the dongle. When I power up the dongle through USB these things happen:
- Development kit detects that an external target has been connected since it is not able to read the onboard nrf52840
- The external target which is dongle gets into bootloader mode since the red led on the dongle starts blinking
- The development kit is detected on nrfconnect application but the application is not able to read the memory of dongle.
My question is why isn't the nrfconnect application able to read the memory of nrf52840 on dongle? Given all the connections made are correct.
Do I need to erase the bootloader (and set REGOUT0 to 3 V) on nrfdongle to make it readable through development kit?
Let me know if my question is unclear. Hoping for a response.