<?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 using P0.14 pin as Output</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83919/nrf9160-dk-using-p0-14-pin-as-output</link><description>Hi All, 
 Hope you are doing well. 
 I am using NRF Connect SDK 1.5.0 with NRF9160 DK. I want to use P0.14 (Arduino Header Pin) as output for the RESET of LR1110 (SPI Device). 
 Till now, I am unable to run even a blinky for P0.14. 
 I have changed the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 23 Jan 2022 14:00:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83919/nrf9160-dk-using-p0-14-pin-as-output" /><item><title>RE: NRF9160 DK using P0.14 pin as Output</title><link>https://devzone.nordicsemi.com/thread/349086?ContentTypeID=1</link><pubDate>Sun, 23 Jan 2022 14:00:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f7a5357-87b4-4253-93fb-923d2c88d75e</guid><dc:creator>Sohaib Qamar</dc:creator><description>&lt;p&gt;I have managed to get P0.14 working as Ouput.&lt;/p&gt;
&lt;p&gt;Below are the hacks.&lt;/p&gt;
&lt;p&gt;Flash &amp;quot;hello_world&amp;quot; sample in NRF52840 with below&amp;nbsp;nrf9160dk_nrf52840.overlay&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;vcom2_pins_routing: switch-nrf91-uart2 {
		compatible = &amp;quot;nordic,nrf9160dk-optional-routing&amp;quot;;
		/*
		 * Two pins (P1.12 and P0.12) need to be driven for
		 * this switch.
		 */
		control-gpios = &amp;lt;&amp;amp;gpio1 0 GPIO_ACTIVE_HIGH&amp;gt;,
				&amp;lt;&amp;amp;gpio0 0 GPIO_ACTIVE_HIGH&amp;gt;;
		status = &amp;quot;okay&amp;quot;;
	};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;gpio1 0 &amp;amp;&amp;nbsp;gpio0 0 can be any unused PIns you can think of for NRF52840&lt;/p&gt;
&lt;p&gt;And use your main code for NRF9160 with nrf9160dk_nrf9160ns.overlay&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;uart1 {
	status = &amp;quot;okay&amp;quot;;
	current-speed = &amp;lt;115200&amp;gt;;
	tx-pin = &amp;lt;1&amp;gt;;
	rx-pin = &amp;lt;0&amp;gt;;
	rts-pin = &amp;lt;32&amp;gt;;
	cts-pin = &amp;lt;15&amp;gt;;
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;P0.32 can be any unused Pin.&lt;/p&gt;
&lt;p&gt;After getting above things right, I am able to toggle P0.14 Pin for my RESET control.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 DK using P0.14 pin as Output</title><link>https://devzone.nordicsemi.com/thread/348943?ContentTypeID=1</link><pubDate>Fri, 21 Jan 2022 13:32:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0cd8c1b1-4de0-4959-a7d1-420494e3777b</guid><dc:creator>Yousaf Masood </dc:creator><description>&lt;p&gt;Hi , I am facing Similar issue with my DK board , I am unable to work myway out with Arduino UNO as i am using&amp;nbsp; the shield pins&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>