<?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: Re: Unable to install file system on an USB in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-install-file-system-on-an-USB/m-p/332069#M15577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try with some model without problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But with other some 4 or 5 model (with equivalent capacity of running model) this not work.&lt;/P&gt;&lt;P&gt;But the number of key which not work is so many I think!&lt;/P&gt;&lt;P&gt;What could be the reason MQX not support an USB Key? which characteristic of the key could be lead to the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Mar 2015 08:29:00 GMT</pubDate>
    <dc:creator>arnogir</dc:creator>
    <dc:date>2015-03-25T08:29:00Z</dc:date>
    <item>
      <title>Unable to install file system on an USB</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-install-file-system-on-an-USB/m-p/332065#M15573</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;I'm working with a K70 and MQX 4.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using USB and work correctly on my side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A persone who use the board are unable to use the USB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem come from this part of code (Same as MQX USB sample)&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14267825353564553" jivemacro_uid="_14267825353564553"&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 10pt;"&gt;&lt;EM&gt;/* Install MFS over partition */&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;
 ErrorCode &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; (int32_t)&lt;STRONG&gt;_io_mfs_install&lt;/STRONG&gt;(usb_fs_ptr&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;-&amp;gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;PM_FD_PTR, file_system_name, &lt;/SPAN&gt;&lt;SPAN style="color: #808000; font-size: 10pt;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;);
 &lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt;"&gt;if&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; (ErrorCode &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;!=&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; MFS_NO_ERROR)
 &lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 10pt;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;
 &lt;STRONG&gt;printf&lt;/STRONG&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;"Error initializing MFS over partition: %s\n"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;STRONG&gt;MFS_Error_text&lt;/STRONG&gt;((uint32_t)ErrorCode));
 &lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 10pt;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;
 &lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Return Error is -1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For information, this USB key work correctly with the Freescale Bootlader for K70.&lt;/P&gt;&lt;P&gt;After debug, (you can see a screenshot) the function _io_usb_mfs_read_sector_internal is called.&lt;/P&gt;&lt;P&gt;In this function there are a loop, but return value is -1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can tou know why this function return -1. What can be the root cause?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 16:32:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-install-file-system-on-an-USB/m-p/332065#M15573</guid>
      <dc:creator>arnogir</dc:creator>
      <dc:date>2015-03-19T16:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install file system on an USB</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-install-file-system-on-an-USB/m-p/332066#M15574</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;In your case, you get an error from MFS, not from USB stack.&lt;/P&gt;&lt;P&gt;It seems the USB is attached and communication is established properly, just mounting of MFS file system on it has problems. Are you sure the usb stick is formatted with a FAT file system? If you are unsure, you can try to format the USB device by the MQX&amp;nbsp; USB stack. and allocation unit size of 8 kb or less.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a nice day,&lt;BR /&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 02:52:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-install-file-system-on-an-USB/m-p/332066#M15574</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2015-03-25T02:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Unable to install file system on an USB</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-install-file-system-on-an-USB/m-p/332067#M15575</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 key was formated with windows 7 in FAT32.&lt;/P&gt;&lt;P&gt;I tried with many key from small size to bigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can try to format with MQX but How do?&lt;/P&gt;&lt;P&gt;Because the shell command "format" need a drive label and supposed file system is already installed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently,&amp;nbsp; the code make like following:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_text_macro _jivemacro_uid_14272654305848756 jive_macro_code" jivemacro_uid="_14272654305848756"&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;ErrorCode &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; (int32_t)&lt;STRONG&gt;_io_usb_mfs_install&lt;/STRONG&gt;(block_device_name, &lt;/SPAN&gt;&lt;SPAN style="color: #808000; font-size: 10pt;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, (&lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt;"&gt;void&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;*&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;)usb_handle);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;usb_fs_ptr&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;-&amp;gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;DEV_NAME &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; block_device_name;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;
