I'm developing custom PCB with the nRF52832, and I would like to use the ITM for debugging. I don't have a J-trace or equivalent hardware, so everything will have to be done via the nRF52 DK. Am I correct in assuming it is enough to simply route the TRACEDATA[0]/SWO (21/P0.18) pin on the nRF52832 to pin 6 (corresponding to pin6 EXT_SWO on P19 on nrf52-DK) on the debug header on my device?
Edit: I forgot about the RESET pin (P0.21). I have connected the RESET pin to pin number 10 on the debug header (same as P18 on the DK). I also have a reset-button, and then also a 10k pullup connected as well. Will this pullup potentially interfere with debugging operations?