Hi,
I am porting our application from SDK10 nrf51 to SDK12 nrf52. The application takes use of a serial console accessible over UART.
I notice the new logger module in SDK12 only seems to output to UART/RTT after a debug reset operation and that app_trace.c with it's functions are gone. What is now the recommended way to provide trace functions after a normal pin reset?
many thanks, Olov