<?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 drive strength nRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64015/gpio-drive-strength-nrf52832</link><description>I have read through some of the support forum responses on this but have yet to see a good answer. I have am in development of a custom board, nothing fancy. I have a need to increase the drive strength of pin 12. I am looking in the examples located</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 22 Jul 2020 14:57:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64015/gpio-drive-strength-nrf52832" /><item><title>RE: GPIO drive strength nRF52832</title><link>https://devzone.nordicsemi.com/thread/261234?ContentTypeID=1</link><pubDate>Wed, 22 Jul 2020 14:57:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c483d68-3b77-419f-9b3f-b62850733a6e</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;You can use the following:&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;NRF_P0-&amp;gt;PIN_CFG[BUTTON_1]    &amp;amp;= ~GPIO_PIN_CNF_DRIVE_Msk; // Clear the drive config
NRF_P0-&amp;gt;PIN_CFG[BUTTON_1]    |= (GPIO_PIN_CNF_DRIVE_H0H1 &amp;lt;&amp;lt; GPIO_PIN_CNF_DRIVE_Pos); // Set the new drive config&lt;/pre&gt;&lt;br /&gt;Depending on the port number you address either NRF_P0 or NRF_P1.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>