<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>No output on nRF52840DK after using custom board dts</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/91403/no-output-on-nrf52840dk-after-using-custom-board-dts</link><description>I have a compiling program when using the stock nRF52840dk_nrf52840.dts file, it outputs to the USB port to a serial terminal on a comm port. 
 As soon as i use my custom board file, which was a copy and paste of the stock board file and i removed the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 28 Aug 2022 15:37:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/91403/no-output-on-nrf52840dk-after-using-custom-board-dts" /><item><title>RE: No output on nRF52840DK after using custom board dts</title><link>https://devzone.nordicsemi.com/thread/383563?ContentTypeID=1</link><pubDate>Sun, 28 Aug 2022 15:37:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f6cbc1f-c3db-457c-afd6-00625ede4107</guid><dc:creator>dmleone</dc:creator><description>&lt;p&gt;Found the files and what was being set to use the USB serial output on the dev kit.&lt;/p&gt;
&lt;p&gt;Had ot add the following ot the ptoj.conf file&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;# enable uart driver
CONFIG_SERIAL=y

# enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y

# additional board options
CONFIG_GPIO_AS_PINRESET=y&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>