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 ?

Parents Reply
  • I measured SWDCLK pin 3.2 Volts on my custom board. Is this normal ? 

    Edit_1 :I connected  "VDD" of my board to "VTG" of DK.  After this, i connected "GND" of my board to "GND DETECT" of DK(SWDIO and SWDCLK not connected). I measured "VTG" and "GND" on P13 and it is about 2.7 Volts. Also, i measured "VTG" and "GND" of my board and it's about 3.29 Volts.

    I think 2.7 volts is not enough for detecting VDD of my board.

Children
No Data
Related