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

Programming nrf52810 via nrf52840 DK

Hi everyone,

I made a custom pcb and it has nrf52810. I want to flash it using by nrf52840 DK.

This is my connection ;

My Board(nRF52810) -> nRF52840-DK

SWDIO -> SH_SWDIO  on P20

SWDCLK -> SH_SWDCLK  on P20

VDD -> VTG on P20 

GND -> GND_DETECT  on P20 

My board has it own power supply and i measured the nrf52810 's vdd is 3.2 Volt.

But Keil does not recognize SW Devices. It is detecting J-Link but it can't detect nrf52810

.

I tried to flash blinky example (PCA10040e) but it doesn't work. How can i solve this problem ?

Related