<?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 Re: LPC54608  usb_device_msc_sdcard_lite  in the  usb_examples  has some questions in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-usb-device-msc-sdcard-lite-in-the-usb-examples-has-some/m-p/666566#M26671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a separate folder that you need to download from the SDK link,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/79763i64EDF16339D8CA65/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jan 2019 23:17:36 GMT</pubDate>
    <dc:creator>soledad</dc:creator>
    <dc:date>2019-01-15T23:17:36Z</dc:date>
    <item>
      <title>LPC54608  usb_device_msc_sdcard_lite  in the  usb_examples  has some questions</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-usb-device-msc-sdcard-lite-in-the-usb-examples-has-some/m-p/666563#M26668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi，friends。when I running the usb examples --usb_device_msc_sdcard_lite.In the &amp;nbsp;"usb_device_config.h" , there &amp;nbsp;are some configuration definitions of &amp;nbsp;USB&amp;nbsp;&amp;nbsp;device&amp;nbsp;config&amp;nbsp;are not very clear.&lt;/DIV&gt;&lt;DIV&gt;1. what does the " LPCIP3511 &amp;nbsp;"mean?&lt;BR /&gt;#define&amp;nbsp;USB_DEVICE_CONFIG_KHCI&amp;nbsp;(0U)&lt;BR /&gt;#define&amp;nbsp;USB_DEVICE_CONFIG_EHCI&amp;nbsp;(0U)&lt;BR /&gt;#define&amp;nbsp;USB_DEVICE_CONFIG_LPCIP3511FS&amp;nbsp;(1U)&lt;BR /&gt;#define&amp;nbsp;USB_DEVICE_CONFIG_LPCIP3511HS&amp;nbsp;(0U)&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;2.in the&amp;nbsp;&lt;SPAN&gt;usb_device_msc_sdcard_lite &amp;nbsp;demo &amp;nbsp;,about the &amp;nbsp;sd clk config is&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;CLOCK_SetClkDiv(kCLOCK_DivSdioClk, 2U, true);&lt;BR /&gt; BOARD_BootClockFROHF96M();&lt;/DIV&gt;&lt;DIV&gt;but in the sd_fatfs demo &amp;nbsp;about the sd clk config &amp;nbsp;is&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CLOCK_SetClkDiv(kCLOCK_DivSdioClk,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;U, true);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BOARD_BootClockFROHF&lt;/SPAN&gt;&lt;SPAN&gt;48&lt;/SPAN&gt;&lt;SPAN&gt;M();&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;I think this is all about SD card reading and writing, why is the clock configuration different？&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 06:14:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-usb-device-msc-sdcard-lite-in-the-usb-examples-has-some/m-p/666563#M26668</guid>
      <dc:creator>zhixiangzeng</dc:creator>
      <dc:date>2017-08-07T06:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54608  usb_device_msc_sdcard_lite  in the  usb_examples  has some questions</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-usb-device-msc-sdcard-lite-in-the-usb-examples-has-some/m-p/666564#M26669</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;The USB controller driver implements the real send/receive function. Implementations are different&lt;BR /&gt;for different controllers. The supported controller drivers are KHCI, EHCI, IP3511HS and IP3511FS.&lt;/P&gt;&lt;P&gt;You can find more information about these controller drivers in the USB Stack Host Reference Manual and USB Stack Device Reference Manual, these document are located, after install MCUXpresso SDK at the path:&lt;/P&gt;&lt;P&gt;&amp;lt;LPCXpresso54608&amp;gt;\docs\usb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/16383iFE0CAD1CAEB7D3EB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Sol &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, 08 Aug 2017 21:07:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-usb-device-msc-sdcard-lite-in-the-usb-examples-has-some/m-p/666564#M26669</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2017-08-08T21:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54608  usb_device_msc_sdcard_lite  in the  usb_examples  has some questions</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-usb-device-msc-sdcard-lite-in-the-usb-examples-has-some/m-p/666565#M26670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know where I can find the latest version of this document (&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;USB Stack Device Reference Manual)?&lt;BR /&gt;I can't seem to find it in the MCUXpresso SDK I downloaded.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2019 12:11:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-usb-device-msc-sdcard-lite-in-the-usb-examples-has-some/m-p/666565#M26670</guid>
      <dc:creator>arno1</dc:creator>
      <dc:date>2019-01-15T12:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54608  usb_device_msc_sdcard_lite  in the  usb_examples  has some questions</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-usb-device-msc-sdcard-lite-in-the-usb-examples-has-some/m-p/666566#M26671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a separate folder that you need to download from the SDK link,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/79763i64EDF16339D8CA65/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2019 23:17:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-usb-device-msc-sdcard-lite-in-the-usb-examples-has-some/m-p/666566#M26671</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2019-01-15T23:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54608  usb_device_msc_sdcard_lite  in the  usb_examples  has some questions</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-usb-device-msc-sdcard-lite-in-the-usb-examples-has-some/m-p/666567#M26672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I totally skipped that link because the SDK downloaded automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2019 08:49:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-usb-device-msc-sdcard-lite-in-the-usb-examples-has-some/m-p/666567#M26672</guid>
      <dc:creator>arno1</dc:creator>
      <dc:date>2019-01-16T08:49:27Z</dc:date>
    </item>
  </channel>
</rss>

