<?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 USB device Multipacket on mcf537x in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/USB-device-Multipacket-on-mcf537x/m-p/152845#M4124</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&amp;nbsp;am working on mcf5373 and I have some problem with the USB OTG in mode device.&lt;/P&gt;&lt;P&gt;My problem is the following.&amp;nbsp;The host USB, where i m connected send me a multi-packet but i don't know how many packets I do wait.&lt;/P&gt;&lt;P&gt;In my source code I initialize ep_qh and dtd&amp;nbsp;with 64 bytesmax,&lt;/P&gt;&lt;P&gt;In my interrupt, &amp;nbsp;I acknoledge&amp;nbsp;the Interrupt, I read the 64 octets received and i initialise the dtd to read 64 bytes.&lt;/P&gt;&lt;P&gt;this work for the first packet but after i have no interrput to read the following packets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help me?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Oct 2010 23:30:51 GMT</pubDate>
    <dc:creator>sbouvet</dc:creator>
    <dc:date>2010-10-04T23:30:51Z</dc:date>
    <item>
      <title>USB device Multipacket on mcf537x</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/USB-device-Multipacket-on-mcf537x/m-p/152845#M4124</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&amp;nbsp;am working on mcf5373 and I have some problem with the USB OTG in mode device.&lt;/P&gt;&lt;P&gt;My problem is the following.&amp;nbsp;The host USB, where i m connected send me a multi-packet but i don't know how many packets I do wait.&lt;/P&gt;&lt;P&gt;In my source code I initialize ep_qh and dtd&amp;nbsp;with 64 bytesmax,&lt;/P&gt;&lt;P&gt;In my interrupt, &amp;nbsp;I acknoledge&amp;nbsp;the Interrupt, I read the 64 octets received and i initialise the dtd to read 64 bytes.&lt;/P&gt;&lt;P&gt;this work for the first packet but after i have no interrput to read the following packets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help me?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 23:30:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/USB-device-Multipacket-on-mcf537x/m-p/152845#M4124</guid>
      <dc:creator>sbouvet</dc:creator>
      <dc:date>2010-10-04T23:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: USB device Multipacket on mcf537x</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/USB-device-Multipacket-on-mcf537x/m-p/152846#M4125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may be working from this already, but check section 4.7.1 of:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.intel.com/technology/usb/download/ehci-r10.pdf" rel="nofollow" target="_blank"&gt;http://www.intel.com/technology/usb/download/ehci-r10.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;available from:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.intel.com/technology/usb/ehcispec.htm" rel="nofollow" target="_blank"&gt;http://www.intel.com/technology/usb/ehcispec.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know more than that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 11:45:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/USB-device-Multipacket-on-mcf537x/m-p/152846#M4125</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2010-10-05T11:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: USB device Multipacket on mcf537x</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/USB-device-Multipacket-on-mcf537x/m-p/152847#M4126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000;"&gt;Hello,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;I found my mistake.&lt;/SPAN&gt; &lt;SPAN&gt;I do not initialize the ZLT bit of the&amp;nbsp;associate EndPoint.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ebeff9;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 20:01:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/USB-device-Multipacket-on-mcf537x/m-p/152847#M4126</guid>
      <dc:creator>sbouvet</dc:creator>
      <dc:date>2010-10-05T20:01:57Z</dc:date>
    </item>
  </channel>
</rss>

