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

Jlink to NRF52

I know this might be a dumb question to you all, I am first time doing this sort of work

How to connect Jlink to NRF52? I need to flash a custom built BLE board with new firmware.

The option that is been provided to me is as below

1: Connect NRF52 To custom board through Pogo pins 2: Connect Jlink to Computer

I do not understand how Jlink talks with NRF52 and updated the Custom Board with out any connection.

Appreciate your help

Parents
  • Have you ever used SEGGER J-Link or any similar JTAG/SWD programmer? You need to locate proper PINs (for nRF5x it typically is SWDCLK, SWDIO, GND and 3V3, other lines like SWO and RESET are usually optional), attach the probe and flash binary (typically intel HEX format or simply BIN) - or binaries - to target by SEGGER or Nordic tools. There are dozens of tutorials on the internet, several pages on Nordic Infocenter, dozen of Q&A on this forum. Please choose one and come back if you have troubles with some particular step.

  • Appreciate your comments, thanks for your help, I have connected the device as per above link. my computer has detected the board and able a D drive. I have dropped my file in that folder . The Nrf52 Board has changed with my program but the 3rd party board has not changed with the program. Can you pls guide me how to revert back the code from Nrf52 Board. And also the steps that I need to follow once I connect the Nrf52 board to 3rd party Board

Reply
  • Appreciate your comments, thanks for your help, I have connected the device as per above link. my computer has detected the board and able a D drive. I have dropped my file in that folder . The Nrf52 Board has changed with my program but the 3rd party board has not changed with the program. Can you pls guide me how to revert back the code from Nrf52 Board. And also the steps that I need to follow once I connect the Nrf52 board to 3rd party Board

Children
No Data
Related