On the nrf52dk development kit, I want to power the target nrf52 from an external supply without powering the interface mcu (the debugging probe). How do I wire that? I don't want to measure the current, or debug, I just want to separate the power busses.
My best guess is to 1) turn the "Power" slide switch off 2) cut SB9 and 3) connect my power supply to net Vdd_nRF (on either pin 1 of P20 or pin 1 of P22.) Should that work?
(Fig. 2 "Power Supply Circuitry" for the nrf52DK shows that net Vdd_nRF is connected to net VDD by R6 but looking at the board, R6 is not populated.)
Fig. 2 also shows that SW6 also switches net V5V to net VBUS, but I don't know for sure which of those nets is the power supply to the interface mcu and which is power from the USB cable. Alternatively, if I leave the PowerSwitch in the On position, I could connect my power supply to "External supply" connector P21 if I am then careful to not connect the USB cable? (And the debugger probe would not be powered?)
(A related question is: could I connect DebugOut and DebugIn with a JTAG cable and still use the separately powered debugging probe to flash and debug the separately powered target? I haven't studied that much, but it looks like that is not possible, the cable would be parallel to the hardwired SWD and UART nets between the two.)