Dear All,
we use Reference configuration 4 and have connected the DK to our custom PCB. 3.3V of the DK go into VDDH and otherwise only GND and SWDIO/SWCLK are connected. We see 1.8V at VDD, but can't use SWD. In another thread I've read that the SWD needs voltage adjustment - so does it have to match VDD level? That would mean SWD requires 1.8V, right?
Can we just use
NRF_UICR->REGOUT0 = UICR_REGOUT0_VOUT_3V3;
to get 3.3V VDD level which then should in turn work with 3.3V logic at SWD?