<?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: LPC546x USB stack code documentation for example dev_cdc_vcom_bm not found</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546x-USB-stack-code-documentation-for-example-dev-cdc-vcom-bm/m-p/884359#M35420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check attached the SDK USB docs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Sol&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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>Sat, 19 Jan 2019 03:16:11 GMT</pubDate>
    <dc:creator>soledad</dc:creator>
    <dc:date>2019-01-19T03:16:11Z</dc:date>
    <item>
      <title>LPC546x USB stack code documentation for example dev_cdc_vcom_bm not found</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546x-USB-stack-code-documentation-for-example-dev-cdc-vcom-bm/m-p/884358#M35419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="color: #000000; font-weight: normal; text-decoration: none;"&gt;SDK Name: SDK_2.x_LPCXpresso54608&lt;/DIV&gt;&lt;DIV style="color: #000000; font-weight: normal; text-decoration: none;"&gt;SDK Version: 2.4.1 (2018-06-18)&lt;/DIV&gt;&lt;DIV style="color: #000000; font-weight: normal; text-decoration: none;"&gt;Example Name: usb_examples/dev_cdc_vcom_bm&lt;/DIV&gt;&lt;DIV style="color: #000000; font-weight: normal; text-decoration: none;"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-weight: normal; text-decoration: none;"&gt;Expected Usage:&lt;/DIV&gt;&lt;DIV style="color: #000000; font-weight: normal; text-decoration: none;"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-weight: normal; text-decoration: none;"&gt;We use LPC54606/54608 to setup virtual com service to Mac / PC, and use Mac / PC serial service to stream data from board. Since there is no actual “serial port” on either side, the speed should be USB 2.0 High-Speed, which is 480Mb/s in bare PHY, not considering communication overheads.&lt;/DIV&gt;&lt;DIV style="color: #000000; font-weight: normal; text-decoration: none;"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-weight: normal; text-decoration: none;"&gt;In experiments, we do cover the current speed needs, which is 16MB/s.&lt;/DIV&gt;&lt;DIV style="color: #000000; font-weight: normal; text-decoration: none;"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-weight: normal; text-decoration: none;"&gt;Now we would like to learn more about this code. The top-level entry is:&lt;/DIV&gt;&lt;DIV style="color: #000000; font-weight: normal; text-decoration: none;"&gt;USB_DeviceCdcAcmSend(s_cdcVcom.cdcAcmHandle, USB_CDC_VCOM_BULK_IN_ENDPOINT, s_currSendBuf, size);&lt;/DIV&gt;&lt;DIV style="color: #000000; font-weight: normal; text-decoration: none;"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-weight: normal; text-decoration: none;"&gt;which calls:&lt;/DIV&gt;&lt;DIV style="color: #000000; font-weight: normal; text-decoration: none;"&gt;USB_DeviceSendRequest(cdcAcmHandle-&amp;gt;handle, ep, buffer, length);&lt;/DIV&gt;&lt;DIV style="color: #000000; font-weight: normal; text-decoration: none;"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-weight: normal; text-decoration: none;"&gt;which calls&lt;/DIV&gt;&lt;DIV style="color: #000000; font-weight: normal; text-decoration: none;"&gt;deviceHandle-&amp;gt;controllerInterface-&amp;gt;deviceSend(deviceHandle-&amp;gt;controllerHandle, endpointAddress,buffer, length);&lt;/DIV&gt;&lt;DIV style="color: #000000; font-weight: normal; text-decoration: none;"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-weight: normal; text-decoration: none;"&gt;This seems to be the last level we could reach. Is there any documentation on how the bottom-level USB stack is organized or runs?&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2019 09:53:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546x-USB-stack-code-documentation-for-example-dev-cdc-vcom-bm/m-p/884358#M35419</guid>
      <dc:creator>yiningzhang</dc:creator>
      <dc:date>2019-01-18T09:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: LPC546x USB stack code documentation for example dev_cdc_vcom_bm not found</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546x-USB-stack-code-documentation-for-example-dev-cdc-vcom-bm/m-p/884359#M35420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check attached the SDK USB docs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Sol&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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>Sat, 19 Jan 2019 03:16:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546x-USB-stack-code-documentation-for-example-dev-cdc-vcom-bm/m-p/884359#M35420</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2019-01-19T03:16:11Z</dc:date>
    </item>
  </channel>
</rss>

