<?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>Taiyo Yuden EYSHJNZXZ (nRF52832) cannot use NFC pins as GPIO</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/20772/taiyo-yuden-eyshjnzxz-nrf52832-cannot-use-nfc-pins-as-gpio</link><description>I am having trouble using GPIO P0_9 and P0_10 as GPIO pins. These are the pins designated as NFC1 and NFC2. 
 I am using the following sample code: 
 #include &amp;lt;stdbool.h&amp;gt;
#include &amp;lt;stdint.h&amp;gt;
#include &amp;quot;nrf_delay.h&amp;quot;
#include &amp;quot;boards.h&amp;quot;

/**
 * </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 24 Mar 2017 21:16:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/20772/taiyo-yuden-eyshjnzxz-nrf52832-cannot-use-nfc-pins-as-gpio" /><item><title>RE: Taiyo Yuden EYSHJNZXZ (nRF52832) cannot use NFC pins as GPIO</title><link>https://devzone.nordicsemi.com/thread/81113?ContentTypeID=1</link><pubDate>Fri, 24 Mar 2017 21:16:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b242192a-5abd-4c1a-822d-51a547f1eed6</guid><dc:creator>NewAce</dc:creator><description>&lt;p&gt;I actually found the issue (see my comment above). The Taiyo Yuden module includes a 32MHz crystal and a few capacitors under the hood and has a built-in Bluetooth antenna. It is a fully certified module. It does not have a 32kHz crystal, but the GPIO9/10 pins are exposed directly from the nrf52832 chip, so nothing unexpected.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Taiyo Yuden EYSHJNZXZ (nRF52832) cannot use NFC pins as GPIO</title><link>https://devzone.nordicsemi.com/thread/81111?ContentTypeID=1</link><pubDate>Fri, 24 Mar 2017 21:09:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c16f6c6-5283-4c17-89ba-5967e3f6da06</guid><dc:creator>NewAce</dc:creator><description>&lt;p&gt;I discovered that the issue was actually a module alignment issue on the PCB. After throwing the board back into the reflow oven, the outputs started working. My bad. For anyone stumbling onto this question and using the NRF52832 / NRF52_DK with MBED-CLI, the targets.json file needs to be modified in order to include the CONFIG_NFCT_PINS_AS_GPIOS define, as Daniel hinted to above:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;quot;NRF52_DK&amp;quot;: {
        &amp;quot;supported_form_factors&amp;quot;: [&amp;quot;ARDUINO&amp;quot;],
        &amp;quot;inherits&amp;quot;: [&amp;quot;MCU_NRF52&amp;quot;],
        &amp;quot;macros_add&amp;quot;: [&amp;quot;BOARD_PCA10040&amp;quot;, &amp;quot;NRF52_PAN_12&amp;quot;, &amp;quot;NRF52_PAN_15&amp;quot;, &amp;quot;NRF52_PAN_58&amp;quot;, &amp;quot;NRF52_PAN_55&amp;quot;, &amp;quot;NRF52_PAN_54&amp;quot;, &amp;quot;NRF52_PAN_31&amp;quot;, &amp;quot;NRF52_PAN_30&amp;quot;, &amp;quot;NRF52_PAN_51&amp;quot;, &amp;quot;NRF52_PAN_36&amp;quot;, &amp;quot;NRF52_PAN_53&amp;quot;, &amp;quot;S132&amp;quot;, &amp;quot;CONFIG_NFCT_PINS_AS_GPIOS&amp;quot;, &amp;quot;BLE_STACK_SUPPORT_REQD&amp;quot;, &amp;quot;SWI_DISABLE0&amp;quot;, &amp;quot;NRF52_PAN_20&amp;quot;, &amp;quot;NRF52_PAN_64&amp;quot;, &amp;quot;NRF52_PAN_62&amp;quot;, &amp;quot;NRF52_PAN_63&amp;quot;],
        &amp;quot;device_has&amp;quot;: [&amp;quot;ANALOGIN&amp;quot;, &amp;quot;ERROR_PATTERN&amp;quot;, &amp;quot;I2C&amp;quot;, &amp;quot;I2C_ASYNCH&amp;quot;, &amp;quot;INTERRUPTIN&amp;quot;, &amp;quot;LOWPOWERTIMER&amp;quot;, &amp;quot;PORTIN&amp;quot;, &amp;quot;PORTINOUT&amp;quot;, &amp;quot;PORTOUT&amp;quot;, &amp;quot;PWMOUT&amp;quot;, &amp;quot;RTC&amp;quot;, &amp;quot;SERIAL&amp;quot;, &amp;quot;SERIAL_ASYNCH&amp;quot;, &amp;quot;SERIAL_FC&amp;quot;, &amp;quot;SLEEP&amp;quot;, &amp;quot;SPI&amp;quot;, &amp;quot;SPI_ASYNCH&amp;quot;, &amp;quot;SPISLAVE&amp;quot;],
        &amp;quot;release_versions&amp;quot;: [&amp;quot;2&amp;quot;, &amp;quot;5&amp;quot;],
        &amp;quot;device_name&amp;quot;: &amp;quot;nRF52832_xxAA&amp;quot;
    },
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Taiyo Yuden EYSHJNZXZ (nRF52832) cannot use NFC pins as GPIO</title><link>https://devzone.nordicsemi.com/thread/81110?ContentTypeID=1</link><pubDate>Fri, 24 Mar 2017 15:45:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e495625f-8f50-4881-9d9d-e9543a7814c1</guid><dc:creator>Daniel Wang</dc:creator><description>&lt;p&gt;set &lt;code&gt;CONFIG_NFCT_PINS_AS_GPIOS&lt;/code&gt;  as a define in the Preprocessor Symbols in Keil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Taiyo Yuden EYSHJNZXZ (nRF52832) cannot use NFC pins as GPIO</title><link>https://devzone.nordicsemi.com/thread/81112?ContentTypeID=1</link><pubDate>Fri, 24 Mar 2017 15:04:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c9f58ba-a3aa-44b1-97e7-43d8b64542c9</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Have you searched the forum, e.g. &lt;a href="https://devzone.nordicsemi.com/question/122106/cannot-get-p009-to-operate-as-a-gpio/?answer=122111#post-id-122111"&gt;this question&lt;/a&gt;? The UICR settings is one thing but there could be some HW components on board. What the vendor says?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>