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

nrf51822 Minew's Module is not recognized by NRF51DK

Hi guys

I am trying to program a nrf51822 module but it is not recognized by the development kit.

These are the pins that I am using:

image description

image description

image description

image description

I can not see the module with NRFGo on Windows or on linux with Jlink console.

Any idea?

Thanks in advance!

Parents
  • Hi,

    Not sure if I understood correctly your problem but I'm using nRF52 and nRF51 DK boards to flash dozens of custom boards daily and my working set-up through external header P20 is:

    • P20 pin 4 for SWDIO
    • P20 pin 5 for SWDCLK
    • P20 pin 7 for SWD RESET (optional - many designs don't use this and even if they do you can skip it)
    • Powering: P20 pin 1 for 3V3
    • Ground: any GND pin on the DK (not sure if you can use pin 8 from P20, I use pins explicitly saying GND)

    Now key trick: you need to tell to SEGGER J-Link OB (on-board) that it should use P20 neither P19 nor internal connection to nRF5x chip. I do it through simple connection of P20 pins 2 and 3. Again it might work also with other shorts but this is what you are missing I believe.

    Cheers Jan

Reply Children
No Data
Related