Hi,
I have disabled the reset functionality of SW5 on nrf52840 PDK by giving the following command
" ./nrfjprog --recover -f" as it is mentioned in PDK document. Now I have to make it reset functional. How can I do? Need help.
regards, jayaram
Jayaram,
Have you tried "nrfjprog -f NRF52 -r"?
Darren, Yes I tried and it is working. I forgot to update here. Thank you very much.