Hello,
Using libuarte I have been able to set up UARTE0 and UARTE1 for main communications, and debug communications respectively. While using UARTE1 to print out debug messages from my own code is nice, I quickly realized that this isn't really what I needed as the NRF_LOG_... calls would not be going to UARTE1. I know it is possible to set the logging backend to RTT, or UART, but I don't really see any way in sdk_config to use UARTE0/1 as a logging backend.
I am mainly concerned with how to debug a custom board which does not have the USB port used for RTT debugging. If it is not possible to log to UARTE1 while allowing the other UARTE0 to function, how would RTT work on a custom board? Is it possible to use RTT on the nRF52840DK without connecting to the USB port, if so which pins would I need to connect an FTDI cable to in order to see the output?