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

Firmware update question

Hi all,

Is there a way to change the UART pins configuration to bypass the segger jlink debugger on the nRF51/52 devices? I would like NOT to use this debugger chip for budget device strategy.

Thanks in advance and best regards.

Parents Reply
  • The nRF52 SoC does not include the JLink OB. You must be thinking about the PCA10040 DK which is nRF52 + mBed with JLink OB. To load the softdevice into the nRF52 you need to expose the SWD and SWDCLK pins in your custom board so that you can connect your own Segger JLink flasher to it; or investigate using a bootloader so that you can perform OTA device firmware upgrade later on.

Children
No Data
Related