<?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: Touch is not  working in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1617156#M202872</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/212319"&gt;@vipuljain91&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for letting me know!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Two things:&lt;/P&gt;
&lt;P&gt;1 Please try to test with the MCUXpresso IDE , just to have the same setup.&lt;/P&gt;
&lt;P&gt;2 Share with me your generated axf/binary to run it on my side.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the I2C receive function is not working, is there any activity from the touch panel of the driver?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Diego&lt;/P&gt;</description>
    <pubDate>Thu, 16 Mar 2023 23:38:31 GMT</pubDate>
    <dc:creator>diego_charles</dc:creator>
    <dc:date>2023-03-16T23:38:31Z</dc:date>
    <item>
      <title>Touch is not  working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1604489#M201937</link>
      <description>&lt;P&gt;I am working on IMXRT1050-EVKB. I took am example code from SDK "EVKB-IMXRT1050-guix_washing_machine".&lt;/P&gt;&lt;P&gt;Touch is not working for me. Please help me what I need to modify&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vipul&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 09:42:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1604489#M201937</guid>
      <dc:creator>vipuljain91</dc:creator>
      <dc:date>2023-02-23T09:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Touch is not  working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1606314#M202077</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/212319"&gt;@vipuljain91&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please make sure that your display matches with one of the two supported LCDs.&lt;/P&gt;
&lt;P&gt;First recommendation is:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Open the display_support.h , located in the&amp;nbsp; board folder of the host project and ensure that your LCD panel is selected.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Setup for RK043FN66HS display&lt;/P&gt;
&lt;TABLE class=" lia-indent-margin-left-30px"&gt;
&lt;TBODY class="lia-indent-padding-left-30px"&gt;
&lt;TR class="lia-indent-padding-left-30px"&gt;
&lt;TD width="727" class="lia-indent-padding-left-30px"&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;#define&lt;/STRONG&gt; DEMO_PANEL_RK043FN02H&amp;nbsp; 0 /* RK043FN02H-CT */&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;#define&lt;/STRONG&gt; DEMO_PANEL_RK043FN66HS 1 /* RK043FN66HS-CTG */&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;/* @TEST_ANCHOR */&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;#ifndef&lt;/STRONG&gt; DEMO_PANEL&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;#define&lt;/STRONG&gt; DEMO_PANEL DEMO_PANEL_RK043FN66HS&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;#endif&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Setup for RK043FN02H display&lt;/P&gt;
&lt;TABLE class=" lia-indent-margin-left-30px"&gt;
&lt;TBODY class="lia-indent-padding-left-30px"&gt;
&lt;TR class="lia-indent-padding-left-30px"&gt;
&lt;TD width="727" class="lia-indent-padding-left-30px"&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;#define&lt;/STRONG&gt; DEMO_PANEL_RK043FN02H&amp;nbsp; 1 /* RK043FN02H-CT */&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;#define&lt;/STRONG&gt; DEMO_PANEL_RK043FN66HS 0 /* RK043FN66HS-CTG */&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;/* @TEST_ANCHOR */&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;#ifndef&lt;/STRONG&gt; DEMO_PANEL&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;#define&lt;/STRONG&gt; DEMO_PANEL DEMO_PANEL_RK043FN02H&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;#endif&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Second recommendation is: If using the&amp;nbsp; RK043FN66HS display,&amp;nbsp; try to use the attached file driver. It is basically the same touch panel driver from the SDK , just we added some extra delays.&lt;/P&gt;
&lt;P&gt;If this does not works, let me know.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Diego&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 19:11:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1606314#M202077</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2023-02-27T19:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Touch is not  working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1609088#M202292</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any example code in sdk for using this fsl_gt911 driver with the LCD using segger emwin?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 09:23:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1609088#M202292</guid>
      <dc:creator>EmbeddedTech</dc:creator>
      <dc:date>2023-03-03T09:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Touch is not  working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1609393#M202315</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189325"&gt;@EmbeddedTech&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you had issues with the&amp;nbsp;&lt;SPAN&gt;fsl_gt911 driver that comes already in the SDK 2.13 ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/212319"&gt;@vipuljain91&lt;/a&gt;&amp;nbsp; could you confirm if the modified fsl_gt911 that I shared works for you?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Diego&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 18:32:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1609393#M202315</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2023-03-03T18:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Touch is not  working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1609586#M202330</link>
      <description>&lt;P&gt;Hi Diego,&lt;/P&gt;&lt;P&gt;I have not checked the driver on my board yet as I will be receiving the custom board only next week. Before that I am trying to integrate the code and keep, so that I can test it on the board once I receive it.&lt;/P&gt;&lt;P&gt;If I am not wrong, in sdk all examples use ft5406 touch driver. I would like to know if there is any example code in sdk with gt911 touch driver so that I can refer how it is interfaced with the IIC driver and used in application.&lt;/P&gt;&lt;P&gt;Your help on this is highly appreciated.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 01:30:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1609586#M202330</guid>
      <dc:creator>EmbeddedTech</dc:creator>
      <dc:date>2023-03-06T01:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Touch is not  working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1609726#M202342</link>
      <description>&lt;P&gt;Hi Diego,&lt;/P&gt;&lt;P&gt;Sorry I was referring to the old SDK version 2_10 which didn't have examples for gt911 driver. The latest sdk has got examples for this touch driver. I will let you know if its working for me after receiving the board.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 05:22:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1609726#M202342</guid>
      <dc:creator>EmbeddedTech</dc:creator>
      <dc:date>2023-03-06T05:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Touch is not  working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1610241#M202379</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189325"&gt;@EmbeddedTech&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far I know, since SDK v.2.11 support for&amp;nbsp;&lt;SPAN&gt;gt911 touch driver&amp;nbsp; was added.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Diego&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 18:36:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1610241#M202379</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2023-03-06T18:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Touch is not  working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1610244#M202380</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189325"&gt;@EmbeddedTech&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Correct, latest SDK versions include the&amp;nbsp;&lt;SPAN&gt;gt911 touch driver&amp;nbsp;, and a macro for selecting the display that uses this driver.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you get issues with the default&amp;nbsp;gt911 touch driver&amp;nbsp;, please try to use the driver mod that I shared in the post. There are just some extra delays for initialization.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Let us know your results.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Diego&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 18:39:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1610244#M202380</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2023-03-06T18:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Touch is not  working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1610562#M202404</link>
      <description>&lt;P&gt;Hi, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/89833"&gt;@diego_charles&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for sharing updated files, but still touch is not working.&amp;nbsp;I2C_ReceiveFunc is not working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 05:25:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1610562#M202404</guid>
      <dc:creator>vipuljain91</dc:creator>
      <dc:date>2023-03-07T05:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Touch is not  working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1611133#M202453</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/212319"&gt;@vipuljain91&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for letting me know!&lt;/P&gt;
