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

how to flash hex file in nrf51822 module using nrf51 development kit

hi, i have nrf8122 module image description. want to flash a hex file in it by using nrf51 development kit. is it possible to flash code in the nrf51822 module. other wise please provide other possibilities.

Parents
  • You can use the P20 header for programming an external target. You can consult the image for the pinout of this header.

    SH_GND_DETECT must be at GND, and SH_VTG at VDD (1.8V). You can get these from pins on P13. Then just connect the SWDIO and SWDCLK to the SWDIO and SWDCLK of the target board, connect ground, and VDD if required.

    Thereafter you can simply use the upload features from Keil, or nRF Go Studio, or JLink tools, the same way as you would program the target on the DK.

    You can refer to this excellent blog, if you need more help. electronut.in/.../

    nRF DK External target

Reply
  • You can use the P20 header for programming an external target. You can consult the image for the pinout of this header.

    SH_GND_DETECT must be at GND, and SH_VTG at VDD (1.8V). You can get these from pins on P13. Then just connect the SWDIO and SWDCLK to the SWDIO and SWDCLK of the target board, connect ground, and VDD if required.

    Thereafter you can simply use the upload features from Keil, or nRF Go Studio, or JLink tools, the same way as you would program the target on the DK.

    You can refer to this excellent blog, if you need more help. electronut.in/.../

    nRF DK External target

Children
No Data
Related