<?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 Could not send 64 bytes of data through K20 USB in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Could-not-send-64-bytes-of-data-through-K20-USB/m-p/875613#M52071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using&amp;nbsp; &lt;STRONG&gt;Kinetis K20 USB&lt;/STRONG&gt; for data transfer but while trying to send exactly 64 bytes of data from K20, the data is not being sent out of USB. On sending &lt;STRONG&gt;less than 64 bytes of data, the data transfer is working fine&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any limitation on sending data at 64 bytes in K20 USB ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dinesh Kumar&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2019 10:51:02 GMT</pubDate>
    <dc:creator>d_dinesh_k</dc:creator>
    <dc:date>2019-01-31T10:51:02Z</dc:date>
    <item>
      <title>Could not send 64 bytes of data through K20 USB</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Could-not-send-64-bytes-of-data-through-K20-USB/m-p/875613#M52071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using&amp;nbsp; &lt;STRONG&gt;Kinetis K20 USB&lt;/STRONG&gt; for data transfer but while trying to send exactly 64 bytes of data from K20, the data is not being sent out of USB. On sending &lt;STRONG&gt;less than 64 bytes of data, the data transfer is working fine&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any limitation on sending data at 64 bytes in K20 USB ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dinesh Kumar&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2019 10:51:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Could-not-send-64-bytes-of-data-through-K20-USB/m-p/875613#M52071</guid>
      <dc:creator>d_dinesh_k</dc:creator>
      <dc:date>2019-01-31T10:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Could not send 64 bytes of data through K20 USB</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Could-not-send-64-bytes-of-data-through-K20-USB/m-p/875614#M52072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using 64byte endpoints to send data over an endpoint of length 64 you probably need to send an addition a zero length frame for that the USB host understands that the "complete" date has been received and should be processed.&lt;/P&gt;&lt;P&gt;Very probably the data has been sent but your host is not yet treating it - this is typical of USB-CDC, for example, and USB stacks that don't do this automatically for the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Complete K20 solutions, training and support:http://www.utasker.com/kinetis.html&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Kinetis K20:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;- &lt;A href="http://www.utasker.com/kinetis/FRDM-K20D50M.html" target="test_blank"&gt;http://www.utasker.com/kinetis/FRDM-K20D50M.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;- &lt;A href="http://www.utasker.com/kinetis/TWR-K20D50M.html" target="test_blank"&gt;http://www.utasker.com/kinetis/TWR-K20D50M.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;- &lt;A href="http://www.utasker.com/kinetis/TWR-K20D72M.html" target="test_blank"&gt;http://www.utasker.com/kinetis/TWR-K20D72M.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;- &lt;A href="http://www.utasker.com/kinetis/TEENSY_3.1.html" target="test_blank"&gt;http://www.utasker.com/kinetis/TEENSY_3.1.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;- &lt;A href="http://www.utasker.com/kinetis/tinyK20.html" target="test_blank"&gt;http://www.utasker.com/kinetis/tinyK20.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;USB: &lt;A href="http://www.utasker.com/docs/uTasker/USB_User_Guide.PDF" target="test_blank"&gt;http://www.utasker.com/docs/uTasker/USB_User_Guide.PDF&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;USB composites: &lt;A href="http://www.utasker.com/kinetis/USB_Device.html" target="test_blank"&gt;http://www.utasker.com/kinetis/USB_Device.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;USB-CDC host&amp;lt;-&amp;gt;device video: &lt;A href="https://www.youtube.com/watch?v=XhISV1czIo4&amp;amp;list=PLWKlVb_MqDQFZAulrUywU30v869JBYi9Q&amp;amp;index=16" target="test_blank"&gt;https://www.youtube.com/watch?v=XhISV1czIo4&amp;amp;list=PLWKlVb_MqDQFZAulrUywU30v869JBYi9Q&amp;amp;index=16&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2019 16:04:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Could-not-send-64-bytes-of-data-through-K20-USB/m-p/875614#M52072</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2019-01-31T16:04:24Z</dc:date>
    </item>
  </channel>
</rss>

