<?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>i.MX ProcessorsのトピックConfiguring GPIO input with pull-down on i.mx6ul</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-GPIO-input-with-pull-down-on-i-mx6ul/m-p/636385#M96896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using&amp;nbsp;a Hobbitboard baseboard with a IMX6UL-PICO-EMMC (processor MCIMX6GxxVM) module. I am trying to set GPIO4_IO20 as input with the 100K pull-down enabled. I am using the morty&amp;nbsp;branch of Meta-Freescale, Kernel 4.9, and the TechNexion device tree here &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2FFreescale%2Flinux-fslc%2Fblob%2F4.9.x%252Bfslc%2Farch%2Farm%2Fboot%2Fdts%2Fimx6ul-pico-hobbit.dts" rel="nofollow" target="_blank"&gt;https://github.com/Freescale/linux-fslc/blob/4.9.x%2Bfslc/arch/arm/boot/dts/imx6ul-pico-hobbit.dts&lt;/A&gt;&lt;SPAN&gt;. as my base device tree.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, every Device Tree value results in the pin as an input but pulled high when checked with a multimeter and in the file system. Checking the schematic, there is no pull-up resistor, so I believe this to&amp;nbsp;be the action of an internal pull-up, but the register values look correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am checking using cat /sys/kernel/debug/gpio and checking for the gpio-116 entry.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;:~# cat /sys/kernel/debug/gpio&lt;BR /&gt;...&lt;BR /&gt;gpiochip3: GPIOs 96-127, parent: platform/20a8000.gpio, 20a8000.gpio:&lt;BR /&gt; gpio-116 (                    |gpio_420_in         ) in  hi&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;Checking the register using memory map, it also looks to have the correspoding value I had set in the device tree. ( script from here:&amp;nbsp;&lt;A href="https://github.com/kylemanna/pydevmem/blob/master/devmem.py"&gt;https://github.com/kylemanna/pydevmem/blob/master/devmem.py&lt;/A&gt;&amp;nbsp;)&lt;BR /&gt;:~# python devmem.py -r 0x020E046C -n 0x1&lt;BR /&gt;0x20e046c:   0001b0b1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Below is the device tree fragment I am using.&lt;/P&gt;&lt;P&gt;&amp;amp;gpio4 {&lt;BR /&gt;    gpio_420_input {&lt;BR /&gt;        gpio-hog;&lt;BR /&gt;        gpios = &amp;lt;20 GPIO_ACTIVE_HIGH&amp;gt;;&lt;BR /&gt;        input;&lt;BR /&gt;        line-name = "gpio_420_in";&lt;BR /&gt;    };&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;uart2 {&lt;BR /&gt;    pinctrl-names = "default";&lt;BR /&gt;    pinctrl-0 = &amp;lt;&amp;amp;pinctrl_gpio_420_input &amp;amp;pinctrl_uart_2_rx&amp;gt;;&lt;BR /&gt;    status = "okay";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;iomuxc {&lt;BR /&gt;    pinctrl_gpio_420_input: gpio420inputgrp {&lt;BR /&gt;        fsl,pins = &amp;lt;&lt;BR /&gt;            MX6UL_PAD_CSI_HSYNC__GPIO4_IO20 0x1b0b1&lt;BR /&gt;        &amp;gt;;&lt;BR /&gt;    };&lt;BR /&gt;    pinctrl_uart_2_rx: uart2rxgrp {&lt;BR /&gt;        fsl,pins = &amp;lt;&lt;BR /&gt;            MX6UL_PAD_UART2_RX_DATA__UART2_DCE_RX 0x0&lt;BR /&gt;        &amp;gt;;&lt;BR /&gt;    };&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please advise what is wrong with this approach? Or how to enable&amp;nbsp;the pin pull-down on the i.mx6ul platform?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for any replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/tag/imx6ul gpio/tg-p"&gt;#imx6ul gpio&lt;/A&gt;‌ &lt;A href="https://community.nxp.com/t5/tag/pulldown/tg-p"&gt;#pulldown&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Apr 2017 21:07:21 GMT</pubDate>
    <dc:creator>magyarm</dc:creator>
    <dc:date>2017-04-24T21:07:21Z</dc:date>
    <item>
      <title>Configuring GPIO input with pull-down on i.mx6ul</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-GPIO-input-with-pull-down-on-i-mx6ul/m-p/636385#M96896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using&amp;nbsp;a Hobbitboard baseboard with a IMX6UL-PICO-EMMC (processor MCIMX6GxxVM) module. I am trying to set GPIO4_IO20 as input with the 100K pull-down enabled. I am using the morty&amp;nbsp;branch of Meta-Freescale, Kernel 4.9, and the TechNexion device tree here &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2FFreescale%2Flinux-fslc%2Fblob%2F4.9.x%252Bfslc%2Farch%2Farm%2Fboot%2Fdts%2Fimx6ul-pico-hobbit.dts" rel="nofollow" target="_blank"&gt;https://github.com/Freescale/linux-fslc/blob/4.9.x%2Bfslc/arch/arm/boot/dts/imx6ul-pico-hobbit.dts&lt;/A&gt;&lt;SPAN&gt;. as my base device tree.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, every Device Tree value results in the pin as an input but pulled high when checked with a multimeter and in the file system. Checking the schematic, there is no pull-up resistor, so I believe this to&amp;nbsp;be the action of an internal pull-up, but the register values look correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am checking using cat /sys/kernel/debug/gpio and checking for the gpio-116 entry.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;:~# cat /sys/kernel/debug/gpio&lt;BR /&gt;...&lt;BR /&gt;gpiochip3: GPIOs 96-127, parent: platform/20a8000.gpio, 20a8000.gpio:&lt;BR /&gt; gpio-116 (                    |gpio_420_in         ) in  hi&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;Checking the register using memory map, it also looks to have the correspoding value I had set in the device tree. ( script from here:&amp;nbsp;&lt;A href="https://github.com/kylemanna/pydevmem/blob/master/devmem.py"&gt;https://github.com/kylemanna/pydevmem/blob/master/devmem.py&lt;/A&gt;&amp;nbsp;)&lt;BR /&gt;:~# python devmem.py -r 0x020E046C -n 0x1&lt;BR /&gt;0x20e046c:   0001b0b1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Below is the device tree fragment I am using.&lt;/P&gt;&lt;P&gt;&amp;amp;gpio4 {&lt;BR /&gt;    gpio_420_input {&lt;BR /&gt;        gpio-hog;&lt;BR /&gt;        gpios = &amp;lt;20 GPIO_ACTIVE_HIGH&amp;gt;;&lt;BR /&gt;        input;&lt;BR /&gt;        line-name = "gpio_420_in";&lt;BR /&gt;    };&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;uart2 {&lt;BR /&gt;    pinctrl-names = "default";&lt;BR /&gt;    pinctrl-0 = &amp;lt;&amp;amp;pinctrl_gpio_420_input &amp;amp;pinctrl_uart_2_rx&amp;gt;;&lt;BR /&gt;    status = "okay";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;iomuxc {&lt;BR /&gt;    pinctrl_gpio_420_input: gpio420inputgrp {&lt;BR /&gt;        fsl,pins = &amp;lt;&lt;BR /&gt;            MX6UL_PAD_CSI_HSYNC__GPIO4_IO20 0x1b0b1&lt;BR /&gt;        &amp;gt;;&lt;BR /&gt;    };&lt;BR /&gt;    pinctrl_uart_2_rx: uart2rxgrp {&lt;BR /&gt;        fsl,pins = &amp;lt;&lt;BR /&gt;            MX6UL_PAD_UART2_RX_DATA__UART2_DCE_RX 0x0&lt;BR /&gt;        &amp;gt;;&lt;BR /&gt;    };&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please advise what is wrong with this approach? Or how to enable&amp;nbsp;the pin pull-down on the i.mx6ul platform?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for any replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/tag/imx6ul gpio/tg-p"&gt;#imx6ul gpio&lt;/A&gt;‌ &lt;A href="https://community.nxp.com/t5/tag/pulldown/tg-p"&gt;#pulldown&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 21:07:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-GPIO-input-with-pull-down-on-i-mx6ul/m-p/636385#M96896</guid>
      <dc:creator>magyarm</dc:creator>
      <dc:date>2017-04-24T21:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring GPIO input with pull-down on i.mx6ul</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-GPIO-input-with-pull-down-on-i-mx6ul/m-p/636386#M96897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pad settings are configured in "MX6UL_PAD_CSI_HSYNC__GPIO4_IO20 0x1b0b1"&lt;/P&gt;&lt;P&gt;so one can change them using sect.30.5.279 SW_PAD_CTL_PAD_CSI_HSYNC SW PAD Control&lt;BR /&gt;Register (IOMUXC_SW_PAD_CTL_PAD_CSI_HSYNC) i.MX6UL Reference Manual &lt;BR /&gt;&lt;A href="http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6ULRM.pdf"&gt;http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6ULRM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this 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>Mon, 24 Apr 2017 23:27:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-GPIO-input-with-pull-down-on-i-mx6ul/m-p/636386#M96897</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-04-24T23:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring GPIO input with pull-down on i.mx6ul</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-GPIO-input-with-pull-down-on-i-mx6ul/m-p/636387#M96898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/igorpadykov"&gt;igorpadykov&lt;/A&gt;‌ Thank you for the reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking&amp;nbsp;at the options in sect 30.5.279 we have tried a few values that should result in the pin being pulled down, but still with the same (pulled high) result.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, setting&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;MX6UL_PAD_CSI_HSYNC__GPIO4_IO20 to 0x3000 in the Device Tree and via memory map access still has the pin being pulled high when read from the file system. I think this should be the simplest case to enable the pull down.&amp;nbsp;Are there any other settings that I need to adjust to enable the pull down correctly?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I could be thinking about this the wrong way. My end goal is to connect a device to this line that signals "ready" by pulling the GPIO line high. Eventually I will want this to trigger an interrupt on the imx6ul, but my first step was to just read the&amp;nbsp;GPIO value, with having it default to low.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;My colleague &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ymeny"&gt;ymeny&lt;/A&gt;‌ might be able to provide additional details.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 14:54:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-GPIO-input-with-pull-down-on-i-mx6ul/m-p/636387#M96898</guid>
      <dc:creator>magyarm</dc:creator>
      <dc:date>2017-04-25T14:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring GPIO input with pull-down on i.mx6ul</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-GPIO-input-with-pull-down-on-i-mx6ul/m-p/636388#M96899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After a bit more experimenting, we found that using a pin 1 on&amp;nbsp;JP2 of the PICO-IMX6UL-KIT works as expected as an input. After trying a few other pins on JP5 we still found that the input would be pulled high. Attached is the Device Tree fragment setting JP2 pin 1 ( CPU Pad LCD_DATA0, Signal LCDIF_DATA0 ) as GPIO3 IO05 for anyone who might come across this post.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;amp;gpio3 {&lt;BR /&gt;    gpio_305_input {&lt;BR /&gt;        gpio-hog;&lt;BR /&gt;        gpios = &amp;lt;05 GPIO_ACTIVE_HIGH&amp;gt;;&lt;BR /&gt;        input;&lt;BR /&gt;        line-name = "gpio_305_in";&lt;BR /&gt;    };&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;uart2 {&lt;BR /&gt;    pinctrl-names = "default";&lt;BR /&gt;    pinctrl-0 = &amp;lt;&amp;amp;pinctrl_gpio_inputs &amp;amp;pinctrl_uart_2_rx&amp;gt;;&lt;BR /&gt;    status = "okay";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;#define GPIO_INPUT_SETTINGS 0x3000&lt;/P&gt;&lt;P&gt;&amp;amp;iomuxc {&lt;BR /&gt;    pinctrl_gpio_inputs: gpioinputsgrp {&lt;BR /&gt;        fsl,pins = &amp;lt;&lt;BR /&gt;            MX6UL_PAD_LCD_DATA00__GPIO3_IO05  GPIO_INPUT_SETTINGS&lt;BR /&gt;        &amp;gt;;&lt;BR /&gt;    };&lt;BR /&gt;    pinctrl_uart_2_rx: uart2rxgrp {&lt;BR /&gt;        fsl,pins = &amp;lt;&lt;BR /&gt;            MX6UL_PAD_UART2_RX_DATA__UART2_DCE_RX 0x0&lt;BR /&gt;        &amp;gt;;&lt;BR /&gt;    };&lt;BR /&gt;};&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 17:28:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-GPIO-input-with-pull-down-on-i-mx6ul/m-p/636388#M96899</guid>
      <dc:creator>magyarm</dc:creator>
      <dc:date>2017-04-25T17:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring GPIO input with pull-down on i.mx6ul</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-GPIO-input-with-pull-down-on-i-mx6ul/m-p/636389#M96900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one can attach jtag (or printf) iomux pad settings to check&lt;/P&gt;&lt;P&gt;if configuration is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 00:02:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-GPIO-input-with-pull-down-on-i-mx6ul/m-p/636389#M96900</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-04-26T00:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring GPIO input with pull-down on i.mx6ul</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-GPIO-input-with-pull-down-on-i-mx6ul/m-p/636390#M96901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Did you solve the problem ? I have a same problem on TEP0700-imx6ul Technexion panel board. There are limited numbers of gpios available on the board. I have to find a way to configure these pins as input with pull-down option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I modified pad register of gpios in device tree. The&amp;nbsp; configurations are below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pinctrl_external_gpio: extgpiogrp {&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; fsl,pins = &amp;lt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MX6UL_PAD_JTAG_TDI__GPIO1_IO13&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x03079&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;&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_JTAG_TDO__GPIO1_IO12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x03079&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;&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_GPIO1_IO09__GPIO1_IO09&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x03079&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MX6UL_PAD_GPIO1_IO05__GPIO1_IO05&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x03079&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;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 06:39:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-GPIO-input-with-pull-down-on-i-mx6ul/m-p/636390#M96901</guid>
      <dc:creator>caglarabidin</dc:creator>
      <dc:date>2018-04-06T06:39:33Z</dc:date>
    </item>
  </channel>
</rss>

