<?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>Kinetis Microcontrollers中的主题 Re: KINETIS_120MHZ_SC USBFS_device example High Speed</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KINETIS-120MHZ-SC-USBFS-device-example-High-Speed/m-p/294080#M11959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ma, I am trying to implement a vendor specific high speed device that implements a upstream (IN) speed test over a 512 byte bulk endpoint. The basis for this was copied from the CDC device example out of USB stack 4.1.1. The non control endpoints are are initialized with ZLT = 1:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; (&lt;/SPAN&gt;&lt;SPAN style="; color: #7f0055; font-size: 10pt;"&gt;&lt;STRONG&gt;void&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="; color: #642880; font-size: 10pt;"&gt;&lt;STRONG&gt;_usb_device_init_endpoint&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&amp;amp;controller_ID, ep_struct-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: 10pt;"&gt;ep_num&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; ep_struct-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: 10pt;"&gt;size&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, ep_struct-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: 10pt;"&gt;direction&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, ep_struct-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: 10pt;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, 1); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The device calls USB_Class_Send_Data() with 5*4096 bytes of data when the &lt;/SPAN&gt;USB_APP_ENUM_COMPLETE event is detected, and then sends another 5*4096 byte block every time the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USB_APP_SEND_COMPLETE event occurs. This is working but it appears that the host also gets a zero length packet after each 5*4096 byte block. My question is how do I disable the zero length condition after each block I am trying to simulate a continuous stream. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2014 16:25:55 GMT</pubDate>
    <dc:creator>peterweatherall</dc:creator>
    <dc:date>2014-04-22T16:25:55Z</dc:date>
    <item>
      <title>KINETIS_120MHZ_SC USBFS_device example High Speed</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KINETIS-120MHZ-SC-USBFS-device-example-High-Speed/m-p/294078#M11957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking for information on what needs to be done to modify the KINETIS_120MHZ_SC USBFS_device example for high speed USB (480Mb/s) operation using the TWR-SER2 board. Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 22:10:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KINETIS-120MHZ-SC-USBFS-device-example-High-Speed/m-p/294078#M11957</guid>
      <dc:creator>peterweatherall</dc:creator>
      <dc:date>2014-04-10T22:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: KINETIS_120MHZ_SC USBFS_device example High Speed</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KINETIS-120MHZ-SC-USBFS-device-example-High-Speed/m-p/294079#M11958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check Kinetis USB Stack V4.1.1 from below link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MEDICALUSB&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MEDICALUSB&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;USB Stack&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Customer can select K70 project and set "HIGH_SPEED_DEVICE" macro at &amp;lt;user_config.h&amp;gt; file.&lt;/P&gt;&lt;P&gt;#if (defined MCU_MK70F12) || (defined __MCF52277_H__)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define&amp;nbsp; HIGH_SPEED_DEVICE&amp;nbsp;&amp;nbsp;&amp;nbsp; (1)&lt;/P&gt;&lt;P&gt;#else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define&amp;nbsp; HIGH_SPEED_DEVICE&amp;nbsp;&amp;nbsp;&amp;nbsp; (0)&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Wish it helps.&lt;BR /&gt; &lt;BR /&gt;Best regards,&lt;BR /&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 03:02:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KINETIS-120MHZ-SC-USBFS-device-example-High-Speed/m-p/294079#M11958</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2014-04-22T03:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: KINETIS_120MHZ_SC USBFS_device example High Speed</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KINETIS-120MHZ-SC-USBFS-device-example-High-Speed/m-p/294080#M11959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ma, I am trying to implement a vendor specific high speed device that implements a upstream (IN) speed test over a 512 byte bulk endpoint. The basis for this was copied from the CDC device example out of USB stack 4.1.1. The non control endpoints are are initialized with ZLT = 1:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; (&lt;/SPAN&gt;&lt;SPAN style="; color: #7f0055; font-size: 10pt;"&gt;&lt;STRONG&gt;void&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="; color: #642880; font-size: 10pt;"&gt;&lt;STRONG&gt;_usb_device_init_endpoint&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&amp;amp;controller_ID, ep_struct-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: 10pt;"&gt;ep_num&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; ep_struct-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: 10pt;"&gt;size&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, ep_struct-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: 10pt;"&gt;direction&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, ep_struct-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: 10pt;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, 1); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The device calls USB_Class_Send_Data() with 5*4096 bytes of data when the &lt;/SPAN&gt;USB_APP_ENUM_COMPLETE event is detected, and then sends another 5*4096 byte block every time the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USB_APP_SEND_COMPLETE event occurs. This is working but it appears that the host also gets a zero length packet after each 5*4096 byte block. My question is how do I disable the zero length condition after each block I am trying to simulate a continuous stream. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 16:25:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KINETIS-120MHZ-SC-USBFS-device-example-High-Speed/m-p/294080#M11959</guid>
      <dc:creator>peterweatherall</dc:creator>
      <dc:date>2014-04-22T16:25:55Z</dc:date>
    </item>
  </channel>
</rss>

