<?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: Interrupt configuration problem with MXT224E in imx6DL android kitkat</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Interrupt-configuration-problem-with-MXT224E-in-imx6DL-android/m-p/548172#M85944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am facing a problem with interrupts. When I give the command "cat /proc/interrupts" I can see atmel_mxt_ts interrupt but when I touch the screen it is not responding that is I cannot see the interrupt requests increasing when pressing the touchscreen. Can anyone help with this? Does anybody have the documentation for configuring the interrupts in the board file or do I have to make changes in driver file? Thanks in advance.&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Aug 2016 18:43:54 GMT</pubDate>
    <dc:creator>vivektol</dc:creator>
    <dc:date>2016-08-31T18:43:54Z</dc:date>
    <item>
      <title>Interrupt configuration problem with MXT224E in imx6DL android kitkat</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Interrupt-configuration-problem-with-MXT224E-in-imx6DL-android/m-p/548167#M85939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&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; We are interfacing Atmel MXT224E touchscreen with imx6DL Processor in Android Kitkat 4.4.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have connected it to I2C-2 and interrupt pin is used in GPIO_1_8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are getting acknowledge from Touchscreen with Family ID, Variant ID and version correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But some problem is with interrupt. When we touch the screen interrupt number is not incremented after checking using&lt;/P&gt;&lt;P&gt;cat /proc/interrupts command but if manually short it to Ground then it will increment the number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this problem any configuration setting we have to do in kernel setting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 15:46:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Interrupt-configuration-problem-with-MXT224E-in-imx6DL-android/m-p/548167#M85939</guid>
      <dc:creator>vivektol</dc:creator>
      <dc:date>2016-08-22T15:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Interrupt configuration problem with MXT224E in imx6DL android kitkat</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Interrupt-configuration-problem-with-MXT224E-in-imx6DL-android/m-p/548168#M85940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi VIVEK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; interrupt could be triggered by level or edge, which can be configured,&lt;/P&gt;&lt;P&gt;for android interrupt handling example one can look at&lt;/P&gt;&lt;P&gt;&lt;A href="http://android.serverbox.ch/?p=972" title="http://android.serverbox.ch/?p=972"&gt;Working with GPIO on the Wandboard and Writing an Android Driver for GPIO Interrupts | Using Android in Industrial Autom…&lt;/A&gt; &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>Mon, 22 Aug 2016 23:32:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Interrupt-configuration-problem-with-MXT224E-in-imx6DL-android/m-p/548168#M85940</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-08-22T23:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Interrupt configuration problem with MXT224E in imx6DL android kitkat</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Interrupt-configuration-problem-with-MXT224E-in-imx6DL-android/m-p/548169#M85941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I have done the settings as per your suggestions but i'm still not getting any interrupt from the touch screen.&lt;/P&gt;&lt;P&gt;Please guide me further. Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 21:26:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Interrupt-configuration-problem-with-MXT224E-in-imx6DL-android/m-p/548169#M85941</guid>
      <dc:creator>vivektol</dc:creator>
      <dc:date>2016-08-23T21:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Interrupt configuration problem with MXT224E in imx6DL android kitkat</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Interrupt-configuration-problem-with-MXT224E-in-imx6DL-android/m-p/548170#M85942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already done all the changes suggested by you by still the problem remains unresolved. Please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 16:28:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Interrupt-configuration-problem-with-MXT224E-in-imx6DL-android/m-p/548170#M85942</guid>
      <dc:creator>vivektol</dc:creator>
      <dc:date>2016-08-24T16:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Interrupt configuration problem with MXT224E in imx6DL android kitkat</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Interrupt-configuration-problem-with-MXT224E-in-imx6DL-android/m-p/548171#M85943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am facing a problem with interrupts. When I give the command "cat /proc/interrupts" I can see atmel_mxt_ts interrupt but when I touch the screen it is not responding that is I cannot see the interrupt requests increasing when pressing the touchscreen. Can anyone help with this? Does anybody have the documentation for configuring the interrupts in the board file or do I have to make changes in driver file? Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 19:37:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Interrupt-configuration-problem-with-MXT224E-in-imx6DL-android/m-p/548171#M85943</guid>
      <dc:creator>vivektol</dc:creator>
      <dc:date>2016-08-25T19:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Interrupt configuration problem with MXT224E in imx6DL android kitkat</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Interrupt-configuration-problem-with-MXT224E-in-imx6DL-android/m-p/548172#M85944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am facing a problem with interrupts. When I give the command "cat /proc/interrupts" I can see atmel_mxt_ts interrupt but when I touch the screen it is not responding that is I cannot see the interrupt requests increasing when pressing the touchscreen. Can anyone help with this? Does anybody have the documentation for configuring the interrupts in the board file or do I have to make changes in driver file? Thanks in advance.&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 18:43:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Interrupt-configuration-problem-with-MXT224E-in-imx6DL-android/m-p/548172#M85944</guid>
      <dc:creator>vivektol</dc:creator>
      <dc:date>2016-08-31T18:43:54Z</dc:date>
    </item>
  </channel>
</rss>

