<?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: I noticed that the KSDK 2.0 has support for the eMMC. Are there any examples? in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-noticed-that-the-KSDK-2-0-has-support-for-the-eMMC-Are-there/m-p/488824#M4352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a code snippet. It would seem that there might be an example that goes with it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Freescale\SDK_2.0\docs\Kinetis SDK v.2.0 API Reference Manual\group__SDHC.html&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 May 2016 12:02:20 GMT</pubDate>
    <dc:creator>calvinday</dc:creator>
    <dc:date>2016-05-02T12:02:20Z</dc:date>
    <item>
      <title>I noticed that the KSDK 2.0 has support for the eMMC. Are there any examples?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-noticed-that-the-KSDK-2-0-has-support-for-the-eMMC-Are-there/m-p/488822#M4350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a K66 device.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 20:23:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-noticed-that-the-KSDK-2-0-has-support-for-the-eMMC-Are-there/m-p/488822#M4350</guid>
      <dc:creator>calvinday</dc:creator>
      <dc:date>2016-04-28T20:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: I noticed that the KSDK 2.0 has support for the eMMC. Are there any examples?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-noticed-that-the-KSDK-2-0-has-support-for-the-eMMC-Are-there/m-p/488823#M4351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Calvin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at the moment there is no such example for eMMC under KSDK 2.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will keep you informed in case of any update.&lt;/P&gt;&lt;P&gt;Have a nice day.&lt;/P&gt;&lt;P&gt;Iva&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>Mon, 02 May 2016 07:42:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-noticed-that-the-KSDK-2-0-has-support-for-the-eMMC-Are-there/m-p/488823#M4351</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2016-05-02T07:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: I noticed that the KSDK 2.0 has support for the eMMC. Are there any examples?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-noticed-that-the-KSDK-2-0-has-support-for-the-eMMC-Are-there/m-p/488824#M4352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a code snippet. It would seem that there might be an example that goes with it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Freescale\SDK_2.0\docs\Kinetis SDK v.2.0 API Reference Manual\group__SDHC.html&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 12:02:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-noticed-that-the-KSDK-2-0-has-support-for-the-eMMC-Are-there/m-p/488824#M4352</guid>
      <dc:creator>calvinday</dc:creator>
      <dc:date>2016-05-02T12:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: I noticed that the KSDK 2.0 has support for the eMMC. Are there any examples?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-noticed-that-the-KSDK-2-0-has-support-for-the-eMMC-Are-there/m-p/488825#M4353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to get the sdcard_fatfs_twrk65f180m example working with the eMMC device.&lt;/P&gt;&lt;P&gt;(C:\Freescale\SDK_2.0\boards\twrk65f180m\driver_examples\sdcard_fatfs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does require a few changes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to add SDHC_D4 - SDHC_D7 multiplexing and did not use the card detect. (eMMC is not normally removed)&lt;/P&gt;&lt;P&gt;Debug was on a different port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #7f0055; font-size: 10pt;"&gt;&lt;STRONG&gt;const&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #005032; font-size: 10pt;"&gt;TCHAR&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; driverNumberBuffer[3U] = {&lt;STRONG&gt;MMCDISK&lt;/STRONG&gt; + &lt;/SPAN&gt;&lt;SPAN style="color: #2a00ff; font-size: 10pt;"&gt;'0'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2a00ff; font-size: 10pt;"&gt;':'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #2a00ff; font-size: 10pt;"&gt;'/'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;}; // this was &lt;/SPAN&gt;&lt;STRONG&gt;SDDISK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;#define&amp;nbsp; _VOLUMES &lt;STRONG&gt;5 &lt;/STRONG&gt;// this was&lt;STRONG&gt; 3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;#define MMC_DISK_ENABLE&amp;nbsp; // this was added&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I couldn't set the max speed 52 MHz because my system clock is set to 32.768 MHz&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 19:39:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-noticed-that-the-KSDK-2-0-has-support-for-the-eMMC-Are-there/m-p/488825#M4353</guid>
      <dc:creator>calvinday</dc:creator>
      <dc:date>2016-05-02T19:39:17Z</dc:date>
    </item>
  </channel>
</rss>

