<?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 How do I access my SD card ? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-do-I-access-my-SD-card/m-p/906913#M53220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I access my SD card ? Is there a device driver for SDHC for my FRDM-K64 board ?&lt;/P&gt;&lt;P&gt;What file system should I be using to access the SD card ? Are there any examples ? Is there any documentation of this process ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 May 2019 01:37:20 GMT</pubDate>
    <dc:creator>randyseedle</dc:creator>
    <dc:date>2019-05-25T01:37:20Z</dc:date>
    <item>
      <title>How do I access my SD card ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-do-I-access-my-SD-card/m-p/906913#M53220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I access my SD card ? Is there a device driver for SDHC for my FRDM-K64 board ?&lt;/P&gt;&lt;P&gt;What file system should I be using to access the SD card ? Are there any examples ? Is there any documentation of this process ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 May 2019 01:37:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-do-I-access-my-SD-card/m-p/906913#M53220</guid>
      <dc:creator>randyseedle</dc:creator>
      <dc:date>2019-05-25T01:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I access my SD card ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-do-I-access-my-SD-card/m-p/906914#M53221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most of the SDK's out there are based around Chan FatFs (&lt;A href="http://elm-chan.org/fsw/ff/00index_e.html"&gt;http://elm-chan.org/fsw/ff/00index_e.html&lt;/A&gt;). Take a look in your SDK's example projects,&amp;nbsp; you'll find something there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 May 2019 04:32:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-do-I-access-my-SD-card/m-p/906914#M53221</guid>
      <dc:creator>mspenard603</dc:creator>
      <dc:date>2019-05-25T04:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I access my SD card ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-do-I-access-my-SD-card/m-p/906915#M53222</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;Or use &lt;A href="https://github.com/uTasker/uTasker-Kinetis" target="test_blank"&gt;https://github.com/uTasker/uTasker-Kinetis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More powerful interface than FatFs, integrated into USB-MSD, works with memory sticks and directly accessible by FTP or web browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=VJ7YveF4_8g" target="test_blank"&gt;https://www.youtube.com/watch?v=VJ7YveF4_8g&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Documented: &lt;A href="http://www.utasker.com/docs/uTasker/uTasker_utFAT.PDF" target="test_blank"&gt;http://www.utasker.com/docs/uTasker/uTasker_utFAT.PDF&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Out-of-the-box for FRDM-K64F: &lt;A href="http://www.utasker.com/kinetis/FRDM-K64F.html" target="test_blank"&gt;http://www.utasker.com/kinetis/FRDM-K64F.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All operation (FAT, K64, Interrupts, DMA, SDHC, SD card) simulated in Visual Studio for ease of developing debugging, learning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Supported as free open source or professional version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Complete Kinetis solutions for professional needs, training and support:http://www.utasker.com/kinetis.html&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;uTasker: supporting &amp;gt;1'000 registered Kinetis users get products faster and cheaper to market&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 May 2019 08:26:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-do-I-access-my-SD-card/m-p/906915#M53222</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2019-05-25T08:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I access my SD card ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-do-I-access-my-SD-card/m-p/906916#M53223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Randy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Download the official SDK for your Board from here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/en/select"&gt;https://mcuxpresso.nxp.com/en/select&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You will find an example for fatFS in it, together with many other examples and drivers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2019 13:05:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-do-I-access-my-SD-card/m-p/906916#M53223</guid>
      <dc:creator>Masmiseim</dc:creator>
      <dc:date>2019-05-27T13:05:08Z</dc:date>
    </item>
  </channel>
</rss>

