<?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 much current can a I/O pin sink</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/287/how-much-current-can-a-i-o-pin-sink</link><description>Hi everyone, 
 My question is how much current it&amp;#180;s capable to sink an I/O pin configured as output &amp;#180;0&amp;#180; ? 
 In my case I have to discharge a capacitor throught an output pin set to 0, and i would like to know how much current can it sink without burning</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Nov 2015 18:20:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/287/how-much-current-can-a-i-o-pin-sink" /><item><title>RE: How much current can a I/O pin sink</title><link>https://devzone.nordicsemi.com/thread/1537?ContentTypeID=1</link><pubDate>Mon, 23 Nov 2015 18:20:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fecce4e1-99b8-4bda-95c9-20884a0e3189</guid><dc:creator>Simon Ampleman</dc:creator><description>&lt;p&gt;Why can we power a led without the high-drive setup ? It supposes to have a ~15-25mA consumption on the pin, right?&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How much current can a I/O pin sink</title><link>https://devzone.nordicsemi.com/thread/1536?ContentTypeID=1</link><pubDate>Thu, 15 Aug 2013 05:53:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5678f2d-c015-4e42-9bd1-a4acd0298eb8</guid><dc:creator>Alvaro</dc:creator><description>&lt;p&gt;Thanks for the fast answer. :D&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How much current can a I/O pin sink</title><link>https://devzone.nordicsemi.com/thread/1535?ContentTypeID=1</link><pubDate>Wed, 14 Aug 2013 13:28:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ee01d17-0b83-47a5-aa90-476f67ff28d9</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;No worries. You can combine this, for instance have one that draws 10 mA + one that draws 5 mA, as long as you do not exceed the Itotal of 15 mA.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How much current can a I/O pin sink</title><link>https://devzone.nordicsemi.com/thread/1534?ContentTypeID=1</link><pubDate>Wed, 14 Aug 2013 13:07:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6f76b0a-f3a6-4936-8199-69b8c57e9d59</guid><dc:creator>Alvaro</dc:creator><description>&lt;p&gt;So that´s means that I can have one pin configured with high-drive and sink up to 15 mA ( if I only have one pin high-drive configured) ?&lt;/p&gt;
&lt;p&gt;Or only can sink 5mA each pin, with a maximum of 3 pin with high-drive configured?&lt;/p&gt;
&lt;p&gt;Sorry if my question sound a little bit stupid, but I want to be sure.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How much current can a I/O pin sink</title><link>https://devzone.nordicsemi.com/thread/1533?ContentTypeID=1</link><pubDate>Wed, 14 Aug 2013 11:48:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1cb117de-c66f-4c61-b661-beeb414aa33d</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;By default, you can sink/source 0.5 mA on a GPIO.
However, if you enable high-drive, you can sink up to 15 mA (max, combined on all GPIOs configured with high-drive):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_GPIO-&amp;gt;PIN_CNF[pin_number] = 
(GPIO_PIN_CNF_SENSE_Disabled &amp;lt;&amp;lt; GPIO_PIN_CNF_SENSE_Pos)| 
(**GPIO_PIN_CNF_DRIVE_H0H1** &amp;lt;&amp;lt; GPIO_PIN_CNF_DRIVE_Pos)| 
(GPIO_PIN_CNF_PULL_Disabled &amp;lt;&amp;lt; GPIO_PIN_CNF_PULL_Pos)| 
(GPIO_PIN_CNF_INPUT_Connect &amp;lt;&amp;lt; GPIO_PIN_CNF_INPUT_Pos)| 
(GPIO_PIN_CNF_DIR_Output &amp;lt;&amp;lt; GPIO_PIN_CNF_DIR_Pos);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;H0H1 indicates high-drive on both logic &amp;#39;1&amp;#39; and &amp;#39;0&amp;#39;.&lt;/p&gt;
&lt;p&gt;Best regards
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>