<?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: FR_NO_FILESYSTEM Error on USB Host MSD with FatFs in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FR-NO-FILESYSTEM-Error-on-USB-Host-MSD-with-FatFs/m-p/499802#M4732</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you should analyze USB frames by using an USB sniffer, if you do not have one, you could migrate your code to TWR-K65F180M with minimum settings (only adding USB and SD components) and this way I can analyze your project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this can help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Isaac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jan 2016 18:18:14 GMT</pubDate>
    <dc:creator>isaacavila</dc:creator>
    <dc:date>2016-01-06T18:18:14Z</dc:date>
    <item>
      <title>FR_NO_FILESYSTEM Error on USB Host MSD with FatFs</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FR-NO-FILESYSTEM-Error-on-USB-Host-MSD-with-FatFs/m-p/499801#M4731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;On my custom board based on K66F180 cpu I have to handle both SD cards through the SPI interface and &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;a memory stick on USB Host.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I am developing my application with KDS 3.0.0 and KSDK 1.3.0 + PEx. My application is based on MQX RTOS Standard and I created my project following the tutorial &lt;A _jive_internal="true" data-containerid="11347" data-containertype="14" data-objectid="103429" data-objecttype="102" href="https://community.nxp.com/docs/DOC-103429"&gt;How To: Create an MQX RTOS for KSDK project with Processor Expert in Kinetis Design Studio IDE&lt;/A&gt; .&lt;A _jive_internal="true" data-containerid="11347" data-containertype="14" data-objectid="103429" data-objecttype="102" href="https://community.nxp.com/docs/DOC-103429"&gt;How To: Create an MQX RTOS for KSDK project with Processor Expert in Kinetis Design Studio IDE&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Following the tutorial &lt;A _jive_internal="true" class="" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fcentaurian.co.uk%2F2015%2F07%2F15%2Ffrdm-k64f-data-logger-using-fatfs-with-ksdk-1-2-0%2F"&gt;FRDM K64F Data Logger using FatFs with KSDK 1.2.0 | Centaurian&amp;nbsp; &lt;/A&gt;and &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;the host_msd_fatfs_mqx_twrk65f180m demo project provided with KSDK 1.3.0, &lt;/SPAN&gt;I chose FatFs file system for both the mass storage devices.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I imported FatFs source files in my project and now I can properly read/write files on SD cards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; line-height: 1.5; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;In my project I loaded the fsl_usb_framework PE component and configured it in Host mode to generate the driver information table for USB_CLASS_MASS_STORAGE with USB_SUBCLASS_MASS_UFI and USB_SUBCLASS_MASS_SCSI sub-classes and USB_PROTOCOL_MASS_BULK protocol. I use the same usb_host_mass_device_event() MSD event call-back function and my USB task has the same architecture of APP_Task() function in the demo.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; line-height: 1.5; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;On a USB_DEVICE_INTERFACE_OPENED mass device state event I call f_mount() to mount the FatFs file system on the attached USB memory stick.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; line-height: 1.5; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;But FatFs mounting always fails on USB, I always get the FR_NO_FILESYSTEM error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; line-height: 1.5; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Debugging my code I verified all the calls to msd_disk_initialize(), msd_disk_ioctl() and msd_disk_read() functions return with no errors (USB_OK).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; line-height: 1.5; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Also, the USB code should work, because upon disk initialization the Vendor Information, Product Identification and Product Revision Level strings are properly received from the attached USB memory stick.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; line-height: 1.5; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;But no data are received when f_mount() tries to read the first disk sector to check if a valid FAT is present: the received buffer remains with all its byte at 0x00 and the check for a 0xAA55 valid boot record signature at offset 510 always fails.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; line-height: 1.5; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;And I get the same issue even if I change the USB memory stick (formatted as FAT or FAT32).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; line-height: 1.5; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I verified both the usbhdltask and the KHCI Task are running, but I am not able to debug inside the USB code to see what happens.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; line-height: 1.5; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;And I confirm: I can read/write files on SD cards in the same time with the same FatFs file system&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; line-height: 1.5;"&gt;I am attaching my PE project, the FatFs config file, the msd_diskio.c source file and my USB task source file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; line-height: 1.5; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Is there anyone who can help me on that issue?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; line-height: 1.5; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-339143"&gt;USB_Host_MSD.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 17:25:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FR-NO-FILESYSTEM-Error-on-USB-Host-MSD-with-FatFs/m-p/499801#M4731</guid>
      <dc:creator>Vagni</dc:creator>
      <dc:date>2015-12-22T17:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: FR_NO_FILESYSTEM Error on USB Host MSD with FatFs</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FR-NO-FILESYSTEM-Error-on-USB-Host-MSD-with-FatFs/m-p/499802#M4732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you should analyze USB frames by using an USB sniffer, if you do not have one, you could migrate your code to TWR-K65F180M with minimum settings (only adding USB and SD components) and this way I can analyze your project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this can help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Isaac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 18:18:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FR-NO-FILESYSTEM-Error-on-USB-Host-MSD-with-FatFs/m-p/499802#M4732</guid>
      <dc:creator>isaacavila</dc:creator>
      <dc:date>2016-01-06T18:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: FR_NO_FILESYSTEM Error on USB Host MSD with FatFs</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FR-NO-FILESYSTEM-Error-on-USB-Host-MSD-with-FatFs/m-p/499803#M4733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Isaac,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the meantime I solved my issue. I changed the SCSI command object initialization in the msd_disk_initialize() function of the msd_diskio.c source file in the following way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//g_pCmd.LUN = pdrv;&lt;/P&gt;&lt;P&gt;g_pCmd.LUN = 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The g_pCmd structure is used in all the USB transactions. Having also a SD card disk was the cause of my issue ( I have more than one physical drive). &lt;SPAN style="color: #303030;"&gt;T&lt;SPAN style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif;"&gt;he host_msd_fatfs_mqx_twrk65f180m demo project provided with KSDK 1.3.0 works, I think because it assumes to have only one physical disk.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe, some actions I don't know are required before the USB MSD disk initialization to know how many logical units are defined on the mass storage device and to pass the correct logical unit index to the msd_disk_initialize() function.&lt;/P&gt;&lt;P&gt;How to properly handle the LUN g_pCmd structure member? Is LUN related to disk partitions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alessandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 07:56:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FR-NO-FILESYSTEM-Error-on-USB-Host-MSD-with-FatFs/m-p/499803#M4733</guid>
      <dc:creator>Vagni</dc:creator>
      <dc:date>2016-01-07T07:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: FR_NO_FILESYSTEM Error on USB Host MSD with FatFs</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FR-NO-FILESYSTEM-Error-on-USB-Host-MSD-with-FatFs/m-p/499804#M4734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About your questions:&lt;/P&gt;&lt;P&gt;Is LUN related to disk partitions?&lt;/P&gt;&lt;P&gt;It is not related with disk partitions. If the LUN is 2, the device will have two mediums, it seems there are two devices. Host can operate one with LUN = 0 and operates another with LUN = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to properly handle the LUN g_pCmd strcuture member?&lt;/P&gt;&lt;P&gt;Current structure in example (twrk65f180m_host_msd_fatfs_mqx example) does not allow to use another LUN value rather than 0. However, if you would like to use LUN 1 for USB disk, you will need to apply next patch. (Please, notice that some devices do not support LUN = 1, that is why it was set to 0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached patch (msd_fat_demo.c) illustrates all changes requiered in this example in order to use LUN value different to 0 (in example, LUN value is set to 1 as USB definition).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to change USB value (in diskio.h) as follow:&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14528977987676108" data-renderedposition="281_8_1231_48" jivemacro_uid="_14528977987676108"&gt;&lt;P&gt;/* Definitions of physical drive number for each media */&lt;/P&gt;&lt;P&gt;#define USB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;#define SD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this can help you to understand all places where LUN value is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Isaac&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 22:43:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FR-NO-FILESYSTEM-Error-on-USB-Host-MSD-with-FatFs/m-p/499804#M4734</guid>
      <dc:creator>isaacavila</dc:creator>
      <dc:date>2016-01-15T22:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: FR_NO_FILESYSTEM Error on USB Host MSD with FatFs</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FR-NO-FILESYSTEM-Error-on-USB-Host-MSD-with-FatFs/m-p/499805#M4735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Isaac,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know how to apply the msd_fat_demo.patch file to the msd_fat_demo.c file ...&lt;/P&gt;&lt;P&gt;Should I have installed and lunch some patch tool in my KDS and/or KSDK folders?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alessandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jan 2016 09:42:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FR-NO-FILESYSTEM-Error-on-USB-Host-MSD-with-FatFs/m-p/499805#M4735</guid>
      <dc:creator>Vagni</dc:creator>
      <dc:date>2016-01-16T09:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: FR_NO_FILESYSTEM Error on USB Host MSD with FatFs</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FR-NO-FILESYSTEM-Error-on-USB-Host-MSD-with-FatFs/m-p/499806#M4736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ciao Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you are using KDS IDE that is Eclipse based, here below the steps to apply patches to code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="margin-bottom: 0.692em; padding: 0 0 0 2em; font-family: 'Lucida Grande', 'DejaVu Sans', 'Bitstream Vera Sans', Verdana, Arial, sans-serif; font-size: 13px; list-style-position: outside; color: #222222;"&gt;&lt;LI&gt;Menu Window &amp;gt; Open Perspective &amp;gt; Team Synchronizing&lt;/LI&gt;&lt;LI&gt;Open the patch file, select all text and copy it to clipboard (Ctrl+ C)&lt;/LI&gt;&lt;LI&gt;Menu &amp;gt; Project &amp;gt; Apply Patch... (or simply Ctrl + V)&lt;/LI&gt;&lt;LI&gt;Select clipboard and click next (not needed if you used the Ctrl + V way), select the file you want to patch (msd_fat_demo.c into sources folder), click next and then finish.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know if that fixed the issue,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jan 2016 23:25:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FR-NO-FILESYSTEM-Error-on-USB-Host-MSD-with-FatFs/m-p/499806#M4736</guid>
      <dc:creator>antonioconcio</dc:creator>
      <dc:date>2016-01-17T23:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: FR_NO_FILESYSTEM Error on USB Host MSD with FatFs</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FR-NO-FILESYSTEM-Error-on-USB-Host-MSD-with-FatFs/m-p/499807#M4737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved a similar problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the&amp;nbsp; &lt;/P&gt;&lt;P&gt;#define _WORD_ACCESS 1&lt;/P&gt;&lt;P&gt;To&lt;/P&gt;&lt;P&gt;#define _WORD_ACCESS 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On ffconf.h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My platform is Coldfire.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 12:54:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FR-NO-FILESYSTEM-Error-on-USB-Host-MSD-with-FatFs/m-p/499807#M4737</guid>
      <dc:creator>thiagow</dc:creator>
      <dc:date>2016-04-13T12:54:20Z</dc:date>
    </item>
  </channel>
</rss>

