This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrfjprog supported SWD devices

I'm trying to flash the nrf52832 with a SWD debugger called Atmel Ice. As a reference, I have the Laird BL652 dev board.

I was planning on flasihg the nrf52832 by using the nrfjprog on Linux.

It seems that the Atmel Ice isn't recognized by nrfjprog.

Laird dev board (lists the device):

~$ nrfjprog -i
483019938

Atmel Ice (doesn't list the device):

~$ nrfjprog -i

Does this imply that only Seggers J-link debuggers can be used for flashing the nrf52832?

Related