<?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のトピックProblems Using SDIF on my Own Board LPC54018</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problems-Using-SDIF-on-my-Own-Board-LPC54018/m-p/846548#M33701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I'm using LPC54018 MCU in my own board, I have configured respective pins from SDK to the LPCXpresso54018 board to myb own board with the same configuration the only change is: I'm using&amp;nbsp;208 package insted of 180 package.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are some curiose things:&lt;/P&gt;&lt;P&gt;When I try with 32GB microSD card in Create directory step, result is: fail.&lt;/P&gt;&lt;P&gt;Debugging here is the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;if (fs-&amp;gt;fs_type != 0) {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* If the volume has been mounted */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;stat = disk_status(fs-&amp;gt;pdrv);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;if (!(stat &amp;amp; STA_NOINIT)) {&amp;nbsp;&amp;nbsp;/* and the physical drive is kept initialized */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (!FF_FS_READONLY &amp;amp;&amp;amp; mode &amp;amp;&amp;amp; (stat &amp;amp; STA_PROTECT)) {&amp;nbsp;/* Check write protection if needed */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return FR_WRITE_PROTECTED;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;return FR_OK;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* The filesystem object is valid */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt;&amp;nbsp;}&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;/* The filesystem object is not valid. */&lt;BR /&gt;&amp;nbsp;/* Following code attempts to mount the volume. (analyze BPB and initialize the filesystem object) */&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;fs-&amp;gt;fs_type = 0;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* Clear the filesystem object */&lt;BR /&gt;&amp;nbsp;fs-&amp;gt;pdrv = LD2PD(vol);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* Bind the logical drive and a physical drive */&lt;BR /&gt;&amp;nbsp;stat = disk_initialize(fs-&amp;gt;pdrv);&amp;nbsp;/* Initialize the physical drive */&lt;BR /&gt;&amp;nbsp;if (stat &amp;amp; STA_NOINIT) { &amp;nbsp;&amp;nbsp;&amp;nbsp;/* Check if the initialization succeeded */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;return FR_NOT_READY;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* Failed to initialize due to no medium or hard error */&lt;BR /&gt;&amp;nbsp;}&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Make file system step is performed.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;any suggestions&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;beast regards&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Nov 2018 17:46:06 GMT</pubDate>
    <dc:creator>oscarniño</dc:creator>
    <dc:date>2018-11-16T17:46:06Z</dc:date>
    <item>
      <title>Problems Using SDIF on my Own Board LPC54018</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problems-Using-SDIF-on-my-Own-Board-LPC54018/m-p/846548#M33701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I'm using LPC54018 MCU in my own board, I have configured respective pins from SDK to the LPCXpresso54018 board to myb own board with the same configuration the only change is: I'm using&amp;nbsp;208 package insted of 180 package.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are some curiose things:&lt;/P&gt;&lt;P&gt;When I try with 32GB microSD card in Create directory step, result is: fail.&lt;/P&gt;&lt;P&gt;Debugging here is the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;if (fs-&amp;gt;fs_type != 0) {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* If the volume has been mounted */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;stat = disk_status(fs-&amp;gt;pdrv);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;if (!(stat &amp;amp; STA_NOINIT)) {&amp;nbsp;&amp;nbsp;/* and the physical drive is kept initialized */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (!FF_FS_READONLY &amp;amp;&amp;amp; mode &amp;amp;&amp;amp; (stat &amp;amp; STA_PROTECT)) {&amp;nbsp;/* Check write protection if needed */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return FR_WRITE_PROTECTED;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;return FR_OK;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* The filesystem object is valid */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt;&amp;nbsp;}&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;/* The filesystem object is not valid. */&lt;BR /&gt;&amp;nbsp;/* Following code attempts to mount the volume. (analyze BPB and initialize the filesystem object) */&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;fs-&amp;gt;fs_type = 0;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* Clear the filesystem object */&lt;BR /&gt;&amp;nbsp;fs-&amp;gt;pdrv = LD2PD(vol);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* Bind the logical drive and a physical drive */&lt;BR /&gt;&amp;nbsp;stat = disk_initialize(fs-&amp;gt;pdrv);&amp;nbsp;/* Initialize the physical drive */&lt;BR /&gt;&amp;nbsp;if (stat &amp;amp; STA_NOINIT) { &amp;nbsp;&amp;nbsp;&amp;nbsp;/* Check if the initialization succeeded */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;return FR_NOT_READY;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* Failed to initialize due to no medium or hard error */&lt;BR /&gt;&amp;nbsp;}&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Make file system step is performed.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;any suggestions&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;beast regards&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2018 17:46:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problems-Using-SDIF-on-my-Own-Board-LPC54018/m-p/846548#M33701</guid>
      <dc:creator>oscarniño</dc:creator>
      <dc:date>2018-11-16T17:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Using SDIF on my Own Board LPC54018</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problems-Using-SDIF-on-my-Own-Board-LPC54018/m-p/846549#M33702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="243618" data-username="oscarniño" href="https://community.nxp.com/people/oscarniño"&gt;Oscar Niño&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;I suspect the issue is related to the hardware configuration, so I'd highly recommend you to port the driver example: sdcard demo to your own board at first, after succeeding, next move is to port the fatfs_examples.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&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, 22 Nov 2018 06:44:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problems-Using-SDIF-on-my-Own-Board-LPC54018/m-p/846549#M33702</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2018-11-22T06:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Using SDIF on my Own Board LPC54018</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problems-Using-SDIF-on-my-Own-Board-LPC54018/m-p/846550#M33703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jeremyzhou&lt;/P&gt;&lt;P&gt;Thanks for reply, I did this. I don't know why my project hasn't worked but I'm pretty sure that it was by bad soldering, 'cause first we unsolder filters and connected directly, and it worked then we put again filters and it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Oscar Niño&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2018 16:21:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problems-Using-SDIF-on-my-Own-Board-LPC54018/m-p/846550#M33703</guid>
      <dc:creator>oscarniño</dc:creator>
      <dc:date>2018-11-22T16:21:52Z</dc:date>
    </item>
  </channel>
</rss>

