<?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のトピックFormat USB-Stick</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Format-USB-Stick/m-p/525129#M7765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ben Sch on Tue Feb 09 07:42:56 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i´m not into the whole USB topic yet and i wonder if it is possible to format the USB-Stick when using the LPC1853 as an USB-Host? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there maybe a function in some LPC USB libraries?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thx and greetings&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:53:22 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:53:22Z</dc:date>
    <item>
      <title>Format USB-Stick</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Format-USB-Stick/m-p/525129#M7765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ben Sch on Tue Feb 09 07:42:56 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i´m not into the whole USB topic yet and i wonder if it is possible to format the USB-Stick when using the LPC1853 as an USB-Host? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there maybe a function in some LPC USB libraries?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thx and greetings&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:53:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Format-USB-Stick/m-p/525129#M7765</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Format USB-Stick</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Format-USB-Stick/m-p/525130#M7766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ben Sch on Wed Feb 24 03:47:36 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can no-one help me with this topic?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thx and greetings&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:53:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Format-USB-Stick/m-p/525130#M7766</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Format USB-Stick</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Format-USB-Stick/m-p/525131#M7767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by iemc on Thu Apr 28 07:37:53 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using LPCOpen there is f_mkfs which makes an empty file system (formats).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is defined in ff.h&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To use it you will also need to change the following lines in ffconf.h&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;#define_USE_MKFS0/* 0:Disable or 1:Enable */
/* To enable f_mkfs function, set _USE_MKFS to 1 and set _FS_READONLY to 0 */&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Change 0 to 1 to enable f_mkfs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have not tried this myself so I have no idea if it actually will work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:53:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Format-USB-Stick/m-p/525131#M7767</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:53:23Z</dc:date>
    </item>
  </channel>
</rss>

