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

debbuging custom board 1.8V powered with nrf52840 DK

Hi,

I tried to debug my custom board with NRF8240 DK and use JLINKRTTViewer but I'm not able to connect to it. 

I'm able to program the external board using P20 and VDD provided by the dev kit. I'm also able to debug with JLINKRTTViewer just after programming the board. The problem is that on my custom board, the nrf52840  is powered with 1.8V power supply and during programming, I disconnect a jumper on my board to avoid any issue when programming directly with the higher VDD voltage DK (3V). 

When I start powering my board with the internal power supply and connecting VTG to my power (1.8V), I'm not able to connect with JLINKRTTViewer "ERROR: Could not connect to target device."
I tried to wiring : 

-SWDIO / SWDCLK are connected. GND are connected together and also GND_detect. VTG is connected with a jumper to Vdd or Vdd_nrf to force external debugging. 

- SWDIO / SWDCLK are connected. GND are connected together and also GND_detect. VTG is connected to the 1.8V power on my board. 

Is that possible to debug a 1.8V external NRF52840 when NRF52840 DK is powered by USB ? 

Related