<?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 24 voltage high low status</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/32606/gpio-24-voltage-high-low-status</link><description>Hello, 
 
 I am using sdk 12.2.2 and nrf52 customised board. Now my challenge is as follows. 
 When I am adding this in my code. 
 
 nrf_gpio_cfg_output(26); nrf_gpio_pin_write(26, 1); 
 pinread1 = nrf_gpio_pin_out_read(26); NRF_LOG_INFO(&amp;quot;pinread status</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 23 Aug 2018 12:42:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/32606/gpio-24-voltage-high-low-status" /><item><title>RE: GPIO 24 voltage high low status</title><link>https://devzone.nordicsemi.com/thread/145514?ContentTypeID=1</link><pubDate>Thu, 23 Aug 2018 12:42:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9557c35a-53e3-47ca-ad4a-00fbd7a2b1dd</guid><dc:creator>mohanraj360</dc:creator><description>&lt;p&gt;where you seen that ouput ,i mean which terminater and how to see that&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO 24 voltage high low status</title><link>https://devzone.nordicsemi.com/thread/126528?ContentTypeID=1</link><pubDate>Mon, 02 Apr 2018 14:46:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f6ea458-ac09-4cf7-a906-e47c871feb56</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;You are using standard drive if using the defaults, like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;__STATIC_INLINE void nrf_gpio_cfg_output(uint32_t pin_number)
{
    nrf_gpio_cfg(
        pin_number,
        NRF_GPIO_PIN_DIR_OUTPUT,
        NRF_GPIO_PIN_INPUT_DISCONNECT,
        NRF_GPIO_PIN_NOPULL,
        NRF_GPIO_PIN_S0S1,
        NRF_GPIO_PIN_NOSENSE);
}
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;As a test, give it some wellie; if the voltage doesn&amp;#39;t increase something is clamping it perhaps&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;    nrf_gpio_cfg(LED_GREEN_PIN,           // 24 eg. LED_GREEN
                 NRF_GPIO_PIN_DIR_OUTPUT,
                 NRF_GPIO_PIN_INPUT_DISCONNECT,
                 NRF_GPIO_PIN_NOPULL,
                 NRF_GPIO_PIN_H1S0,       // Require High Drive high level
                 NRF_GPIO_PIN_NOSENSE);
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You could also add&amp;nbsp;&lt;em&gt;NRF_GPIO_PIN_PULLUP&lt;/em&gt;; if that increases the voltage you may have lost the FET to 2.8V on that pin. As an aside, I use that pin on the same package without issue. Also&amp;nbsp;&lt;span&gt;&lt;em&gt;nrf_gpio_pin_out_read()&lt;/em&gt; does not of course read the status of the actual hardware pin, just the output register bit which is supposed to drive the pin.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO 24 voltage high low status</title><link>https://devzone.nordicsemi.com/thread/126519?ContentTypeID=1</link><pubDate>Mon, 02 Apr 2018 12:27:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b043f58-045f-4eb8-9115-88d40129562b</guid><dc:creator>Newbie</dc:creator><description>&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;I am waiting for the solution to this challenge.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO 24 voltage high low status</title><link>https://devzone.nordicsemi.com/thread/125710?ContentTypeID=1</link><pubDate>Fri, 23 Mar 2018 10:53:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af86fc0c-c51d-4575-9e0f-39e0d33f7e2e</guid><dc:creator>Newbie</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;No, still this pin gives me 1.2 V .&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO 24 voltage high low status</title><link>https://devzone.nordicsemi.com/thread/125709?ContentTypeID=1</link><pubDate>Fri, 23 Mar 2018 10:52:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c15863da-aad8-486b-81f0-f31c8446d3cb</guid><dc:creator>mon2</dc:creator><description>&lt;p&gt;If you output a low (&amp;quot;0&amp;quot;), does this port pin go low?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO 24 voltage high low status</title><link>https://devzone.nordicsemi.com/thread/125708?ContentTypeID=1</link><pubDate>Fri, 23 Mar 2018 10:50:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1fa40a6f-4be8-4284-9782-7a45cd956b77</guid><dc:creator>mon2</dc:creator><description>&lt;p&gt;WLCSP packages are small. How good is your contract manufacturer? Can you inspect the WLCSP (xray) for any possible shorts?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO 24 voltage high low status</title><link>https://devzone.nordicsemi.com/thread/125696?ContentTypeID=1</link><pubDate>Fri, 23 Mar 2018 10:04:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9b22dd3-35c3-4213-b1e4-faf1b597464e</guid><dc:creator>Newbie</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am not using this pin for anything else. I am simply calling log init function and then I am calling gpio functions. Also in scope the output waveform is flat 1.2V.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO 24 voltage high low status</title><link>https://devzone.nordicsemi.com/thread/125647?ContentTypeID=1</link><pubDate>Fri, 23 Mar 2018 06:54:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25862af2-1dcc-4211-b8e0-3cf2c93dfe42</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Is there anything else using this particular pin in your program?&lt;/p&gt;
&lt;p&gt;If for instance the PWM module is configured to use this pin, it will override your GPIO settings.&lt;/p&gt;
&lt;p&gt;Could you scope this pin and see what the signal itself looks like?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO 24 voltage high low status</title><link>https://devzone.nordicsemi.com/thread/125639?ContentTypeID=1</link><pubDate>Fri, 23 Mar 2018 05:19:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25a0db9d-51ce-4dcf-81d0-f23968796a84</guid><dc:creator>Newbie</dc:creator><description>&lt;p&gt;Note:&lt;/p&gt;
&lt;p&gt;1. We are using NRf52832 package wlcsp.&lt;/p&gt;
&lt;p&gt;2.&amp;nbsp; All internal pull ups are disabled.&lt;/p&gt;
&lt;p&gt;3.&amp;nbsp; We are facing same challenge with other package (QFN48) on same pin i.e P0.26 (PIN 38).&lt;/p&gt;
&lt;p&gt;We are attaching images for different test cases.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/p0_5F00_26issue1.jpg" /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/p0_5F00_26issue2.jpg" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO 24 voltage high low status</title><link>https://devzone.nordicsemi.com/thread/125637?ContentTypeID=1</link><pubDate>Fri, 23 Mar 2018 04:53:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2286dc95-55f1-4da8-9005-b5f81c5b8c6e</guid><dc:creator>Newbie</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We have not connected anything to this particular pin. We are facing this issue on every board.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO 24 voltage high low status</title><link>https://devzone.nordicsemi.com/thread/125559?ContentTypeID=1</link><pubDate>Thu, 22 Mar 2018 13:36:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:521144f7-3956-460f-a575-1f2da08fe401</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is anything connected to the pin? If there&amp;#39;s a high load on the pin, it will limit the voltage.&lt;/p&gt;
&lt;p&gt;Does this occur on more than one board?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,.&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO 24 voltage high low status</title><link>https://devzone.nordicsemi.com/thread/125542?ContentTypeID=1</link><pubDate>Thu, 22 Mar 2018 13:01:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8b344507-fc30-4a8e-8491-0f460742b5c7</guid><dc:creator>Newbie</dc:creator><description>&lt;p&gt;Yeah we am sure we are checking correct pin. We are using&amp;nbsp;WLCSP Pakagae. But we are sure that we are checking correct pin.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO 24 voltage high low status</title><link>https://devzone.nordicsemi.com/thread/125535?ContentTypeID=1</link><pubDate>Thu, 22 Mar 2018 12:45:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ecb09f27-7d7e-46e8-8ef6-f11f551da317</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;GPIO P0.26 is pin 38 on the mechanical package (QFN48) of the nRF52832. Are you sure you&amp;#39;re checking the correct pin?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>