&lt;P&gt;Would you be able to test with the&amp;nbsp;MCUXpresso IDE?&lt;/P&gt;
&lt;P&gt;Have you selected the proper display in display_support.h?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Diego&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 20:22:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1611133#M202453</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2023-03-07T20:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Touch is not  working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1612234#M202509</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/89833"&gt;@diego_charles&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I&amp;nbsp; have selected proper display.&lt;/P&gt;&lt;P&gt;I am working with IAR IDE&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 07:37:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1612234#M202509</guid>
      <dc:creator>vipuljain91</dc:creator>
      <dc:date>2023-03-09T07:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Touch is not  working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1617156#M202872</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/212319"&gt;@vipuljain91&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for letting me know!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Two things:&lt;/P&gt;
&lt;P&gt;1 Please try to test with the MCUXpresso IDE , just to have the same setup.&lt;/P&gt;
&lt;P&gt;2 Share with me your generated axf/binary to run it on my side.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the I2C receive function is not working, is there any activity from the touch panel of the driver?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Diego&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 23:38:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1617156#M202872</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2023-03-16T23:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Touch is not  working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1636910#M204495</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/212319"&gt;@vipuljain91&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Did you manage to make the GT911 touch driver work with your board.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 05:48:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1636910#M204495</guid>
      <dc:creator>EmbeddedTech</dc:creator>
      <dc:date>2023-04-20T05:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Touch is not  working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1721481#M212485</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/212319"&gt;@vipuljain91&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/89833"&gt;@diego_charles&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I have the same problem with the I2C receive. The I2C status is always in busy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you manage to get over this problem?&lt;/P&gt;&lt;P&gt;Your help on this is highly appreciated.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 01:32:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1721481#M212485</guid>
      <dc:creator>EmbeddedTech</dc:creator>
      <dc:date>2023-09-13T01:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Touch is not  working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1721655#M212499</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189325"&gt;@EmbeddedTech&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have not seen this issues appearing again on RT106x EVKs.&lt;/P&gt;
&lt;P&gt;Are you implementing your custom SW? If possible let me know more about your setup.&lt;/P&gt;
&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Diego&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 05:18:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1721655#M212499</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2023-09-13T05:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Touch is not  working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1721661#M212500</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/89833"&gt;@diego_charles&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Yes, I am using it in the custom hardware, the schematic is same as the eval board schematic for the touch and display. I got this working in one of the hardware previously, but the same code is not working with other board. I have used the same gt911 driver as in the sdk. What could the possible cause for the I2C to remain busy. I have used internal pull up of 22K. Is there anything else need to be taken care of.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 05:25:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Touch-is-not-working/m-p/1721661#M212500</guid>
      <dc:creator>EmbeddedTech</dc:creator>
      <dc:date>2023-09-13T05:25:21Z</dc:date>
    </item>
  </channel>
</rss>

