<?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 Low level SD Card acces in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Low-level-SD-Card-acces/m-p/183418#M2996</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I take a look on the example provided with MQX who demonstrate how to use the board as a USB masse storage device, this example allow to read and write to a part of the ram from the computer like any other thumb drive.&lt;/P&gt;&lt;P&gt;My goal is to do the same thing but no from flash but from a sd card.&lt;/P&gt;&lt;P&gt;When i look on how the example work it look simple, the computer directly ask to the board to read a zone of memory by furnishing an offset to the start from the start of the memory.&lt;/P&gt;&lt;P&gt;The probleme is that MQX by default only provide Hight level function who only allow to acces to the file level of the SD card.&lt;/P&gt;&lt;P&gt;So i would like to know if low level function are available an how to use it, when i look into the MQX code i saw some sectore_read function but i can't make it work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank's&lt;/P&gt;&lt;P&gt;Best regard&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Feb 2011 16:04:05 GMT</pubDate>
    <dc:creator>Kuroro</dc:creator>
    <dc:date>2011-02-15T16:04:05Z</dc:date>
    <item>
      <title>Low level SD Card acces</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Low-level-SD-Card-acces/m-p/183418#M2996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I take a look on the example provided with MQX who demonstrate how to use the board as a USB masse storage device, this example allow to read and write to a part of the ram from the computer like any other thumb drive.&lt;/P&gt;&lt;P&gt;My goal is to do the same thing but no from flash but from a sd card.&lt;/P&gt;&lt;P&gt;When i look on how the example work it look simple, the computer directly ask to the board to read a zone of memory by furnishing an offset to the start from the start of the memory.&lt;/P&gt;&lt;P&gt;The probleme is that MQX by default only provide Hight level function who only allow to acces to the file level of the SD card.&lt;/P&gt;&lt;P&gt;So i would like to know if low level function are available an how to use it, when i look into the MQX code i saw some sectore_read function but i can't make it work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank's&lt;/P&gt;&lt;P&gt;Best regard&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 16:04:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Low-level-SD-Card-acces/m-p/183418#M2996</guid>
      <dc:creator>Kuroro</dc:creator>
      <dc:date>2011-02-15T16:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Low level SD Card acces</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Low-level-SD-Card-acces/m-p/183419#M2997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check mfs sdcard example.&lt;/P&gt;&lt;P&gt;You need to install sdcard driver, open the driver, so the sdcard gets initialized and then you can use functions like fseek, fread, fwrite that&amp;nbsp;are 512B sector based - fread (buffer, 1, 1, sdcard_fd) reads 1 sector = 512B.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;PetrM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 19:54:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Low-level-SD-Card-acces/m-p/183419#M2997</guid>
      <dc:creator>PetrM</dc:creator>
      <dc:date>2011-03-16T19:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Low level SD Card acces</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Low-level-SD-Card-acces/m-p/183420#M2998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PetrM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank's for you're help, I used it on a mcd52259 and taht work fine i was able to used the usb msd with the SD card.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to used the same code with a K60 and MQX 3.7 EAR V2 and that don't work , the fread function do not return data, did they have a special way to implement it on kinetis ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank's&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 20:15:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Low-level-SD-Card-acces/m-p/183420#M2998</guid>
      <dc:creator>Kuroro</dc:creator>
      <dc:date>2011-03-29T20:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Low level SD Card acces</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Low-level-SD-Card-acces/m-p/183421#M2999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The usage should be the same on all platforms, so&amp;nbsp;it's more likely a bug in pre-release code.&lt;/P&gt;&lt;P&gt;Does the original sd card example work for you on K60?&lt;/P&gt;&lt;P&gt;BTW: It should use ESDHC low level communication and onboard sd slot by default...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PetrM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 16:05:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Low-level-SD-Card-acces/m-p/183421#M2999</guid>
      <dc:creator>PetrM</dc:creator>
      <dc:date>2011-04-01T16:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Low level SD Card acces</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Low-level-SD-Card-acces/m-p/183422#M3000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank's for you're answer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it was a mistake from my side (run a empty program on the mcf51 embedded&amp;nbsp;on the lcd board solve the problem)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do some test and i got a very low bandwitch (about 400 Ko/s) from SD to USB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually I have the ESDHC port runing a full speed (25Mhz) but i can't set the usb to Hight speed mode on K60, I had some compilation issue apparently the K60 HS is no supported on MQX 3.7 they have a solution to have USB hight speed on MQX with K60 ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 21:45:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Low-level-SD-Card-acces/m-p/183422#M3000</guid>
      <dc:creator>Kuroro</dc:creator>
      <dc:date>2011-04-01T21:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Low level SD Card acces</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Low-level-SD-Card-acces/m-p/183423#M3001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;current K60 processor supports only USB full speed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PetrL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Apr 2011 05:03:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Low-level-SD-Card-acces/m-p/183423#M3001</guid>
      <dc:creator>PetrL</dc:creator>
      <dc:date>2011-04-30T05:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Low level SD Card acces</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Low-level-SD-Card-acces/m-p/183424#M3002</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;When you did MSD on SD card, how did you solve the problem that read from SD card is 512 bytes and&amp;nbsp; read from USB is 64 bytes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 13:04:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Low-level-SD-Card-acces/m-p/183424#M3002</guid>
      <dc:creator>danielchai</dc:creator>
      <dc:date>2013-07-10T13:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Low level SD Card acces</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Low-level-SD-Card-acces/m-p/183425#M3003</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;&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; I have the code for USB SD card - MSD and it is working. My problem is data transfer speed over usb is very slow.How i can improve this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pramod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 04:59:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Low-level-SD-Card-acces/m-p/183425#M3003</guid>
      <dc:creator>pramodk_g_</dc:creator>
      <dc:date>2014-02-28T04:59:33Z</dc:date>
    </item>
  </channel>
</rss>

