<?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: rt1050 freertos usb in MCUXpresso General</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/rt1050-freertos-usb/m-p/787567#M586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a sample project about ready to go. Where/how to post that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian Haysbrook&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(563) 359-7501 x 367&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Dec 2018 21:42:26 GMT</pubDate>
    <dc:creator>BrianHBrook</dc:creator>
    <dc:date>2018-12-17T21:42:26Z</dc:date>
    <item>
      <title>rt1050 freertos usb</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/rt1050-freertos-usb/m-p/787563#M582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The FreeRTOS USB host driver will&amp;nbsp;frequently dereference NULL pointers from functions USB_HostEhciQtdListRelease&amp;nbsp;and USB_HostEhciQhQtdListInit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function USB_HostEhciTransactionDone&amp;nbsp;has been seen to&amp;nbsp;enter an endless loop. Line 3555 of usb_host_ehci.c reads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nextTransfer = transfer-&amp;gt;next;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but &lt;STRONG&gt;transfer-&amp;gt;next&lt;/STRONG&gt; pointed to &lt;STRONG&gt;transfer&lt;/STRONG&gt; so the loop never terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The USB Mass Storage Device is being used to log application data to a USB drive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SDK version 2.4.2 is being used with version 10.2.0 of MCUXpresso.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone seen anything like this before, and know of a fix?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2018 18:54:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/rt1050-freertos-usb/m-p/787563#M582</guid>
      <dc:creator>BrianHBrook</dc:creator>
      <dc:date>2018-12-11T18:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: rt1050 freertos usb</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/rt1050-freertos-usb/m-p/787564#M583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which demo you are using, Could you please let me know how to reproduce your issue on my side?&lt;/P&gt;&lt;P&gt;Or you can submit a ticket to us if you your code is private.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/support:SUPPORTHOME?tid=sbmenu" title="https://www.nxp.com/support/support:SUPPORTHOME?tid=sbmenu"&gt;Support|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/70092i6202D388C3F69422/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2018 08:29:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/rt1050-freertos-usb/m-p/787564#M583</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2018-12-13T08:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: rt1050 freertos usb</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/rt1050-freertos-usb/m-p/787565#M584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This issue is hard to reproduce with a demo, but not impossible. Easier to reproduce with our code. In any case, the code must be run until failure, which could be minutes or hours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the phrase&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;“Or you can submit a ticket to us if you your code is private.”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;imply the possibility of you working with our codebase? If so, what about the possibility of a portion of it being provided as a static library without source code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian Haysbrook&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(563) 359-7501 x 367&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2018 19:24:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/rt1050-freertos-usb/m-p/787565#M584</guid>
      <dc:creator>BrianHBrook</dc:creator>
      <dc:date>2018-12-14T19:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: rt1050 freertos usb</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/rt1050-freertos-usb/m-p/787566#M585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is better to make a simplified project to reproduce this issue, it is hard to debug a library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2018 08:38:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/rt1050-freertos-usb/m-p/787566#M585</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2018-12-17T08:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: rt1050 freertos usb</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/rt1050-freertos-usb/m-p/787567#M586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a sample project about ready to go. Where/how to post that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian Haysbrook&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(563) 359-7501 x 367&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2018 21:42:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/rt1050-freertos-usb/m-p/787567#M586</guid>
      <dc:creator>BrianHBrook</dc:creator>
      <dc:date>2018-12-17T21:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: rt1050 freertos usb</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/rt1050-freertos-usb/m-p/787568#M587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please refer to below link to submit a request.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-329745"&gt;How to submit a new question for NXP Support&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please click the all support options&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/70525i2962BA1E3103030C/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2018 03:25:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/rt1050-freertos-usb/m-p/787568#M587</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2018-12-21T03:25:57Z</dc:date>
    </item>
  </channel>
</rss>

