<?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>NRF9160 DK UART3 configuration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/61034/nrf9160-dk-uart3-configuration</link><description>Hi everyone, 
 I am working on a project with the NRF9160 DK where I want to use the UART3 channel. 
 The issue is that I got compiling errors when I add CONFIG_UART_3_NRF_UARTE =y to my proj.conf file (The solution was working fine before). 
 The errors</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 11 May 2020 06:34:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/61034/nrf9160-dk-uart3-configuration" /><item><title>RE: NRF9160 DK UART3 configuration</title><link>https://devzone.nordicsemi.com/thread/249086?ContentTypeID=1</link><pubDate>Mon, 11 May 2020 06:34:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90a339ce-9bdd-42ad-ae20-ffbe32cf0418</guid><dc:creator>thomallain</dc:creator><description>&lt;p&gt;Hi &lt;span&gt;H&amp;aring;kon&lt;/span&gt;,&lt;/p&gt;
&lt;p&gt;Thanks for your reply, I got the UART3 working thansk to it.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Thomas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 DK UART3 configuration</title><link>https://devzone.nordicsemi.com/thread/248226?ContentTypeID=1</link><pubDate>Tue, 05 May 2020 14:19:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cff2ba5a-3f01-47d1-bb61-c26a3627ca8a</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you have a nrf9160_pca10090ns.overlay file in your application folder?&lt;/p&gt;
&lt;p&gt;If not, could you try creating one with this content (0xFFFFFFFF disables the specific feature, CTS and RTS in this case):&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;uart3 {
    status = &amp;quot;okay&amp;quot;;
    current-speed = &amp;lt;115200&amp;gt;;
	tx-pin = &amp;lt;10&amp;gt;;
	rx-pin = &amp;lt;11&amp;gt;;
	cts-pin = &amp;lt;0xFFFFFFFF&amp;gt;;
	rts-pin = &amp;lt;0xFFFFFFFF&amp;gt;;
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Note that you have to reimport (check the &amp;quot;clean build folder&amp;quot; box) the project in SES to reload this configuration.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>