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

JLINKk programming header w/ tag connect

Hello,

We want to use the J-Link Needle Adapter for nRF51822

The attached (capture.jpg) is the pinout from the J-Link Needle Adapter datasheet.

the attached (capture2.jpg) is how I intend to connect.

questios:

  1. do I connect the nReset to pin10 (also SWDIO)?
  2. does SWCLK need 100k pull down (I read elsewhere from JLINK)?
  3. should I power board during programming? operate at 2.5V?

www.segger.com/jlink-needle-adapter.html

will this be able to program OTA?

thanks,

Capture.JPG

Capture2.JPG

Parents
  • I have a design using the TagConnect TC2030-CTX with the Segger JLink Lite (included in the Nordic Dev Kit) and the NRf51822. It seems to work ok. Addressing your specific questions:

    No, I have not found nReset to be needed. I believe the NRF51822 uses the SWDCLK line for reset (making it somewhat non-standard). I'm using only the 12k resistor on SWDCLK as recommended by Nordic. Yes, I power the board externally during programming, but with 3.3V. I'm not sure about 2.5V. The power pin (1) to the Segger is for voltage reference and does not supply power from the programmer to the chip.

    I use the pinout: 1: Power 2: SWDIO 4: SWDCLK 5: GND

    Hope this helps!

Reply
  • I have a design using the TagConnect TC2030-CTX with the Segger JLink Lite (included in the Nordic Dev Kit) and the NRf51822. It seems to work ok. Addressing your specific questions:

    No, I have not found nReset to be needed. I believe the NRF51822 uses the SWDCLK line for reset (making it somewhat non-standard). I'm using only the 12k resistor on SWDCLK as recommended by Nordic. Yes, I power the board externally during programming, but with 3.3V. I'm not sure about 2.5V. The power pin (1) to the Segger is for voltage reference and does not supply power from the programmer to the chip.

    I use the pinout: 1: Power 2: SWDIO 4: SWDCLK 5: GND

    Hope this helps!

Children
Related