Hi all,
We have a custom board based on nRF52840, and we are using the nrf52840 DK to program our board(For programming the chip, connection from DK to our board is made as per given below, Also not powering our board while programming).
nRF52-DK Custom / External Board EXT_VTG(P19.1)--------------------> VDD
GND(P19.3)-----------------+------> GND
/
EXT_GND_DETECT(P19.9) ---+
SWD IO (P19.2)-------------------> SWD IO
SWD CLK (P19.4)------------------> SWD CLK
We have two sensors connected to the 52840 and are of UART interface. In this case, we have chosen the RTT for debugging purposes. So our question is, in order to get the RTT debug logs, whether it is required to change the above connection we have used for programming?
Thanks in advance