<?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>configuring NFC pins and crystal oscillator pins to GPIO</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/20022/configuring-nfc-pins-and-crystal-oscillator-pins-to-gpio</link><description>Hi all, 
 I am using pins P0.00, p0.01, p0.09 and p0.10 in my application. I wandering why these pins are not functioning as GPIO. I have searched various links such as 
 1 and 2 
 but still the confusion remains the same. Links says I have to add</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 06 Mar 2017 12:56:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/20022/configuring-nfc-pins-and-crystal-oscillator-pins-to-gpio" /><item><title>RE: configuring NFC pins and crystal oscillator pins to GPIO</title><link>https://devzone.nordicsemi.com/thread/77949?ContentTypeID=1</link><pubDate>Mon, 06 Mar 2017 12:56:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:261e7e9b-9462-47ed-89a3-7c3d4ce14556</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You should add  in the preprocessor symbol defines in your project settings:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/keil_5F00_define.png" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;Also make sure you solder the solder jumpers as mentioned above.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: configuring NFC pins and crystal oscillator pins to GPIO</title><link>https://devzone.nordicsemi.com/thread/77946?ContentTypeID=1</link><pubDate>Mon, 06 Mar 2017 12:10:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33658703-6da7-4bc8-af9a-919d37faf602</guid><dc:creator>Ankush</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for your reply. It is really helpful for me . Can you also give some idea about NFC pins? I want work as GPIO. As per the comment given in thread I have written &lt;code&gt;CONFIG_NFCT_PINS_AS_GPIOS&lt;/code&gt; as a micro in sdk.config.h in SDK 12.0.0. But still I am not able to make them work as GPIO pins. Any other solutions to this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: configuring NFC pins and crystal oscillator pins to GPIO</title><link>https://devzone.nordicsemi.com/thread/77948?ContentTypeID=1</link><pubDate>Mon, 06 Mar 2017 11:50:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4dafa56-a708-45d5-8e74-34268d36b107</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You will need to cut and solder the solder jumpers J00 and J01 on the board to disconnect 32 kHz crystal and connect the pins to IO header, as described in chapter 5.7 of the document I linked above. You will also have to solder J09 and J10 to connect NFC pins to IO header.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: configuring NFC pins and crystal oscillator pins to GPIO</title><link>https://devzone.nordicsemi.com/thread/77942?ContentTypeID=1</link><pubDate>Sat, 04 Mar 2017 05:44:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a589d63e-fc33-489c-a626-631130f8c7d4</guid><dc:creator>Ankush</dc:creator><description>&lt;p&gt;Hi Jørgen,&lt;/p&gt;
&lt;p&gt;Thanks for the reply. No I haven&amp;#39;t done any changes to the BMD300 eval kit. I was just trying to configure Crystal and NFC pins as GPIO. But from your previous comments, it is infered that we can configure crystal pins as GPIO when crystal is not connected. I my boards i am not using crystal hence i hope it will work&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: configuring NFC pins and crystal oscillator pins to GPIO</title><link>https://devzone.nordicsemi.com/thread/77947?ContentTypeID=1</link><pubDate>Fri, 03 Mar 2017 14:58:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9913960e-3c6e-4e67-b04c-50d5588693d0</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Have you cut and soldered the bridges as described in chapter 5.3 and 5.4 of the &lt;a href="https://www.rigado.com/download/bmd-300-eval-kit-user-guide/"&gt;Rigado BMD300 Series Eval Kit User Guide&lt;/a&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: configuring NFC pins and crystal oscillator pins to GPIO</title><link>https://devzone.nordicsemi.com/thread/77945?ContentTypeID=1</link><pubDate>Fri, 03 Mar 2017 13:54:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b5b8267f-c014-4b37-9851-a8d79273f087</guid><dc:creator>Ankush</dc:creator><description>&lt;p&gt;Hi Jørgen,&lt;/p&gt;
&lt;p&gt;Thanks for the reply and I am sorry that i am replying late. You are right. I am using Rigado BMD300 evaluation kit. I am unable to configure P0.00 and P0.01 pins as GPIO in it. I am using BMD301 in my nex applications and hence I am worried about pins like P0.00, p0.01, p0.09 and p0.10, as they are not working as GPIO in BMD300 DK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: configuring NFC pins and crystal oscillator pins to GPIO</title><link>https://devzone.nordicsemi.com/thread/77943?ContentTypeID=1</link><pubDate>Tue, 28 Feb 2017 08:28:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2859dfaa-306b-43b8-9220-1f364134e0ea</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;P0.00 and P0.01 should work as GPIO without any changes, as long as you have not configured the LFCLK source to be crystal oscillator, or have connected a crystal to these pins. Are you using the nRF52 DK board, or some other custom board?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: configuring NFC pins and crystal oscillator pins to GPIO</title><link>https://devzone.nordicsemi.com/thread/77950?ContentTypeID=1</link><pubDate>Tue, 28 Feb 2017 03:09:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0422a14f-64aa-430f-884b-81e436f1711f</guid><dc:creator>RUTU</dc:creator><description>&lt;p&gt;Hi, Ankush ,&lt;/p&gt;
&lt;p&gt;For the NFC pin 9 and 10 defined the MACRO in your keil project &amp;quot;CONFIG_NFCT_PINS_AS_GPIOS&amp;quot; . After defined this MACRO the you can use the NFC pins as gpio pin.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: configuring NFC pins and crystal oscillator pins to GPIO</title><link>https://devzone.nordicsemi.com/thread/77944?ContentTypeID=1</link><pubDate>Mon, 27 Feb 2017 12:47:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:668f59de-657c-4a14-aa53-b9c6a8e88c97</guid><dc:creator>Ankush</dc:creator><description>&lt;p&gt;Also what is the syntax of writing to NFCPINS register. and where we need to configure it&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>