<?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>How to disconnect the input buffer?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/66797/how-to-disconnect-the-input-buffer</link><description>It seems like the only way to disconnect the input buffer is using ANAEN, but I know this post says that ANAEN is fake. So I am wondering if there is a way to disconnect the input buffer for a non-analog input. I have a wrongly connected trace on my custom</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 08 Oct 2020 21:16:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/66797/how-to-disconnect-the-input-buffer" /><item><title>RE: How to disconnect the input buffer?</title><link>https://devzone.nordicsemi.com/thread/273876?ContentTypeID=1</link><pubDate>Thu, 08 Oct 2020 21:16:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f284052-f21e-4fa3-96db-010f9e15511d</guid><dc:creator>nordev</dc:creator><description>&lt;p&gt;Thanks Vidar!&lt;/p&gt;
&lt;p&gt;EDIT: found the answer explaining drive strength in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/36648/standard-drive-low-frequency-i-o"&gt;this forum post here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:line-through;"&gt;Please tell me if I am wrong, but&amp;nbsp;it seems like&amp;nbsp;&lt;a title="nrf_gpio_cfg" href="https://infocenter.nordicsemi.com/topic/drivers_nrfx_v2.3.0/group__nrf__gpio__hal.html?cp=8_0_3_0_15_0_8#gad89e946ef28fb1e130237c8a074bc7bb"&gt;nrf_gpio_cfg&lt;/a&gt;()&amp;nbsp;just changes what setting 1 or 0 means, and the actual strength (0 or 1) has to be configured with some other function.&amp;nbsp;&lt;/span&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1602191355408v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:line-through;"&gt;If this is correct, how do I actually set&amp;nbsp;the drive strength to 0 or 1?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to disconnect the input buffer?</title><link>https://devzone.nordicsemi.com/thread/273619?ContentTypeID=1</link><pubDate>Thu, 08 Oct 2020 06:29:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5739e705-13ea-4c25-9cc6-29a90f61aa94</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;I&amp;#39;m not familiar with how it works internally, but it is fine to leave the input floating when the input buffer is disconnected. It will not lead to any leakage current.&lt;/p&gt;
&lt;p&gt;The drive strength is configured in the same register I linked to earlier. It can be set directly or through the &lt;span&gt;&lt;a title="nrf_gpio_cfg" href="https://infocenter.nordicsemi.com/topic/drivers_nrfx_v2.3.0/group__nrf__gpio__hal.html?cp=8_0_3_0_15_0_8#gad89e946ef28fb1e130237c8a074bc7bb"&gt;nrf_gpio_cfg&lt;/a&gt;&lt;/span&gt;() call.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to disconnect the input buffer?</title><link>https://devzone.nordicsemi.com/thread/273587?ContentTypeID=1</link><pubDate>Wed, 07 Oct 2020 19:05:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56cae4f2-3ba9-4f13-8d61-0ada10449cc6</guid><dc:creator>nordev</dc:creator><description>&lt;p&gt;Thank you Vidar - very helpful.&lt;/p&gt;
&lt;p&gt;When the input buffer is disconnected, is anything done internally to keep the CMOS from floating &amp;amp; turning both FETs on simultaneously?&lt;/p&gt;
&lt;p&gt;Also, how do you configure drive strength?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to disconnect the input buffer?</title><link>https://devzone.nordicsemi.com/thread/273409?ContentTypeID=1</link><pubDate>Wed, 07 Oct 2020 09:14:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e0ceec1-9836-4f6f-b85f-8576d63e0fc6</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;GPIOs are configured as inputs with the input buffer disconnected on reset as can be seen from the screenshot below. This means you can skip configuration of unused pins in your app. You can also use the &lt;span&gt;&lt;a title="nrf_gpio_cfg_default" href="https://infocenter.nordicsemi.com/topic/drivers_nrfx_v2.3.0/group__nrf__gpio__hal.html?cp=8_0_3_0_15_0_9#ga34cf00314729a3fd0cc04de9f4b74a64"&gt;nrf_gpio_cfg_default&lt;/a&gt;&lt;/span&gt;() function if you need to configure a pin back to its reset state.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/3073.pastedimage1602061458142v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/gpio.html?cp=4_0_0_5_8_1_9#register.PIN_CNF-0-31"&gt;(Link to PIN_CNF[n])&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>