<?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>GPIO control</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17672/gpio-control</link><description>Hi.
I&amp;#39;m using PCA10040.
I&amp;#39;m trying to control GPIO.
But I can&amp;#39;t control PIN 09, 10.
Let me show you my source code. 
 int main(void)
{

 /* Configure LED-pins as outputs. */
	for(int i=5;i&amp;lt;26;i++)
	{
 nrf_gpio_pin_set(i);
 nrf_gpio_cfg_output</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 11 Nov 2016 09:44:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17672/gpio-control" /><item><title>RE: GPIO control</title><link>https://devzone.nordicsemi.com/thread/67985?ContentTypeID=1</link><pubDate>Fri, 11 Nov 2016 09:44:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b450a00e-0ace-4123-b284-c425d82a4f73</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Did you try both of Bjørn&amp;#39;s suggestions &lt;a href="https://devzone.nordicsemi.com/question/96013/how-to-enable-p009-and-p010-as-gpio-pins-on-the-nrf52-instead-of-nfc-pins/"&gt;here&lt;/a&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO control</title><link>https://devzone.nordicsemi.com/thread/67984?ContentTypeID=1</link><pubDate>Fri, 11 Nov 2016 08:45:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:513bf015-fc9c-4123-a6b3-106da971563e</guid><dc:creator>roger.k</dc:creator><description>&lt;p&gt;Thank you for your reply.
How can I clear the NFCPINS UICR register?
Can you give me a source code?
I hope your reply.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO control</title><link>https://devzone.nordicsemi.com/thread/67983?ContentTypeID=1</link><pubDate>Fri, 11 Nov 2016 08:43:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d48adab-c3db-49f4-934e-27fd54becc77</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Those are the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/nfc.html?cp=2_2_0_41_1#concept_fq1_1bk_1s"&gt;pins used for the NFC&lt;/a&gt;. You need to &lt;a href="https://devzone.nordicsemi.com/question/96013/how-to-enable-p009-and-p010-as-gpio-pins-on-the-nrf52-instead-of-nfc-pins/"&gt;clear the first&lt;/a&gt; bit in the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/uicr.html?cp=2_2_0_13_0_62#register.NFCPINS"&gt;NFCPINS UICR&lt;/a&gt; register in order to use them as GPIO pins.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>