<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: GPIO value doesn't change in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/GPIO-value-doesn-t-change/m-p/768044#M119306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-size: 11.0pt;"&gt;Mathew&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Once pins are configured as GPIO, you could also use them with /sys/class/gpio/&lt;/P&gt;&lt;P&gt;You could take a look at the following document:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-329735"&gt;https://community.nxp.com/docs/DOC-329735&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be useful for you.&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;P&gt;/Carlos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If a post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Feb 2018 16:03:18 GMT</pubDate>
    <dc:creator>CarlosCasillas</dc:creator>
    <dc:date>2018-02-09T16:03:18Z</dc:date>
    <item>
      <title>GPIO value doesn't change</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPIO-value-doesn-t-change/m-p/768042#M119304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was configuring some of the I2C pins(Sound and camera) in the header as GPIO (GPIO1_IO30 and GPIO1_IO31), i.e: GPIO30 and GPIO31 in console. So I disabled sound and camera, reconfigured pins as GPIO.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;MX6UL_PAD_UART5_RX_DATA__GPIO1_IO31&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x000010B0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; MX6UL_PAD_UART5_TX_DATA__GPIO1_IO30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x000010B0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the value doesn't get changed. What's the error in it? Or these pins have any other control other than device tree.&lt;span class="lia-inline-image-display-wrapper" image-alt="GPIO issue.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32526i6554E64578BA21AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="GPIO issue.png" alt="GPIO issue.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 06:27:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPIO-value-doesn-t-change/m-p/768042#M119304</guid>
      <dc:creator>mathew_k_t</dc:creator>
      <dc:date>2018-01-30T06:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO value doesn't change</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPIO-value-doesn-t-change/m-p/768043#M119305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you read the reference manual carefully, you should know about SION bit. &lt;/P&gt;&lt;P&gt;Please set it and check again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please refer to the following link and search SION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Simple GPIO Example - quandry &lt;BR /&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/598834#598834"&gt;https://community.nxp.com/message/598834#598834&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 08:47:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPIO-value-doesn-t-change/m-p/768043#M119305</guid>
      <dc:creator>BiyongSUN</dc:creator>
      <dc:date>2018-02-08T08:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO value doesn't change</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPIO-value-doesn-t-change/m-p/768044#M119306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-size: 11.0pt;"&gt;Mathew&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Once pins are configured as GPIO, you could also use them with /sys/class/gpio/&lt;/P&gt;&lt;P&gt;You could take a look at the following document:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-329735"&gt;https://community.nxp.com/docs/DOC-329735&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be useful for you.&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;P&gt;/Carlos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If a post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 16:03:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPIO-value-doesn-t-change/m-p/768044#M119306</guid>
      <dc:creator>CarlosCasillas</dc:creator>
      <dc:date>2018-02-09T16:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO value doesn't change</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPIO-value-doesn-t-change/m-p/768045#M119307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;you can&amp;nbsp;add the 0x40000000&amp;nbsp;to set the SION to try. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;MX6UL_PAD_UART5_RX_DATA__GPIO1_IO31&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x400010B0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; MX6UL_PAD_UART5_TX_DATA__GPIO1_IO30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x400010B0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Feb 2018 11:51:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPIO-value-doesn-t-change/m-p/768045#M119307</guid>
      <dc:creator>BiyongSUN</dc:creator>
      <dc:date>2018-02-11T11:51:10Z</dc:date>
    </item>
  </channel>
</rss>

