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
  • I looked at Sparkfun's schematic and it seems the blue LED is sunk, and is on GPIO 7. If you are using the Nordic blink example, as endnote said earlier, you might need to define a custom_board.h that configures Nordic's "LED" macros, i.e. define that their macro call LED[0] refers to GPIO 7. Maybe you already did that. I can provide more details.

Reply
  • I looked at Sparkfun's schematic and it seems the blue LED is sunk, and is on GPIO 7. If you are using the Nordic blink example, as endnote said earlier, you might need to define a custom_board.h that configures Nordic's "LED" macros, i.e. define that their macro call LED[0] refers to GPIO 7. Maybe you already did that. I can provide more details.

Children
No Data
Related