<?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>LPC MicrocontrollersのトピックRe: How to send a zero length packet</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-a-zero-length-packet/m-p/787318#M31663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Li,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are starting a new USB-based application, it is recommended considering a newer LPC device, because LPC2xxx are now legacy devices.&lt;/P&gt;&lt;P&gt;Regarding zero-length packet, it may depend of the used USB stack; you could take a look at the following links for reference:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/micromint/LPCOpen-keil-lpc43xx/blob/master/applications/lpc18xx_43xx/examples/usbd_rom/usbd_rom_libusb/libusbdev.h"&gt;https://github.com/micromint/LPCOpen-keil-lpc43xx/blob/master/applications/lpc18xx_43xx/examples/usbd_rom/usbd_rom_libusb/libusbdev.h&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.keil.com/forum/16271/arm7-lpc2148-amp-usb-communication/"&gt;http://www.keil.com/forum/16271/arm7-lpc2148-amp-usb-communication/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN10703.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN10703.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this will be useful for you.&lt;BR /&gt;Best regards!&lt;BR /&gt;/Carlos&lt;BR /&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, 04 Sep 2018 22:10:13 GMT</pubDate>
    <dc:creator>CarlosCasillas</dc:creator>
    <dc:date>2018-09-04T22:10:13Z</dc:date>
    <item>
      <title>How to send a zero length packet</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-a-zero-length-packet/m-p/787317#M31662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I design a HID USB device with the LPC2468. According to the USB specification，when processing the Setup transfer, a zero length packet should be sended to the host at the status stage .I want to know the flow about sending the zero length packet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 13:48:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-a-zero-length-packet/m-p/787317#M31662</guid>
      <dc:creator>li_sw</dc:creator>
      <dc:date>2018-09-03T13:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a zero length packet</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-a-zero-length-packet/m-p/787318#M31663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Li,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are starting a new USB-based application, it is recommended considering a newer LPC device, because LPC2xxx are now legacy devices.&lt;/P&gt;&lt;P&gt;Regarding zero-length packet, it may depend of the used USB stack; you could take a look at the following links for reference:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/micromint/LPCOpen-keil-lpc43xx/blob/master/applications/lpc18xx_43xx/examples/usbd_rom/usbd_rom_libusb/libusbdev.h"&gt;https://github.com/micromint/LPCOpen-keil-lpc43xx/blob/master/applications/lpc18xx_43xx/examples/usbd_rom/usbd_rom_libusb/libusbdev.h&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.keil.com/forum/16271/arm7-lpc2148-amp-usb-communication/"&gt;http://www.keil.com/forum/16271/arm7-lpc2148-amp-usb-communication/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN10703.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN10703.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this will be useful for you.&lt;BR /&gt;Best regards!&lt;BR /&gt;/Carlos&lt;BR /&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, 04 Sep 2018 22:10:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-a-zero-length-packet/m-p/787318#M31663</guid>
      <dc:creator>CarlosCasillas</dc:creator>
      <dc:date>2018-09-04T22:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a zero length packet</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-a-zero-length-packet/m-p/787319#M31664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Thank you very much.My problem has been solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 12:25:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-a-zero-length-packet/m-p/787319#M31664</guid>
      <dc:creator>li_sw</dc:creator>
      <dc:date>2018-09-10T12:25:20Z</dc:date>
    </item>
  </channel>
</rss>