&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;usb_fs_ptr&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;-&amp;gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;DEV_FD_PTR &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;STRONG&gt;fopen&lt;/STRONG&gt;(block_device_name, &lt;/SPAN&gt;&lt;SPAN style="color: #808000; font-size: 10pt;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;);
&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;STRONG&gt;io_ioctl&lt;/STRONG&gt;(usb_fs_ptr&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;-&amp;gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;DEV_FD_PTR, IO_IOCTL_SET_BLOCK_MODE, NULL);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;
&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;ErrorCode &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;STRONG&gt;_io_part_mgr_install&lt;/STRONG&gt;(usb_fs_ptr&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;-&amp;gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;DEV_FD_PTR, partition_manager_name, &lt;/SPAN&gt;&lt;SPAN style="color: #808000; font-size: 10pt;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;);
&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;usb_fs_ptr&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;-&amp;gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;PM_NAME &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; partition_manager_name;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;usb_fs_ptr&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;-&amp;gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;PM_FD_PTR &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;STRONG&gt;fopen&lt;/STRONG&gt;(partition_manager_name, NULL);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;
&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;partition_number &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #808000; font-size: 10pt;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;;
ErrorCode &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;STRONG&gt;_io_ioctl&lt;/STRONG&gt;(usb_fs_ptr&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;-&amp;gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;PM_FD_PTR, IO_IOCTL_SEL_PART, &amp;amp;partition_number);

 &lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt;"&gt;if&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; (ErrorCode &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;==&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; MFS_NO_ERROR)
 &lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 10pt;"&gt;{&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #008080; font-size: 10pt;"&gt;//: don't pass here, but in the "else"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;printf&lt;/STRONG&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;"Installing MFS over partition...\n"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .... &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;}
&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt;"&gt;&lt;STRONG&gt;else&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; 
 &lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 10pt;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;
 
&amp;nbsp; &lt;STRONG&gt;printf&lt;/STRONG&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;"Installing MFS over USB device...\n"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;);

&amp;nbsp; &lt;/SPAN&gt;&lt;EM style=": ; color: #008000; font-size: 10pt;"&gt;/* Install MFS over USB device driver */&lt;/EM&gt;&lt;SPAN style="font-size: 10pt;"&gt;
&amp;nbsp; ErrorCode &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; (int32_t)&lt;STRONG&gt;_io_mfs_install&lt;/STRONG&gt;(usb_fs_ptr&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;-&amp;gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;DEV_FD_PTR, file_system_name, &lt;/SPAN&gt;&lt;SPAN style="color: #808000; font-size: 10pt;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; usb_fs_ptr&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;-&amp;gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;FS_NAME &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; file_system_name;
&amp;nbsp; usb_fs_ptr&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;-&amp;gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;FS_FD_PTR &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;STRONG&gt;fopen&lt;/STRONG&gt;(file_system_name, NULL);
&amp;nbsp;&amp;nbsp;&amp;nbsp; ErrorCode &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;STRONG&gt;ferror&lt;/STRONG&gt;(usb_fs_ptr&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;-&amp;gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;FS_FD_PTR);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;//&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;Then here ErrorCode return -1 like indicated in my previous post
 &lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; Then where and what code added to format USB?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 06:37:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-install-file-system-on-an-USB/m-p/332067#M15575</guid>
      <dc:creator>arnogir</dc:creator>
      <dc:date>2015-03-25T06:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Unable to install file system on an USB</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-install-file-system-on-an-USB/m-p/332068#M15576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems MQX 4.1 not support your USB stick,&amp;nbsp; what is your USB stick model, and it's capacity?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 08:13:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-install-file-system-on-an-USB/m-p/332068#M15576</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2015-03-25T08:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Unable to install file system on an USB</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-install-file-system-on-an-USB/m-p/332069#M15577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try with some model without problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But with other some 4 or 5 model (with equivalent capacity of running model) this not work.&lt;/P&gt;&lt;P&gt;But the number of key which not work is so many I think!&lt;/P&gt;&lt;P&gt;What could be the reason MQX not support an USB Key? which characteristic of the key could be lead to the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 08:29:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-install-file-system-on-an-USB/m-p/332069#M15577</guid>
      <dc:creator>arnogir</dc:creator>
      <dc:date>2015-03-25T08:29:00Z</dc:date>
    </item>
  </channel>
</rss>

