<?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: IMXRT1050-EVKB LCD+USB</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMXRT1050-EVKB-LCD-USB/m-p/840339#M128915</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you also copy the "Defined symbols" to the project?&lt;/P&gt;&lt;P&gt;You can find the "Defined symbols" in the project's properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/61763iB958727AAC5A0EC4/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Dec 2018 10:33:42 GMT</pubDate>
    <dc:creator>jimmychan</dc:creator>
    <dc:date>2018-12-06T10:33:42Z</dc:date>
    <item>
      <title>IMXRT1050-EVKB LCD+USB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMXRT1050-EVKB-LCD-USB/m-p/840338#M128914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hello, in continuity to my previous question: &lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2004" data-containertype="14" data-objectid="490615" data-objecttype="1" href="https://community.nxp.com/thread/490615"&gt;https://community.nxp.com/thread/490615&lt;/A&gt;&lt;SPAN&gt;, I am posting my code to see if anyone can help me.&lt;/SPAN&gt;&lt;BR /&gt;Note that in order to test I commented the while (1) {} that calls the screen initialization and I made a new loop to run the USB.&lt;/P&gt;&lt;P&gt;To test if the monitor is working, just comment the USB loop and uncomment the LCD loop.&lt;/P&gt;&lt;P&gt;I did so to test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//loop USB Host (J9 to IMXRT1050-EVKB)&lt;/P&gt;&lt;P&gt;USB_HostApplicationInit();&lt;BR /&gt;while(1){&lt;BR /&gt; USB_HostTaskFn(g_HostHandle);&lt;BR /&gt; USB_HostMsdTask(&amp;amp;g_MsdFatfsInstance);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//loop LCD&lt;/P&gt;&lt;P&gt;/* initLed();&lt;BR /&gt;gpio_pin_config_t led_config = {kGPIO_DigitalOutput, 0, kGPIO_NoIntmode};&lt;BR /&gt;GPIO_PinInit(EXAMPLE_LED_GPIO, EXAMPLE_LED_GPIO_PIN, &amp;amp;led_config);&lt;BR /&gt;GPIO_PinWrite(EXAMPLE_LED_GPIO, EXAMPLE_LED_GPIO_PIN, 1U);&lt;/P&gt;&lt;P&gt;GUI_Init();&lt;BR /&gt;CreateMY_LCD();&lt;BR /&gt;WM_Exec();&lt;BR /&gt;while (1){&lt;BR /&gt; if (BOARD_Touch_Poll()){&lt;BR /&gt; #ifdef GUI_BUFFERS&lt;BR /&gt; GUI_MULTIBUF_Begin();&lt;BR /&gt; #endif&lt;BR /&gt; GUI_Exec();&lt;BR /&gt; #ifdef GUI_BUFFERS&lt;BR /&gt; GUI_MULTIBUF_End();&lt;BR /&gt; #endif&lt;BR /&gt; }&lt;BR /&gt;}*/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2018 17:30:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMXRT1050-EVKB-LCD-USB/m-p/840338#M128914</guid>
      <dc:creator>eliezer_fortron</dc:creator>
      <dc:date>2018-12-05T17:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1050-EVKB LCD+USB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMXRT1050-EVKB-LCD-USB/m-p/840339#M128915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you also copy the "Defined symbols" to the project?&lt;/P&gt;&lt;P&gt;You can find the "Defined symbols" in the project's properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/61763iB958727AAC5A0EC4/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2018 10:33:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMXRT1050-EVKB-LCD-USB/m-p/840339#M128915</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2018-12-06T10:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1050-EVKB LCD+USB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMXRT1050-EVKB-LCD-USB/m-p/840340#M128916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jimmychan,&lt;BR /&gt;I tried this too, there were even some macros disabled. So I copied the USB symbols to the project and enabled the macros, but even then, only the screen works the USB does not.&lt;/P&gt;&lt;P&gt;Grateful for the attention.&lt;BR /&gt;Sorry my wrong english&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2018 10:40:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMXRT1050-EVKB-LCD-USB/m-p/840340#M128916</guid>
      <dc:creator>eliezer_fortron</dc:creator>
      <dc:date>2018-12-06T10:40:19Z</dc:date>
    </item>
  </channel>
</rss>

