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

NRF51822 WLCSP NRF51DK programming

Does the NRF51 DK come with a SWD interface connector-cable to plug into a PCB's SWD port when flashing/programming code into a WLCSP chip soldered onto the PCB? If not, are there any recommendations on which cable to use?

Parents Reply
  • Hi,

    This is much simpler than you think.

    You just need to connect 4 pins in total, that is VTarget (=VDD), SWDIO, SWDCLK, and GND. How you physically connect these 4 pins from the j-link header, for instance using 4 single breadboard wires, 4 vero wires, or a more professional cable from tag-connect is entirely up to you.

    Where the 4 pins are located depends on the actual programmer you are using, you can refer to the documentation for the nRF52-DK or SEGGER j-link, but typically they follow this pin out for historically reason:

    https://www.segger.com/products/debug-probes/j-link/accessories/adapters/9-pin-cortex-m-adapter/ 

    Note that if you are using our nRF52-DK to program external board, you should also connect GND_DETECT to the target board, since that is require to detect that the DK should program a third party board and not the on-board nRF52832.

    Best regards,
    Kenneth

Children
No Data
Related