Programming custom NRF52832 board using NRF52-DK, updated supply PIN-Assignment

Hi,

looking through many Posts regarding this topic, i recognized the wiring and labels of the nRF52 DK has changed.

GND is explicitly on the P20 Header anymore.

-nRF52 DK is supplied via USB

-custom board supplied by external power supply, 3.0V

My (nrf52832 custom board) has an explicit SWD Header, compatible to the nrf52 DK: VCC-1, RESET-2, SWD-3, SWDCLK-4, SWDIO-5, GND-6.

VS Code recognized the nRf52 DK, that's fine, but doesn't recognize or provide  my external board (for flashing) yet. Question:

What Voltage should be supplied on VTG (Pin 3) by the custom Board? I would assume 3.3V as is many posts noted, but don't want to assume.

The nRF52 DK User Guide doesn't contain that detail.

And where should the (SWD power supply) GND be connected to?

Like here:  External programming Using nRF52-DK 

Thanks for any hint.

Related