<?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のトピックRe: solox:problem with gpio interrupt</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/solox-problem-with-gpio-interrupt/m-p/526596#M84456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The gpio on LCD1_VSYNC can work with interrupts when disable the gpio3 in dts file.But&amp;nbsp;can not use the 32 pins of the gpio3 in linux now。&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Aug 2016 08:34:41 GMT</pubDate>
    <dc:creator>will_peng</dc:creator>
    <dc:date>2016-08-29T08:34:41Z</dc:date>
    <item>
      <title>solox:problem with gpio interrupt</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/solox-problem-with-gpio-interrupt/m-p/526593#M84453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working with i.mx solox.Use the gpio interrupt on m4 with MQX.&lt;/P&gt;&lt;P&gt;My porblem is when the A9 not boot to linux,the gpio interrupt work fine,but when the A9 boot to run linux,the gpio interrupt halt.the lwgpio_int_get_flag() return 1,but not run the interrupt callback fuction.I have change several gpios,but all the same.&lt;/P&gt;&lt;P&gt;can someone give me some suggustions?Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 02:54:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/solox-problem-with-gpio-interrupt/m-p/526593#M84453</guid>
      <dc:creator>will_peng</dc:creator>
      <dc:date>2016-08-15T02:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: solox:problem with gpio interrupt</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/solox-problem-with-gpio-interrupt/m-p/526594#M84454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can check if these gpios are used in linux and check&lt;/P&gt;&lt;P&gt;Table 52-2. RDC Peripheral Mapping i.MX6SX Reference Manual&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fcache.freescale.com%2Ffiles%2F32bit%2Fdoc%2Fref_manual%2FIMX6SXRM.pdf" rel="nofollow" target="_blank"&gt;http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6SXRM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for programming interrupt please follow attached MQX Guide&lt;/P&gt;&lt;P&gt;sect.9.4.10 lwgpio_int_init()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 03:12:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/solox-problem-with-gpio-interrupt/m-p/526594#M84454</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-08-18T03:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: solox:problem with gpio interrupt</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/solox-problem-with-gpio-interrupt/m-p/526595#M84455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for you help!&lt;/P&gt;&lt;P&gt;I'm working with the 3.14.28.&lt;/P&gt;&lt;P&gt;I think the the gpios are not used in linux,and&amp;nbsp; I only change the DTS .config file,not change the linux source code.&lt;/P&gt;&lt;P&gt;On the mqx side add RDC_PDAP_EIM_ID to rdc_perpheral_m4[] in init_hw.c.I use MQX to control the EIM;&lt;/P&gt;&lt;P&gt;The gpio I'm using is LWGPIO_PIN_LCD1_VSYNC.The gpio init sequence list below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; lw_gpio_init();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; lwgpio_set_functionality();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; lwgpio_set_attribute();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; lwgpio_int_init();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; _int_install_isr();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; _bsp_int_init();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; lwgpio_int_enable();&lt;/P&gt;&lt;P&gt;I'm a newer to i.mx,Please tell me what files&amp;nbsp;to check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 01:10:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/solox-problem-with-gpio-interrupt/m-p/526595#M84455</guid>
      <dc:creator>will_peng</dc:creator>
      <dc:date>2016-08-24T01:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: solox:problem with gpio interrupt</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/solox-problem-with-gpio-interrupt/m-p/526596#M84456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The gpio on LCD1_VSYNC can work with interrupts when disable the gpio3 in dts file.But&amp;nbsp;can not use the 32 pins of the gpio3 in linux now。&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 08:34:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/solox-problem-with-gpio-interrupt/m-p/526596#M84456</guid>
      <dc:creator>will_peng</dc:creator>
      <dc:date>2016-08-29T08:34:41Z</dc:date>
    </item>
  </channel>
</rss>

