<?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 GPIO Configuration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/65473/uart-gpio-configuration</link><description>Hi all, I swear I&amp;#39;ve read every post under the sun regarding this, and tried so many different things from all of them that my project is probably slightly screwed now. I am trying to change the UART1 bindings to RX on P0.11. Thats it. Thats all I want</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 03 Sep 2020 00:35:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/65473/uart-gpio-configuration" /><item><title>RE: UART GPIO Configuration</title><link>https://devzone.nordicsemi.com/thread/267710?ContentTypeID=1</link><pubDate>Thu, 03 Sep 2020 00:35:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:265d7033-62f6-4913-a67b-bb665c9107c7</guid><dc:creator>Nevera</dc:creator><description>&lt;p&gt;Ended up just modifying the nrf9160dk_nrf9160ns.dts file in Segger. Also used UART_2 since UART_1 and UART_0 are used by SPM.&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;uart2 {
	status = &amp;quot;okay&amp;quot;;
	current-speed = &amp;lt;9600&amp;gt;;
	tx-pin = &amp;lt;10&amp;gt;;
	rx-pin = &amp;lt;11&amp;gt;;
	rts-pin = &amp;lt;0xFFFFFFFF&amp;gt;;
	cts-pin = &amp;lt;0xFFFFFFFF&amp;gt;;
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;For those who are struggling like me, you can find this file in the Project explorer, in your top level solution&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>