<?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>Uart on custom Board.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24437/uart-on-custom-board</link><description>hello
we have custom board with Nrf52840. 
 i already test the uart code on nrf52840 dk..every thing is working great.
my custom board is connect to the nrf52840 dk with debug connector. debugging is working great on custom board. 
 no connection</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 17 Aug 2017 14:08:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24437/uart-on-custom-board" /><item><title>RE: Uart on custom Board.</title><link>https://devzone.nordicsemi.com/thread/96229?ContentTypeID=1</link><pubDate>Thu, 17 Aug 2017 14:08:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27b57d72-6111-4d5f-b213-52a71f0313fa</guid><dc:creator>AmbystomaLabs</dc:creator><description>&lt;p&gt;The only thing available through the debug (SWD) connection is RTT. Just search in this blog for info on the Segger RTT implementation.&lt;/p&gt;
&lt;p&gt;For UART you need to have connected through at least 2 gpio for tx and rx.  nRFgo Studio will present the uart as a virtual comm port through the USB connection for the dk board.&lt;/p&gt;
&lt;p&gt;The standard configuration for the UART is as below.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define RX_PIN_NUMBER  8
#define TX_PIN_NUMBER  6
#define CTS_PIN_NUMBER 7
#define RTS_PIN_NUMBER 5
#define HWFC           false
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can find this same info in the online documentation here:
&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52/dita/nrf52/development/nrf52840_pdk/vir_com_port.html?cp=2_0_3_4_1#vir_com_port__table_ofy_cdj_sq"&gt;infocenter.nordicsemi.com/.../vir_com_port.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As an FYI, most people seem to provide for a UART connection on custom boards since a minimum of 3 wire serial (Tx, Rx, Gnd) is required for Bluetooth SIG certification if you are running bluetooth on your board.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>