<?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: MFS_READ_FAULT error when SD card mount on K60 in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-READ-FAULT-error-when-SD-card-mount-on-K60/m-p/304710#M9797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Vallinath:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try the sdcard demo code? I noticed your code is different from that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 May 2014 07:19:19 GMT</pubDate>
    <dc:creator>danielchen</dc:creator>
    <dc:date>2014-05-09T07:19:19Z</dc:date>
    <item>
      <title>MFS_READ_FAULT error when SD card mount on K60</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-READ-FAULT-error-when-SD-card-mount-on-K60/m-p/304708#M9795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Platform : MQX 4.0.2&lt;/P&gt;&lt;P&gt;controller : K60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USing the example code of SD card drom path /mfs/examples/sd card .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dev_handle1 = fopen("sdcard:", 0);&lt;/P&gt;&lt;P&gt;if ( dev_handle1 == NULL ) {&lt;/P&gt;&lt;P&gt;printf("\nUnable to open SD card device");&lt;/P&gt;&lt;P&gt;_task_block();&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Install MFS: */&lt;/P&gt;&lt;P&gt;error_code = _io_mfs_install(dev_handle1, "a:", 0);&lt;/P&gt;&lt;P&gt;if ((error_code != MFS_NO_ERROR) &amp;amp;&amp;amp;&lt;/P&gt;&lt;P&gt;(error_code != MFS_NOT_A_DOS_DISK)) {&lt;/P&gt;&lt;P&gt;printf("FATAL error while initializing: \n");&lt;/P&gt;&lt;P&gt;_mqx_exit(1);&lt;/P&gt;&lt;P&gt;} else {&lt;/P&gt;&lt;P&gt;printf("Initialized MFS1%s\n");&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;//open filse system&lt;/P&gt;&lt;P&gt;file_handle=fopen("a:",NULL);&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The task is getting a error of MFS READ fault , checked the user guide of MFS which means low level driver is not respondin properly . so please let me know anybody faced same issue how to resolve it&lt;/P&gt;&lt;P&gt;is they any CLOCK issue which is going on SDHC CLK pin .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Apr 2014 14:47:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-READ-FAULT-error-when-SD-card-mount-on-K60/m-p/304708#M9795</guid>
      <dc:creator>vallinaths</dc:creator>
      <dc:date>2014-04-27T14:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: MFS_READ_FAULT error when SD card mount on K60</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-READ-FAULT-error-when-SD-card-mount-on-K60/m-p/304709#M9796</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;Thank you for your post, however please consider moving it to the right community place (e.g. &lt;A href="https://community.nxp.com/space/2023"&gt;MQX Software Solutions&lt;/A&gt; or&amp;nbsp;&amp;nbsp; &lt;A _jive_internal="true" class="jivecontainerTT-hover-container jive-link-community-small" data-containerid="1" data-containertype="14" data-objectid="2019" data-objecttype="14" href="https://community.nxp.com/community/kinetis"&gt;Kinetis Microcontrollers&lt;/A&gt;) to get it visible for active members.&lt;/P&gt;&lt;P&gt;For details please see general advice &lt;A _jive_internal="true" data-containerid="2001" data-containertype="14" data-objectid="99909" data-objecttype="102" href="https://community.nxp.com/docs/DOC-99909"&gt;Where to post a Discussion?&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for using Freescale Community.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 12:07:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-READ-FAULT-error-when-SD-card-mount-on-K60/m-p/304709#M9796</guid>
      <dc:creator>Wlodek_D_</dc:creator>
      <dc:date>2014-04-28T12:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: MFS_READ_FAULT error when SD card mount on K60</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-READ-FAULT-error-when-SD-card-mount-on-K60/m-p/304710#M9797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Vallinath:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try the sdcard demo code? I noticed your code is different from that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 07:19:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-READ-FAULT-error-when-SD-card-mount-on-K60/m-p/304710#M9797</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2014-05-09T07:19:19Z</dc:date>
    </item>
  </channel>
</rss>

