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

SWD JTag to a Sparkfun nRF52832

Hi

I have gotten a Nordic PCA10040 hooked up to a Sparkfun nRF52832 as described near the bottom of the page here: learn.sparkfun.com/.../nrf52832-breakout-board-hookup-guide (Resources and Going Further).

I have also got a working build environment and debugging working using Eclipse and the GNU Arm Eclipse Plugin via this tutorial (which BTW was incredible helpful). I am able to build, deploy and debug.

What I would like to do is be able to build, deploy and debug on the Sparkfun breakout board listed above. Are there any tutorials regarding this ?

Thanks

J

Parents
  • nrfjprog -i gives you serial number of SEGGER J-Link OB chip/license, that will be always the same. I suggest to use something like nrfjprog --memrd 0x10000060 --n 8 -f NRF52 which should print-out 64-bit (8B) DEVICEID aka chip serial number. If you do it without Sparkfun connected then you get S/N of nRF52 on DK board, if you connected Sparkfun board then you get S/N of that chip, they must be different.

Reply
  • nrfjprog -i gives you serial number of SEGGER J-Link OB chip/license, that will be always the same. I suggest to use something like nrfjprog --memrd 0x10000060 --n 8 -f NRF52 which should print-out 64-bit (8B) DEVICEID aka chip serial number. If you do it without Sparkfun connected then you get S/N of nRF52 on DK board, if you connected Sparkfun board then you get S/N of that chip, they must be different.

Children
Related