<?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>NFC Pins drive strength and configuration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/108292/nfc-pins-drive-strength-and-configuration</link><description>Hello all, 
 I&amp;#39;m trying to use pins NFC1 and NFC2 to drive a pulldown 10K resistor and a pullup 10K resistor respectively. The NRF chip is the 52840, mounted on a u-blox SiP. The chip is driven with 1.8V instead of the usual 3.3 due to some design restrictions</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 19 Feb 2024 09:06:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/108292/nfc-pins-drive-strength-and-configuration" /><item><title>RE: NFC Pins drive strength and configuration</title><link>https://devzone.nordicsemi.com/thread/469412?ContentTypeID=1</link><pubDate>Mon, 19 Feb 2024 09:06:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37727697-d2e5-4f1b-ba24-ec0a7550c0d9</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi Alberto,&lt;/p&gt;
&lt;p&gt;I wrongfully assumed that you had already this defined in your project config. But yes, by default the GPIO P0.09 and P0.10 are assigned to the NFC peripheral instead of the GPIO peripheral.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m happy that you found the solution,&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC Pins drive strength and configuration</title><link>https://devzone.nordicsemi.com/thread/469383?ContentTypeID=1</link><pubDate>Mon, 19 Feb 2024 06:57:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b270d9ea-7048-4593-a761-5330854e0f8b</guid><dc:creator>Albert_0</dc:creator><description>&lt;p&gt;Problem solved.&lt;/p&gt;
&lt;p&gt;I need to set:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_NFCT_PINS_AS_GPIOS=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Now the pins work as expected.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Alberto&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC Pins drive strength and configuration</title><link>https://devzone.nordicsemi.com/thread/469375?ContentTypeID=1</link><pubDate>Mon, 19 Feb 2024 04:51:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7eb6bb95-fa52-4368-8065-5411b3f2f2ce</guid><dc:creator>Albert_0</dc:creator><description>&lt;p&gt;Hi Jared,&lt;/p&gt;
&lt;p&gt;this is the printout when I look at all P0 registers, with GPIO09 and GPIO10:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;[00:00:00.000,366] &amp;lt;inf&amp;gt; leds: Initialising LEDs
[00:00:00.000,396] &amp;lt;inf&amp;gt; leds: GPIO0.OUT: 0x00000210
[00:00:00.000,427] &amp;lt;inf&amp;gt; leds: GPIO0.OUTSET: 0x00000210
[00:00:00.000,427] &amp;lt;inf&amp;gt; leds: GPIO0.OUTCLR: 0x00000210
[00:00:00.000,427] &amp;lt;inf&amp;gt; leds: GPIO0.IN: 0x08040000
[00:00:00.000,457] &amp;lt;inf&amp;gt; leds: GPIO0.DIR: 0x04000650
[00:00:00.000,457] &amp;lt;inf&amp;gt; leds: GPIO0.DIRSET: 0x04000650
[00:00:00.000,488] &amp;lt;inf&amp;gt; leds: GPIO0.DIRCLR: 0x04000650
[00:00:00.000,488] &amp;lt;inf&amp;gt; leds: GPIO0.LATCH: 0x00000000
[00:00:00.000,518] &amp;lt;inf&amp;gt; leds: GPIO0.DETECTMODE: 0x00000000
[00:00:00.000,518] &amp;lt;inf&amp;gt; leds: GPIO0.PIN_CNF[9]: 0x00000003
[00:00:00.000,518] &amp;lt;inf&amp;gt; leds: GPIO0.PIN_CNF[10]: 0x00000003&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I can confirm that the resistance (pull up and down) when the board is off is 10K, but I have not measured it with the board powered. I&amp;#39;ll investigate a bit further.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Alberto&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC Pins drive strength and configuration</title><link>https://devzone.nordicsemi.com/thread/468952?ContentTypeID=1</link><pubDate>Thu, 15 Feb 2024 08:47:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:343ed94c-3a69-46af-af24-8820819f07c1</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Alright,&lt;/p&gt;
&lt;p&gt;Looking forward to your update!&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC Pins drive strength and configuration</title><link>https://devzone.nordicsemi.com/thread/468919?ContentTypeID=1</link><pubDate>Thu, 15 Feb 2024 02:10:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bef6088b-2a32-42ea-aa6d-9ef2e194f54e</guid><dc:creator>Albert_0</dc:creator><description>&lt;p&gt;Thank you Jared. I will be back in the office to test on Monday and will get back to you then.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Alberto&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC Pins drive strength and configuration</title><link>https://devzone.nordicsemi.com/thread/468799?ContentTypeID=1</link><pubDate>Wed, 14 Feb 2024 12:14:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24c58ff9-277d-40bc-8a08-bfc14cdb5601</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is the internal pull on the pins configured as well?&lt;/p&gt;
&lt;p&gt;Can you set a breakpoint in the program after the pin has been configured and read out&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/gpio.html?cp=5_0_0_5_8_1_9#register.PIN_CNF-0-31"&gt;PIN_CNF[n]&lt;/a&gt;&amp;nbsp;register for NFC1 and NFC2?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;regards&lt;br /&gt;Jared&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>