<?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: LPCXpresso54608 and SD card demo - problem in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso54608-and-SD-card-demo-problem/m-p/713771#M28835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Andy,&lt;/P&gt;&lt;P&gt;unfortunately, this does not come as a big surprise... I'm not exactly thrilled by the whole "MCUXpressos" SDK stuff, in my opinion (and many others) its a shame that LPCOpen was ditched....&lt;/P&gt;&lt;P&gt;I just had a look at the MCUXpresso forum, don't think I found anything from JohnU ? Do you perhaps have a link to some/one of his posts ?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Carsten&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: Found it!&amp;nbsp;&lt;A href="https://community.nxp.com/thread/454708"&gt;https://community.nxp.com/thread/454708&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems he and I are seeing the same stuff, I will read up on his posts, thanks Andy :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Sep 2017 13:50:28 GMT</pubDate>
    <dc:creator>carstengroen</dc:creator>
    <dc:date>2017-09-27T13:50:28Z</dc:date>
    <item>
      <title>LPCXpresso54608 and SD card demo - problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso54608-and-SD-card-demo-problem/m-p/713769#M28833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When running the sample from the SDK 2.2:&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/35585i43717B5C5C992EE8/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;we get error for a number of different SD cards (we assume it is the card type that is not supported). Is there any plans for changing the drivers? The plan here was to use the fatfs and the fsl drivers for it. Seems it is currently not possible (unless customers are using the SD cards supported). We only needs very small amount of data stored, so 1GB cards would be more than sufficient. We saw the error on our own hardware originally (LPC54606) and moved to the LPCXpresso54608 board to verify.&lt;/P&gt;&lt;P&gt;Only change to the original sample is "USE_MKFS" is set to 0 and:&lt;/P&gt;&lt;P&gt;&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/35637i2981557443F5ECA4/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;&lt;/P&gt;&lt;P&gt;The cards tested and their returncode from f_mount():&lt;/P&gt;&lt;P&gt;(Please note that the 4GB card labelled "SanDisk" with SDHC also does not work)&lt;/P&gt;&lt;P&gt;&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/35674iD404A7A35D0E8F8B/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 10:04:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso54608-and-SD-card-demo-problem/m-p/713769#M28833</guid>
      <dc:creator>carstengroen</dc:creator>
      <dc:date>2017-09-26T10:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso54608 and SD card demo - problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso54608-and-SD-card-demo-problem/m-p/713770#M28834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Carsten,&lt;/P&gt;&lt;P&gt;The MCUXpresso SD support does seem to be much less dependable than the LPCOpen code in my experience. Have you looked in the MCUXpresso SDK forum? There are several posts by JohnU that contain minor patches which I have found improved matters.&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 11:34:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso54608-and-SD-card-demo-problem/m-p/713770#M28834</guid>
      <dc:creator>andyjackson</dc:creator>
      <dc:date>2017-09-27T11:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso54608 and SD card demo - problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso54608-and-SD-card-demo-problem/m-p/713771#M28835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Andy,&lt;/P&gt;&lt;P&gt;unfortunately, this does not come as a big surprise... I'm not exactly thrilled by the whole "MCUXpressos" SDK stuff, in my opinion (and many others) its a shame that LPCOpen was ditched....&lt;/P&gt;&lt;P&gt;I just had a look at the MCUXpresso forum, don't think I found anything from JohnU ? Do you perhaps have a link to some/one of his posts ?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Carsten&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: Found it!&amp;nbsp;&lt;A href="https://community.nxp.com/thread/454708"&gt;https://community.nxp.com/thread/454708&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems he and I are seeing the same stuff, I will read up on his posts, thanks Andy :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 13:50:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso54608-and-SD-card-demo-problem/m-p/713771#M28835</guid>
      <dc:creator>carstengroen</dc:creator>
      <dc:date>2017-09-27T13:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso54608 and SD card demo - problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso54608-and-SD-card-demo-problem/m-p/713772#M28836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad you found the SD posts. I agree on MCUXpresso, it seems very rough in places with obvious holes in the provided functionality. Probably ok if all you want to do is build the demos in the MCUXpresso IDE but much less useful for real work in a custom environment. The number of issues being reported on these forums doesn't inspire confidence either...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 14:12:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso54608-and-SD-card-demo-problem/m-p/713772#M28836</guid>
      <dc:creator>andyjackson</dc:creator>
      <dc:date>2017-09-27T14:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso54608 and SD card demo - problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso54608-and-SD-card-demo-problem/m-p/713773#M28837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Certainly not, I'm having a hard time convincing the right people here that the LPC546xx is the "right way to go" at the moment :smileysad:&amp;nbsp;I really really hope that NXP/Freescale gets up to speed on this and show some progress, the LPC546xx family is way too nice for this lack of support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 14:59:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso54608-and-SD-card-demo-problem/m-p/713773#M28837</guid>
      <dc:creator>carstengroen</dc:creator>
      <dc:date>2017-09-27T14:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso54608 and SD card demo - problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso54608-and-SD-card-demo-problem/m-p/713774#M28838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;We are working on your question, just give us some time.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vicente Gomez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 00:42:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso54608-and-SD-card-demo-problem/m-p/713774#M28838</guid>
      <dc:creator>vicentegomez</dc:creator>
      <dc:date>2017-10-05T00:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso54608 and SD card demo - problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso54608-and-SD-card-demo-problem/m-p/713775#M28839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See also &lt;A href="https://community.nxp.com/thread/454769"&gt;sdmmc SD_Write()/SD_Read() failed with ATP card&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"The issue concerns sdmmc library bug (I finally solved) in SD_Init() in the file sdmmc/src/fsl_sd.c:&lt;/P&gt;&lt;P&gt;SD_SelectBusTiming() calls SD_SwitchFunction() which sets block size to 64bytes (512bits).&lt;/P&gt;&lt;P&gt;Therefore SD_SetBlockSize(card, FSL_SDMMC_DEFAULT_BLOCK_SIZE) should be called again before SD_Init() exits."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 08:50:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso54608-and-SD-card-demo-problem/m-p/713775#M28839</guid>
      <dc:creator>JohnU</dc:creator>
      <dc:date>2017-11-03T08:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso54608 and SD card demo - problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso54608-and-SD-card-demo-problem/m-p/713776#M28840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot John,&lt;/P&gt;&lt;P&gt;this seems to fix the problem for our old cards!&lt;/P&gt;&lt;P&gt;I just, as you recommended, added&amp;nbsp; SD_SetBlockSize(card, FSL_SDMMC_DEFAULT_BLOCK_SIZE); just before the SD_init() function exits. :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 09:10:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso54608-and-SD-card-demo-problem/m-p/713776#M28840</guid>
      <dc:creator>carstengroen</dc:creator>
      <dc:date>2017-11-03T09:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso54608 and SD card demo - problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso54608-and-SD-card-demo-problem/m-p/713777#M28841</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;Please check the following bug warning &lt;A href="https://community.nxp.com/thread/457563"&gt;SDIO Errata + SDRAM on LPCXPRESSO 54608 Notice&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Sol&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, 10 Nov 2017 22:57:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso54608-and-SD-card-demo-problem/m-p/713777#M28841</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2017-11-10T22:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso54608 and SD card demo - problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso54608-and-SD-card-demo-problem/m-p/713778#M28842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found this thread when searching for a solution to our micro SD-Card problem. On the OM13092 board, full size SD cards work fine, micro SDs in adapters don't. Initialization always fails/hangs. Anyway, I also found this, pointing me into the right direction:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/trezor/trezor-firmware/issues/65" rel="nofollow noopener noreferrer" target="_blank"&gt;https://github.com/trezor/trezor-firmware/issues/65&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It seems that Micro-SD cards have internal pull-ups on Dat3 for Card-Detect, which must be disabled in order to use the Dat3 for data transfer. So I copyfied the SD_SetDataBusWidth() in fsl_sd.c to the following:&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;static&lt;/SPAN&gt; status_t &lt;SPAN class="token function"&gt;SD_ClearCardDetect&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;sd_card_t &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt;card&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
    &lt;SPAN class="token function"&gt;assert&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;card&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    SDMMCHOST_TRANSFER content &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    SDMMCHOST_COMMAND command  &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    status_t error             &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; kStatus_Success&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;kStatus_Success &lt;SPAN class="operator token"&gt;!=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;SD_SendApplicationCmd&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;card&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; card&lt;SPAN class="operator token"&gt;-&amp;gt;&lt;/SPAN&gt;relativeAddress&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; kStatus_SDMMC_SendApplicationCommandFailed&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
    command&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;index        &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; kSD_ApplicationSetClearCardDetect&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    command&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;responseType &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; kCARD_ResponseTypeR1&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    command&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;argument  &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;//disable card detect resistor&lt;/SPAN&gt;
    content&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;command &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt;command&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    content&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;data    &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; NULL&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    error           &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; card&lt;SPAN class="operator token"&gt;-&amp;gt;&lt;/SPAN&gt;host&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;transfer&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;card&lt;SPAN class="operator token"&gt;-&amp;gt;&lt;/SPAN&gt;host&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;base&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt;content&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;kStatus_Success &lt;SPAN class="operator token"&gt;!=&lt;/SPAN&gt; error&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;||&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;command&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;response&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0U&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt; SDMMC_R1_ALL_ERROR_FLAG&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
        &lt;SPAN class="token function"&gt;SDMMC_LOG&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"\r\nError: send ACMD42 failed with host error %d, response %x"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; error&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; command&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;response&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0U&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; error&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This should be called before switching from 1-bit to 4-bit-wide data bus. I hope this helps someone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Side-note: Also, we have a custom board featuring a micro SD slot. Therefore we need to use the Dat3-pin for Card-Detect. This doesn't work on the OM13092 board, as there are hardwired pull-ups on the board for all the SD-Pins, which interfere with Dat3/CD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2020 14:05:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso54608-and-SD-card-demo-problem/m-p/713778#M28842</guid>
      <dc:creator>lutzherrmann</dc:creator>
      <dc:date>2020-02-21T14:05:05Z</dc:date>
    </item>
  </channel>
</rss>

