sparkfun / nRF52832_Breakout

Breakout board for the Nordic nRF52832, a BLE/ANT/2.4GHz, Cortex-M4F SoC.
Other
74 stars 39 forks source link

DFU Serial Instructions #3

Closed boppana113 closed 7 years ago

boppana113 commented 7 years ago

Hi, I am using the Sparfun NRF52 breakout for a project and I want to develop my own PCB with it later. Is there any simple instruction guide on how to burn this specific bootloader program? Is there any specific hardware or software needed?

Thank you.

jimblom commented 7 years ago

I've cleaned up the Makefile, and added a bit more to the bootloader README, which documents how to build the bootloader.

To burn the bootloader onto an nRF52832, you'll need a hardware programmer. I'd recommend grabbing an nRF52832 Development Kit, which can serve as a development platform for the nRF52 as well as a programmer for external chips.

Software tools like nRFgo Studio or Nordic's command-line tools can be used to load code onto the chip.

boppana113 commented 7 years ago

Hi Jimblom. I got the NRF52 DK and the Jlink EDU programmer. I was able to sucessfully program the sparkfun NRF52832 breakout board using Keil (J-link EDU). However, now I can't seem to go back and program through arduino. When I try to burn the bootloader using NRFgo studio and the bootloader hex file "sfe_nrf52832_dfu.hex" found in the repository it fails and gives an output saying:

image

Im not sure how to go around this. Thanks.

arihantdaga commented 6 years ago

@boppana113 I am also stuck with this same thing for long time.. Did u find a solutions for this.. ?