<?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>[nRF5340] Configure P0.00 &amp;amp; P1.01 as gpio</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/100353/nrf5340-configure-p0-00-p1-01-as-gpio</link><description>How can I configure the P0.00 and P0.01 pins as input interrupt pin? 
 I&amp;#39;m using the SDK 2.3.0. 
 I have referred the link below but it doesn&amp;#39;t work. 
 https://devzone.nordicsemi.com/f/nordic-q-a/99765/how-to-configure-the-p0-00-and-p0-01-pins-as-gpio</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 29 Jun 2023 21:18:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/100353/nrf5340-configure-p0-00-p1-01-as-gpio" /><item><title>RE: [nRF5340] Configure P0.00 &amp; P1.01 as gpio</title><link>https://devzone.nordicsemi.com/thread/433794?ContentTypeID=1</link><pubDate>Thu, 29 Jun 2023 21:18:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb47a60b-5aeb-4f8c-bfff-397ab6cd3250</guid><dc:creator>Raoul</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Sorry for my late reply, I have been on vacation for the past two weeks.&lt;/p&gt;
&lt;p&gt;Thanks for letting me know. Yes, power consumption should improve with the use of an external crystal for the LF clock. There is a great answer by my colleague (from 7 years ago, but still relevant) that covers the reasons for this: &amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/14214/how-much-current-consumption-when-we-use-internal-32k-rc/54292"&gt;RE: How much current consumption when we use internal 32k RC ?&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Raoul&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF5340] Configure P0.00 &amp; P1.01 as gpio</title><link>https://devzone.nordicsemi.com/thread/432157?ContentTypeID=1</link><pubDate>Wed, 21 Jun 2023 02:22:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1799160b-eef5-4209-815e-3c9dbd594b62</guid><dc:creator>bckim</dc:creator><description>&lt;p&gt;Hello Raoul,&lt;/p&gt;
&lt;p&gt;Sorry for the late reply.&lt;/p&gt;
&lt;p&gt;Due to the current consumption problem, we decided to use P0.00 and P0.01 by connecting an external crystal as before.&lt;/p&gt;
&lt;p&gt;Thanks for reporting this issue.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;bckim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF5340] Configure P0.00 &amp; P1.01 as gpio</title><link>https://devzone.nordicsemi.com/thread/430080?ContentTypeID=1</link><pubDate>Thu, 08 Jun 2023 21:20:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:deea5c9b-6dd7-4f2c-b2c0-3411fad86a75</guid><dc:creator>Raoul</dc:creator><description>&lt;p&gt;I see, thanks.&lt;/p&gt;
&lt;p&gt;And could you confirm for me which steps you&amp;#39;ve done so far?&lt;/p&gt;
&lt;p&gt;Are you working with a Development Kit, or a custom board? If you&amp;#39;re using a DK, have you cut SB1 and SB2, and closed/soldered/bridged SB3 and SB4? See &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf5340_dk%2FUG%2Fdk%2Fsolder_bridge.html"&gt;Solder bridge configuration&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Which of the recommended Kconfig options did you set?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/82647/nrf5340-peripheral-ble-connections-always-fail-with-reason-0x3e-62"&gt;It&amp;#39;s not entirely clear&lt;/a&gt;, but I think your prj.conf should look like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=n
CONFIG_SOC_ENABLE_LFXO=n&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And as far as I know this should be the case both for your cpuapp and your cpunet application.&lt;/p&gt;
&lt;p&gt;Try that, and let me know how it goes.&lt;/p&gt;
&lt;p&gt;Edit: I&amp;#39;m not sure if you&amp;#39;re using TF-M, but I see that there&amp;#39;s been a similar case recently, where my colleague has suggested a workaround for that case:&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/98109/configuring-pin-0-00-and-p0-01-as-gpio/417595"&gt;RE: Configuring PIN 0.00 and P0.01 as GPIO&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Raoul&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF5340] Configure P0.00 &amp; P1.01 as gpio</title><link>https://devzone.nordicsemi.com/thread/429709?ContentTypeID=1</link><pubDate>Wed, 07 Jun 2023 09:12:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:301fc8c6-2e0d-43c0-ac95-cb8509a42cbf</guid><dc:creator>bckim</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;span&gt;&amp;nbsp;Raoul,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;There are many peripherals to control, so I am trying to use p0.00 and p0.01 as general gpios because gpio is not enough.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;/span&gt;&lt;br /&gt;&lt;span&gt;bckim&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF5340] Configure P0.00 &amp; P1.01 as gpio</title><link>https://devzone.nordicsemi.com/thread/429119?ContentTypeID=1</link><pubDate>Sun, 04 Jun 2023 17:38:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ccf6a853-5231-43a4-9945-aab1fd11e6ae</guid><dc:creator>Raoul</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Just to confirm, could you list the steps you have performed so far (from the links you posted)?&lt;/p&gt;
&lt;p&gt;And to make sure we are solving the right problem, could you tell me why you need to use P0.00 and P0.01 rather than other pins?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Raoul&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>