I got this nRF52832 Breakout Board from Sparkfun and the nRF52832 Hardware DK, I followed the instructions on the page of how to hookup the boards in order to flash the Breakout Board. I tried uploading a simple Blink and the Breaout Board stopped working, I just can the the power led on, reseting the device with the buttons on the board doesn't work.
Also, when I try to reset it or to burn the bootloader I get this error: (Find attached the log file)
ERROR: JLinkARM DLL reported an error. Try again. If error condition
ERROR: persists, run the same command again with argument --log, contact Nordic
ERROR: Semiconductor and provide the generated log.log file to them.
This are the pins I'm using, explained at the bottom of this page https://learn.sparkfun.com/tutorials/nrf52832-breakout-board-hookup-guide
nRF52832 Hardware Development Kit | nRF52832 Breakout Board |
---|---|
VDD nRF | NC |
VDD | NC |
VTG | 3.3V |
SWDIO | D |
SWDCLK | C |
SWO | NC |
RESET | RST |
GND | GND |
To reset the Breakout board I'm using:
nrfjprog --family NRF52 --reset
And to burn the uploader I'm using:
nrfjprog --reset --program "sfe_nrf52832_dfu.hex"