<?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 output voltage control</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35089/gpio-output-voltage-control</link><description>Hi, 
 I want control my gpio P0.06 to enable mcp16251, which is a regulator provide power to the nrf52832, 
 when i trying to control the mcp16251, i found that the gpio can&amp;#39;t enable the mcp16251, the reason is the gpio output voltage is 1.93, not able</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 07 Jun 2018 15:12:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35089/gpio-output-voltage-control" /><item><title>RE: gpio output voltage control</title><link>https://devzone.nordicsemi.com/thread/135225?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 15:12:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f63b86b-06d1-41bd-adc2-6c398aa766f5</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;Is the nRF52832 you are using on the nRF52 dev board by any chance? If so the SAM3U2 may be holding P0.06 which is connected as the Rx line (as Kenneth indicated). If this is a custom board you could try paralleling another high-drive pin, but as the Enable Pin only requires 1mA (which is a lot) I agree you should already be within specification. In the code above&amp;nbsp;&lt;span&gt;nrf_gpio_cfg_output(6); is now redundant of course&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: gpio output voltage control</title><link>https://devzone.nordicsemi.com/thread/135145?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 12:13:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10e6fa63-5eec-4ec9-99d3-47411a3766bd</guid><dc:creator>TTN</dc:creator><description>&lt;p&gt;Hi, thanks for reply.&lt;/p&gt;
&lt;p&gt;I have add the gpio_cfg in my project.&lt;/p&gt;
&lt;p&gt;nrf_gpio_cfg_output(6);&lt;br /&gt; nrf_gpio_cfg(6, // P0.6&lt;br /&gt; NRF_GPIO_PIN_DIR_OUTPUT,&lt;br /&gt; NRF_GPIO_PIN_INPUT_DISCONNECT,&lt;br /&gt; NRF_GPIO_PIN_NOPULL,&lt;br /&gt; NRF_GPIO_PIN_S0H1, // Require High Drive high level&lt;br /&gt; NRF_GPIO_PIN_NOSENSE);&lt;br /&gt; nrf_gpio_pin_set(6);&lt;/p&gt;
&lt;p&gt;But the voltage value still at 1.94v , before or after the code been added.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m still curious why the Voh&amp;#39;s min. value not&amp;nbsp; VDD-0.4, when my input vdd is 2.8v.&lt;/p&gt;
&lt;p&gt;&lt;img height="98" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1528373424603v1.png" width="482" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: gpio output voltage control</title><link>https://devzone.nordicsemi.com/thread/134797?ContentTypeID=1</link><pubDate>Tue, 05 Jun 2018 17:35:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:237b57bf-f685-4f93-98dd-dff1bde2c789</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;Try increasing the high level output drive current on that pin, assuming the pin is not already in use elsewhere:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;   nrf_gpio_cfg(6,                       // P0.6
                NRF_GPIO_PIN_DIR_OUTPUT,
                NRF_GPIO_PIN_INPUT_DISCONNECT,
                NRF_GPIO_PIN_NOPULL,
                NRF_GPIO_PIN_S0H1,       // Require High Drive high level
                NRF_GPIO_PIN_NOSENSE);
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: gpio output voltage control</title><link>https://devzone.nordicsemi.com/thread/134747?ContentTypeID=1</link><pubDate>Tue, 05 Jun 2018 12:59:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d851ca01-0cce-4064-b43e-0a9b8c8f11ed</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;The value you refer to state that is you can sink up to 3mA from the GPIO. Do you know the sink current from P0.06?&lt;/p&gt;
&lt;p&gt;Is it possible that P0.06 is configured for other purpose in your project? For instance it typically may be used for debugging (UART) in the SDK projects.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>