<?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: Porting FatFs to LPC5411 with SPI throws a FR_NO_FILESYSTEM error? in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724485#M29272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response. I m currently away today so will be sure to check this out tomorrow and I ll let you know if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ronan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2018 12:27:49 GMT</pubDate>
    <dc:creator>puddletowntom</dc:creator>
    <dc:date>2018-06-12T12:27:49Z</dc:date>
    <item>
      <title>Porting FatFs to LPC5411 with SPI throws a FR_NO_FILESYSTEM error?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724470#M29257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been following the tutorial attached below for setting up the LPC5411 with an SD card. I was able to write and read to the SD card as a basic data logger, but I haven't got the FAT file system working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #51626f; font-family: &amp;amp;quot; helvetica neue&amp;amp;quot;,helvetica,arial,&amp;amp;quot;lucida grande&amp;amp;quot;,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #51626f;"&gt;I m now stuck on an issue which involves executing the f_open() function. Its fails after returning the&amp;nbsp;FR_NO_FILESYSTEM (no valid FAT volume) error. I tried formating the SD card in a number of variations of the FATFS but to no luck. Looking deeper into this problem, it seems as though the issue is caused when checking the boot record signature in the ff.c file. eg&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(ld_word(fs-&amp;gt;win + BS_55AA) != 0xAA55) return 3;&lt;/P&gt;&lt;P style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #51626f; font-family: &amp;amp;quot; helvetica neue&amp;amp;quot;,helvetica,arial,&amp;amp;quot;lucida grande&amp;amp;quot;,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; min-height: 10.66px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #51626f;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #51626f; font-family: &amp;amp;quot; helvetica neue&amp;amp;quot;,helvetica,arial,&amp;amp;quot;lucida grande&amp;amp;quot;,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #51626f;"&gt;When the boot record signature does not result with the value&amp;nbsp;&lt;TT style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #222222; font-family: &amp;amp;quot; helvetica neue&amp;amp;quot;,helvetica,arial,&amp;amp;quot;lucida grande&amp;amp;quot;,sans-serif; font-size: 13.93px; font-style: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #222222;"&gt;0xAA55&lt;/TT&gt;&lt;SPAN style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #222222; font-family: &amp;amp;quot; helvetica neue&amp;amp;quot;,helvetica,arial,&amp;amp;quot;lucida grande&amp;amp;quot;,sans-serif; font-size: 13.93px; font-style: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #222222;"&gt;&amp;nbsp;it returns a 3 which in turn results in the no valid FAT volume error (&lt;SPAN style="border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #3d3d3d; font-family: &amp;amp;quot; helvetica neue&amp;amp;quot;,helvetica,arial,&amp;amp;quot;lucida grande&amp;amp;quot;,sans-serif; font-size: 13.93px; font-style: normal; font-weight: 400; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #3d3d3d;"&gt;FR_NO_FILESYSTEM&lt;SPAN style="border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; font-family: &amp;amp;quot; helvetica neue&amp;amp;quot;,helvetica,arial,&amp;amp;quot;lucida grande&amp;amp;quot;,sans-serif; font-size: 13.93px; font-style: normal; font-weight: 400; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #51626f; font-family: &amp;amp;quot; helvetica neue&amp;amp;quot;,helvetica,arial,&amp;amp;quot;lucida grande&amp;amp;quot;,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; min-height: 10.66px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #51626f;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #51626f; font-family: &amp;amp;quot; helvetica neue&amp;amp;quot;,helvetica,arial,&amp;amp;quot;lucida grande&amp;amp;quot;,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #51626f;"&gt;&lt;SPAN style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #222222; font-family: &amp;amp;quot; helvetica neue&amp;amp;quot;,helvetica,arial,&amp;amp;quot;lucida grande&amp;amp;quot;,sans-serif; font-size: 13.93px; font-style: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #222222;"&gt;Does anybody know if the architecture of the LPC5411 is little endian or big endian? I couldnt find this on the datasheet. Reading the elm chan blog there is information about the FATFS being little endian and the need for conversion if using big endian architecture.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-330958"&gt;Porting FatFs file system to KL26 SPI SD card code&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 08:26:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724470#M29257</guid>
      <dc:creator>puddletowntom</dc:creator>
      <dc:date>2018-05-25T08:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Porting FatFs to LPC5411 with SPI throws a FR_NO_FILESYSTEM error?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724471#M29258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Can you upload your SD project which can write and read the basic SD card data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Then, I will try to help you to add the Fatfs file for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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>Wed, 30 May 2018 06:40:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724471#M29258</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-05-30T06:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Porting FatFs to LPC5411 with SPI throws a FR_NO_FILESYSTEM error?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724472#M29259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to attach files on the forum?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ronan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 08:39:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724472#M29259</guid>
      <dc:creator>puddletowntom</dc:creator>
      <dc:date>2018-05-30T08:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Porting FatFs to LPC5411 with SPI throws a FR_NO_FILESYSTEM error?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724473#M29260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please attache your project, you can use the advanced editor, there will have the attachment button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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>Wed, 30 May 2018 09:25:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724473#M29260</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-05-30T09:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Porting FatFs to LPC5411 with SPI throws a FR_NO_FILESYSTEM error?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724474#M29261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I didn't see that option. I have attached the files below. In addition one thing I noticed yesterday was that I could read and write to the ScanDisk(EDGE) 4GB microSD HCI card. However using a ScanDisk(Video Buffer) &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;4GB microSD HCI card, the card would not retain the information I wrote to it. Not sure why this is but I will investigate it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;Ronan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 09:40:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724474#M29261</guid>
      <dc:creator>puddletowntom</dc:creator>
      <dc:date>2018-05-30T09:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Porting FatFs to LPC5411 with SPI throws a FR_NO_FILESYSTEM error?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724475#M29262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; It's better give me the project instead of the .c file, then I can debug your code directly, and porting the fatfs file, it will save both you and my time, please also tell me what the IDE you are using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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, 31 May 2018 09:25:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724475#M29262</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-05-31T09:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Porting FatFs to LPC5411 with SPI throws a FR_NO_FILESYSTEM error?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724476#M29263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was just wondering, would it be possible to get an idea of&amp;nbsp;the time frame that you can get back to me about this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ronan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 09:26:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724476#M29263</guid>
      <dc:creator>puddletowntom</dc:creator>
      <dc:date>2018-05-31T09:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Porting FatFs to LPC5411 with SPI throws a FR_NO_FILESYSTEM error?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724477#M29264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the project file. The IDE I m using is MCUXpresso.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 08:20:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724477#M29264</guid>
      <dc:creator>puddletowntom</dc:creator>
      <dc:date>2018-06-01T08:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Porting FatFs to LPC5411 with SPI throws a FR_NO_FILESYSTEM error?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724478#M29265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry to be bothering you again, but I was wondering, have you had a chance to look at my code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ronan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 09:36:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724478#M29265</guid>
      <dc:creator>puddletowntom</dc:creator>
      <dc:date>2018-06-05T09:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Porting FatFs to LPC5411 with SPI throws a FR_NO_FILESYSTEM error?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724479#M29266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Sorry for my later reply, I am checking your code these days. I still need time to check it in details about the fatfs porting and testing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please keep patient, thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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>Wed, 06 Jun 2018 00:57:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724479#M29266</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-06-06T00:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Porting FatFs to LPC5411 with SPI throws a FR_NO_FILESYSTEM error?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724480#M29267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No worries. Thank you for your cooperation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ronan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 08:16:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724480#M29267</guid>
      <dc:creator>puddletowntom</dc:creator>
      <dc:date>2018-06-06T08:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Porting FatFs to LPC5411 with SPI throws a FR_NO_FILESYSTEM error?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724481#M29268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to let you know that I m a little under pressure with getting the file system working for my application. I am trying to reach a deadline which uses the NXP microcontroller next week. It would be greatly appreciated if you could get back to me at some stage tomorrow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ronan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 16:09:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724481#M29268</guid>
      <dc:creator>puddletowntom</dc:creator>
      <dc:date>2018-06-07T16:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Porting FatFs to LPC5411 with SPI throws a FR_NO_FILESYSTEM error?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724482#M29269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronan，&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; On my side, I have a LPC54114 SPI SD fatfs project, which is used for this lpc54114 board, this board already have the SD card hardware:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/48571i8771D756C9EB50FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But, I find this code SD card driver still have problems,so I can't send you directly now, I am trying to find the problem, this code project is based on IAR and MDK.&lt;/P&gt;&lt;P&gt;I still need time to make it work.&lt;/P&gt;&lt;P&gt;After it works OK on my side, I will send you ASAP.&lt;/P&gt;&lt;P&gt;Thanks a lot for your understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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>Fri, 08 Jun 2018 09:58:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724482#M29269</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-06-08T09:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Porting FatFs to LPC5411 with SPI throws a FR_NO_FILESYSTEM error?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724483#M29270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the response. It would be greatly appreciated if I can get a solution to this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ronan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 10:52:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724483#M29270</guid>
      <dc:creator>puddletowntom</dc:creator>
      <dc:date>2018-06-08T10:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Porting FatFs to LPC5411 with SPI throws a FR_NO_FILESYSTEM error?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724484#M29271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please check this code for LPC54114, it is the audio, but it contains the SD card, and the dfs_fs file system, you can refer to it.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Magicoe/LPC54110_Audio" title="https://github.com/Magicoe/LPC54110_Audio"&gt;GitHub - Magicoe/LPC54110_Audio&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; dfs_fs is based on FATFs file system, you can check it on your side, you can comment all other audio code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Please check it on your side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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, 12 Jun 2018 09:53:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724484#M29271</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-06-12T09:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Porting FatFs to LPC5411 with SPI throws a FR_NO_FILESYSTEM error?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724485#M29272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response. I m currently away today so will be sure to check this out tomorrow and I ll let you know if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ronan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 12:27:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724485#M29272</guid>
      <dc:creator>puddletowntom</dc:creator>
      <dc:date>2018-06-12T12:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Porting FatFs to LPC5411 with SPI throws a FR_NO_FILESYSTEM error?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724486#M29273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to run a basic test with the SD card. As I m not using the full version of Keil, I cant run the entire project because I m limited to 32kb. I was wondering could you tell me which files I can ignore. In addition, is there a test file that you were using to create/read and write a file? I m having problems running this code. If you tested this on a LPC5411 device could you send me the code you used to test it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ronan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 11:03:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724486#M29273</guid>
      <dc:creator>puddletowntom</dc:creator>
      <dc:date>2018-06-13T11:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Porting FatFs to LPC5411 with SPI throws a FR_NO_FILESYSTEM error?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724487#M29274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MDK 32Kb limit is really too small to use.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is the project's code size:&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/61606i34B4E1D8DCC4654C/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;&amp;nbsp; About the relate file, SD card, please check drv_msd_spi.c, and the filesystem.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Now, I just find this MDK project which is related to the LPC54114 sd card and the fatfs, we don't have any other project which can work directly, otherwise, I will send to you directly.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Anyway, I will help you to keep on eye on it, If I find any project which can work directly, I will send to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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, 14 Jun 2018 08:17:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724487#M29274</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-06-14T08:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Porting FatFs to LPC5411 with SPI throws a FR_NO_FILESYSTEM error?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724488#M29275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You said, your own project already can read and write the SD card correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; But in your attached code, diskio.c, disk_write and disk_read, why you comment MMCReadMultipleBolck instead of MMCReadSingleBlock? Otherwise, the code won't be work.MMCWriteMultipleBlock is the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Do you test :&lt;/P&gt;&lt;P&gt;MMCWriteMultipleBlock&lt;/P&gt;&lt;P&gt;MMCReadMultipleBolck&lt;/P&gt;&lt;P&gt;&amp;nbsp; on your side directly without the fatfs file? Actually, if both the SD card, and the write and read API can work on your side, the fatfs porting should be very easy.&lt;/P&gt;&lt;P&gt;&amp;nbsp; So, I think, the Sd card leave code still important to check the function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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, 14 Jun 2018 08:28:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724488#M29275</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-06-14T08:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Porting FatFs to LPC5411 with SPI throws a FR_NO_FILESYSTEM error?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724489#M29276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason I had that commented out was because when i was in debug mode for f_open(), count = 1 so MMCReadMultipleBlock wasnt being used. In addition, it seemed like there was a mistake on the blog (&lt;A href="https://community.nxp.com/docs/DOC-330958"&gt;Porting FatFs file system to KL26 SPI SD card code&lt;/A&gt;&amp;nbsp;).&amp;nbsp;The&amp;nbsp;MMCWriteMultipleBlock() was missing from the blog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I m not sure if the way i implemented&amp;nbsp;MMCWriteMultipleBlock() is correct. I was using code from&amp;nbsp;a website, but i m not sure if it is right.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A class="link-titled" href="http://blog.163.com/zhaojun_xf/blog/static/30050580201042110124872/" title="http://blog.163.com/zhaojun_xf/blog/static/30050580201042110124872/"&gt;LPC1114 FAT下读写SD卡（原创） - 我心永恒的日志 - 网易博客&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have not tested out the&amp;nbsp;MMCReadMultipleBlock() and&amp;nbsp;MMCWriteMultipleBlock() but they dont seem needed for testing the f_open function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Just now I tried to put back in the commented out lines and it still has an error.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am also looking at the audio sample code you gave me but it is difficult to test.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ronan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 12:06:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Porting-FatFs-to-LPC5411-with-SPI-throws-a-FR-NO-FILESYSTEM/m-p/724489#M29276</guid>
      <dc:creator>puddletowntom</dc:creator>
      <dc:date>2018-06-14T12:06:05Z</dc:date>
    </item>
  </channel>
</rss>

