<?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中的主题 Using FAT File System to interface USB mass storage device with LPC4357</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Using-FAT-File-System-to-interface-USB-mass-storage-device-with/m-p/566866#M17409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by alston_gama on Thu Jun 05 05:55:54 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to use USB flash drive with LPC4357 controller (on Development kit from Embedded Artists) using FAT FS. Could any one help me out to find the sample code that will make me understand and easier to implement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any links or suggestions would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:52:28 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:52:28Z</dc:date>
    <item>
      <title>Using FAT File System to interface USB mass storage device with LPC4357</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Using-FAT-File-System-to-interface-USB-mass-storage-device-with/m-p/566866#M17409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by alston_gama on Thu Jun 05 05:55:54 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to use USB flash drive with LPC4357 controller (on Development kit from Embedded Artists) using FAT FS. Could any one help me out to find the sample code that will make me understand and easier to implement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any links or suggestions would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:52:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Using-FAT-File-System-to-interface-USB-mass-storage-device-with/m-p/566866#M17409</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using FAT File System to interface USB mass storage device with LPC4357</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Using-FAT-File-System-to-interface-USB-mass-storage-device-with/m-p/566867#M17410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sundarapandian on Fri Jun 06 14:28:30 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Download LPCOpen from &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Flpcopen-software-development-platform-lpc43xx-packages" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/lpcopen-software-development-platform-lpc43xx-packages&lt;/A&gt;&lt;SPAN&gt;, (EA4357 boards are not supported yet!). You can download Keil_MCB 4357 and port the board.c board_sysinit.c (Mostly the pin-mux is the thing that needs change).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It has host examples for mass storage device, the example reads the file from usb mass storage device and prints it to UART. USB should work without any change but for UART you might have to fix the pin mux.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:52:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Using-FAT-File-System-to-interface-USB-mass-storage-device-with/m-p/566867#M17410</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using FAT File System to interface USB mass storage device with LPC4357</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Using-FAT-File-System-to-interface-USB-mass-storage-device-with/m-p/566868#M17411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by embd02161991 on Fri Jun 06 15:11:41 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you looked at the Dual USB solution ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As a starting point you can download and implement this example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please visit the following link to download.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fproject%2FDual-USB-Host-Device-solution" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/project/Dual-USB-Host-Device-solution&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NXP Technical Support&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:52:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Using-FAT-File-System-to-interface-USB-mass-storage-device-with/m-p/566868#M17411</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:52:30Z</dc:date>
    </item>
  </channel>
</rss>

