This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How can I output log information on my nrf9160 board?

I have designed a nrf9160 debugging board, which uses 18 and 19 pin as the log output. Then I also configure the TX and Rx of UART0 in the overlay file, which are 18 and 19 respectively. However, when I connect to the PC with the serial port cable, I find that there is no log information output. How can I do this?
&uart0{
	status = "okay";
	current-speed = <115200>;
	tx-pin = <18>;
	rx-pin = <19>;
	#rts-pin = <14>;
	#cts-pin = <15>;
};
Related