<?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>Kinetis MicrocontrollersのトピックMKE18F512VLL16 Fatfs on microSD card</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE18F512VLL16-Fatfs-on-microSD-card/m-p/909034#M53301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to learn file system thru NXP's example, however, there are some files&amp;nbsp;missed.&lt;/P&gt;&lt;P&gt;In fsl_nand_disk.c, it include "&amp;nbsp;fsl_nand_flash" and "map.h" but i can't find it in SDK.&lt;/P&gt;&lt;P&gt;Where can i find those files?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/85910i5179BC00F69A7B70/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&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/85911i9C54F6C3A98BCA64/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;MCU: MKE18F512VLL16&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;SDK version is 2.5.0.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jun 2019 11:11:42 GMT</pubDate>
    <dc:creator>freddie_li1</dc:creator>
    <dc:date>2019-06-11T11:11:42Z</dc:date>
    <item>
      <title>MKE18F512VLL16 Fatfs on microSD card</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE18F512VLL16-Fatfs-on-microSD-card/m-p/909034#M53301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to learn file system thru NXP's example, however, there are some files&amp;nbsp;missed.&lt;/P&gt;&lt;P&gt;In fsl_nand_disk.c, it include "&amp;nbsp;fsl_nand_flash" and "map.h" but i can't find it in SDK.&lt;/P&gt;&lt;P&gt;Where can i find those files?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/85910i5179BC00F69A7B70/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&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/85911i9C54F6C3A98BCA64/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;MCU: MKE18F512VLL16&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;SDK version is 2.5.0.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2019 11:11:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE18F512VLL16-Fatfs-on-microSD-card/m-p/909034#M53301</guid>
      <dc:creator>freddie_li1</dc:creator>
      <dc:date>2019-06-11T11:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: MKE18F512VLL16 Fatfs on microSD card</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE18F512VLL16-Fatfs-on-microSD-card/m-p/909035#M53302</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;You don't need to use NAND for SD card operation - therefore you can remove NAND_DISK_ENABLE - the KE15 doesn't have a NAND controller and this is probably why there are missing files in the SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to learn about FAT and SD cards also look at the uTasker project since it contains utFAT - &lt;EM&gt;more features that FATfs&lt;/EM&gt; - plus it allows you to simulate the processor, the SD card and test all FAT code in Visual Studio (on simulated Kinetis parts with SDHC or SPI connections). It is documented at &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;Open Source Version: &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;&lt;BR /&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;SPAN style="color: #000080;"&gt;&lt;EM&gt;uTasker: supporting &amp;gt;1'000 registered Kinetis users get products faster and cheaper to market&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM&gt;Request Free emergency remote desk-top consulting at &lt;A href="http://www.utasker.com/services.html" target="test_blank"&gt;http://www.utasker.com/services.html&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2019 18:42:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE18F512VLL16-Fatfs-on-microSD-card/m-p/909035#M53302</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2019-06-11T18:42:10Z</dc:date>
    </item>
  </channel>
</rss>

