<?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 LPC5460x USB composite MSC to SPIFI flash example in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5460x-USB-composite-MSC-to-SPIFI-flash-example/m-p/778832#M31320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody, I am just starting a project using LPC5460x&amp;nbsp; and&amp;nbsp; MCUXPRESSO IDE, I need to have a USB composite interface to manage a USB virtual com port to control the main embedded app from a host PC and a USB MassStorageClass interface to download some data files (they are a couple of .bin files for other micro/dsp on the board and other files of raw data used by the main app) from the host PC to the SPIFI flash on board (MX25L12835FM2I-10G). Note: all the embedded firmware functions will run in internal LPC flash.&lt;/P&gt;&lt;P&gt;Could you suggest me the right example for LPC5460x to starting from to code a USB Mass Storage Class that can write data files from the host PC to SPIFI flash and can you suggest how (if it is possible) to port it in a composite VirtualCom and Mass Storage Class?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2018 09:05:16 GMT</pubDate>
    <dc:creator>cybaluke</dc:creator>
    <dc:date>2018-06-14T09:05:16Z</dc:date>
    <item>
      <title>LPC5460x USB composite MSC to SPIFI flash example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5460x-USB-composite-MSC-to-SPIFI-flash-example/m-p/778832#M31320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody, I am just starting a project using LPC5460x&amp;nbsp; and&amp;nbsp; MCUXPRESSO IDE, I need to have a USB composite interface to manage a USB virtual com port to control the main embedded app from a host PC and a USB MassStorageClass interface to download some data files (they are a couple of .bin files for other micro/dsp on the board and other files of raw data used by the main app) from the host PC to the SPIFI flash on board (MX25L12835FM2I-10G). Note: all the embedded firmware functions will run in internal LPC flash.&lt;/P&gt;&lt;P&gt;Could you suggest me the right example for LPC5460x to starting from to code a USB Mass Storage Class that can write data files from the host PC to SPIFI flash and can you suggest how (if it is possible) to port it in a composite VirtualCom and Mass Storage Class?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 09:05:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5460x-USB-composite-MSC-to-SPIFI-flash-example/m-p/778832#M31320</guid>
      <dc:creator>cybaluke</dc:creator>
      <dc:date>2018-06-14T09:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5460x USB composite MSC to SPIFI flash example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5460x-USB-composite-MSC-to-SPIFI-flash-example/m-p/778833#M31321</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;Customer could refer [usb_device_composite_cdc_msc] demo as the start project.&lt;/P&gt;&lt;P&gt;MCUXpresso SDK software package also provides SPIFI example code with below path:&lt;/P&gt;&lt;P&gt;C:\nxp\SDK_2.3.1_LPCXpresso54608\boards\lpcxpresso54608\driver_examples\spifi&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Mike&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, 19 Jun 2018 05:30:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5460x-USB-composite-MSC-to-SPIFI-flash-example/m-p/778833#M31321</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2018-06-19T05:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5460x USB composite MSC to SPIFI flash example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5460x-USB-composite-MSC-to-SPIFI-flash-example/m-p/778834#M31322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mike for your help.&lt;/P&gt;&lt;P&gt;SPIFI is not the real problem for me but I'm a USB-stack beginner so I started from lpcxpresso54608_dev_composite_cdc_msc_lite_bm example (as you suggested) but I don't know very well UFI standard and in general USB stack, so it's difficult for me to understand when e where (in what handlers) manage the incoming and outcoming datas from the host PC.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was looking for a "USB-MSC for dummy" example or some references to understand where insert in the USB handlers my callbacks for SPIFI reading and writing functions.&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 07:18:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5460x-USB-composite-MSC-to-SPIFI-flash-example/m-p/778834#M31322</guid>
      <dc:creator>cybaluke</dc:creator>
      <dc:date>2018-06-19T07:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5460x USB composite MSC to SPIFI flash example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5460x-USB-composite-MSC-to-SPIFI-flash-example/m-p/778835#M31323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luke&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MCUXpresso SDK software also provides below USB-MSC example for your reference:&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/62233i77A637D3FBECE430/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;Please find them with below path:&lt;/P&gt;&lt;P&gt;C:\nxp\SDK_2.3.1_LPCXpresso54608\boards\lpcxpresso54608\usb_examples&lt;/P&gt;&lt;P&gt;You also could download the MCUXpresso SDK USB stack help document from MCUXpresso SDK config website.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Mike&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>Thu, 21 Jun 2018 05:00:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5460x-USB-composite-MSC-to-SPIFI-flash-example/m-p/778835#M31323</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2018-06-21T05:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5460x USB composite MSC to SPIFI flash example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5460x-USB-composite-MSC-to-SPIFI-flash-example/m-p/778836#M31324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mike for the help, I think "usb_device_msc_sdcard_lite_bm" could be a good starting point for my work, SDK.2.4.0 misled me, it doesn't has the same samples of the SDK.2.3.1... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 06:42:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5460x-USB-composite-MSC-to-SPIFI-flash-example/m-p/778836#M31324</guid>
      <dc:creator>cybaluke</dc:creator>
      <dc:date>2018-06-21T06:42:01Z</dc:date>
    </item>
  </channel>
</rss>

