<?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: SD card interfacing with KL25Z in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640054#M38720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arth Shah,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I think you also need to check the hardware, the SPI wire between the MCU and your SD card.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If there has a lot of distrub in the wire, it may cause the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can check your SPI bus wave, the SPI line should not long, it should as short as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&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>Wed, 10 May 2017 07:20:31 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2017-05-10T07:20:31Z</dc:date>
    <item>
      <title>SD card interfacing with KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640026#M38692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am trying to port fatfs to Sd card.&lt;/P&gt;&lt;P&gt;i refer this link&amp;nbsp;&lt;A href="https://community.nxp.com/docs/DOC-330958"&gt;https://community.nxp.com/docs/DOC-330958&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now my question is that which file i need to added in my project&lt;/P&gt;&lt;P&gt;because in main() function no any spi related function are call.&lt;/P&gt;&lt;P&gt;assign to @TIC kerry&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 06:26:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640026#M38692</guid>
      <dc:creator>arthshah</dc:creator>
      <dc:date>2017-04-25T06:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640027#M38693</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;&lt;SPAN&gt;If you do get tired of trying to piecing together incomplete examples, do remember that you can download a full KL25 solution with SD card (via SPI), memory stick (via USB-HOST), which also works as USB-MSD to SD card or internal Flash (optionally as composite with various other USB classes). Its integrated FAT [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fdocs%2FuTasker%2FuTasker_utFAT.PDF" rel="nofollow" target="_blank"&gt;http://www.utasker.com/docs/uTasker/uTasker_utFAT.PDF&lt;/A&gt;&lt;SPAN&gt;] has more features than fatfs and you can simulate all operation in Visual Studio to maximise learning and/or development efficiency.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Web:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2FuTasker%2FuTasker-Kinetis" rel="nofollow" target="_blank"&gt;https://github.com/uTasker/uTasker-Kinetis&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;HTTPS:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2FuTasker%2FuTasker-Kinetis.git" rel="nofollow" target="_blank"&gt;https://github.com/uTasker/uTasker-Kinetis.git&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;SSH:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:git@github.com"&gt;git@github.com&lt;/A&gt;&lt;SPAN&gt;:uTasker/uTasker-Kinetis.git&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FREE, documented and with numerous videos to see it working and to get started quickly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allows immediate operation on about 50 Kinetis boards (KE, KEA, KL, K etc.), builds with 10 IDEs, requires no porting and no lost time.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 20:35:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640027#M38693</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2017-04-25T20:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640028#M38694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you mark,&lt;/P&gt;&lt;P&gt;i am trying to port fatfs in sd card kl25z.&lt;/P&gt;&lt;P&gt;i don't understand utasker.&lt;/P&gt;&lt;P&gt;so i want to use KDS for my project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 04:28:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640028#M38694</guid>
      <dc:creator>arthshah</dc:creator>
      <dc:date>2017-04-26T04:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640029#M38695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uTasker works with KDS. If you follow this video you could finish your work in about 20 minutes.&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DK8ScSgpgQ6M%26t%3D311s" rel="nofollow" target="_blank"&gt;https://www.youtube.com/watch?v=K8ScSgpgQ6M&amp;amp;t=311s&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For FRDM-KL25Z with full SD card interface, plus USB-MSD, simply enable in config.h:&lt;BR /&gt;- &lt;STRONG&gt;FRDM_KL25Z&lt;/STRONG&gt;&lt;BR /&gt;- &lt;STRONG&gt;SDCARD_SUPPORT&lt;/STRONG&gt;&lt;BR /&gt;- &lt;STRONG&gt;USB_INTERFACE&lt;/STRONG&gt; + &lt;STRONG&gt;USE_USB_MSD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and build.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 14:30:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640029#M38695</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2017-04-26T14:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640030#M38696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii mark,&lt;/P&gt;&lt;P&gt;thanks for the reply.&lt;/P&gt;&lt;P&gt;please give me download link of utasker and how to use it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 04:26:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640030#M38696</guid>
      <dc:creator>arthshah</dc:creator>
      <dc:date>2017-04-28T04:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640031#M38697</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;Download links have already been given - it is on GITHUB, where the open source project version is maintained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Video for GITHUB and KDS has already been given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Tutorials and further documents: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fdocs%2Fdocumentation.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/docs/documentation.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Building with various IDEs: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2Fcompilers.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/compilers.html&lt;/A&gt;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 19:13:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640031#M38697</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2017-04-28T19:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640032#M38698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii Mark,&lt;/P&gt;&lt;P&gt;i downloaded utasker from link provided by you.&lt;BR /&gt;when i unzip that zip file there are many folders.&lt;/P&gt;&lt;P&gt;i attach here screen shot of that file please tell me what i do next?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="mark.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/17369iBE53E9DA349A7222/image-size/large?v=v2&amp;amp;px=999" role="button" title="mark.png" alt="mark.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Apr 2017 05:41:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640032#M38698</guid>
      <dc:creator>arthshah</dc:creator>
      <dc:date>2017-04-29T05:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640033#M38699</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;&lt;SPAN&gt;To open with KDS follow the KDS guide: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2Fcompilers.html%23KDS" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/compilers.html#KDS&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and/or follow the video &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DK8ScSgpgQ6M%26t%3D311s" rel="nofollow" target="_blank"&gt;https://www.youtube.com/watch?v=K8ScSgpgQ6M&amp;amp;t=311s&lt;/A&gt;&lt;BR /&gt;There are also a short guide in "readme.txt" file that you have shown.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Apr 2017 12:09:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640033#M38699</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2017-04-29T12:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640034#M38700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello mark,&lt;/P&gt;&lt;P&gt;i have done as u ask for, but i still can't import utasker project into my KDS.&lt;/P&gt;&lt;P&gt;please help me to solve this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 06:28:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640034#M38700</guid>
      <dc:creator>arthshah</dc:creator>
      <dc:date>2017-05-04T06:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640035#M38701</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;The KDS project settings are in the folder &lt;STRONG&gt;\Applications\uTaskerV1.4\KinetisDesignStudio\Project_Settings&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;These were available in the "Development" branch but I just merged back to the master branch so if you check out from the master the will now be there too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy the contents of this folder to the root directory and then import the root directory path into KDS.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 11:34:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640035#M38701</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2017-05-04T11:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640036#M38702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello mark,&lt;/P&gt;&lt;P&gt;thanks for reply.&lt;/P&gt;&lt;P&gt;i already done what you ask for.but still not getting success.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 12:14:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640036#M38702</guid>
      <dc:creator>arthshah</dc:creator>
      <dc:date>2017-05-04T12:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640037#M38703</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;I just tried now and had no problems.&lt;/P&gt;&lt;P&gt;Please tell me what the problem is because without knowing what doesn't actually work (can't you import, can't you build etc.?) it is impossible to give specific help.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 12:55:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640037#M38703</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2017-05-04T12:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640038#M38704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii Mark,&lt;/P&gt;&lt;P&gt;thanks for reply&lt;/P&gt;&lt;P&gt;My problem is i can't import utasker project in my KDS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 04:22:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640038#M38704</guid>
      <dc:creator>arthshah</dc:creator>
      <dc:date>2017-05-05T04:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640039#M38705</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;I am sorry but I have just tried again and can't detect any problem. Are you following the documentation and video correctly?&lt;/P&gt;&lt;P&gt;I do this (exact steps):&lt;/P&gt;&lt;P&gt;1.I made a directory to work in - say "MyProject"&lt;BR /&gt;2. I now clone the Open Source Git repository and it has the folder "uTasker-Kinetis" in it now. I use TortoiseGIT but any GIT client can be used.&lt;/P&gt;&lt;P&gt;3. Since I want to use KDS I copy the content of the folder "MyProject\uTasker-Kinetis\Applications\uTaskerV1.4\KinetisDesignStudio\Project_Settings" to "MyProject\uTasker-Kinetis" so that the KDS project files are at the root.&lt;/P&gt;&lt;P&gt;4. I start KDS and tell it to use a new work-space - say "development"&lt;BR /&gt;5. I import the project from the toot directory, that is "MyProject\uTasker-Kinetis"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I have the project open in KDS and can continue with building the configuration that I want.&lt;/P&gt;&lt;P&gt;Since I have tested a few times I can only conclude that you didn't follow one of the steps correct. Please do the 5 steps exactly and then you should have no further problems.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 13:53:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640039#M38705</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2017-05-05T13:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640040#M38706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii&amp;nbsp;Mark,&lt;/P&gt;&lt;P&gt;Actually i&amp;nbsp;can't&amp;nbsp;understand your 2nd&amp;nbsp;step.&lt;/P&gt;&lt;P&gt;I&amp;nbsp;just&amp;nbsp;download&amp;nbsp;utasker&amp;nbsp;from&amp;nbsp;link&amp;nbsp;provided&amp;nbsp;by&amp;nbsp;you..i&amp;nbsp;don't&amp;nbsp;know&amp;nbsp;about&amp;nbsp;GIT&amp;nbsp;clone&amp;nbsp;or&amp;nbsp;etc..&lt;/P&gt;&lt;P&gt;And except 2nd&amp;nbsp;step i&amp;nbsp;follow&amp;nbsp;all&amp;nbsp;step&amp;nbsp;perfectly..&lt;/P&gt;&lt;P&gt;Please&amp;nbsp;help&amp;nbsp;me&amp;nbsp;for&amp;nbsp;utasker&amp;nbsp;download&amp;nbsp;nd&amp;nbsp;about&amp;nbsp;clone.&lt;/P&gt;&lt;P&gt;Thank&amp;nbsp;you&amp;nbsp;for&amp;nbsp;the&amp;nbsp;reply.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 14:36:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640040#M38706</guid>
      <dc:creator>arthshah</dc:creator>
      <dc:date>2017-05-05T14:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640041#M38707</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;I use TortoiseGIT (see the video) but also just downloading the .zip file from GITHUB will work (rather than working with a GIT client). However it is advisable to learn GIT since it is used by many projects and simplifies firmware management.&lt;/P&gt;&lt;P&gt;This is the content of the root directory, whereby the files .cproject and .project are from KDS (copied from the KDS folder) (the .git folder is normally invisible and won't be there if you don't use GIT):&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/18339i88F125FE0BADDA51/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;If this is given as path to import to KDS I don't know why you can't import it. I have never heard of anyone who couldn't import it before.&lt;/P&gt;&lt;P&gt;Please show a screen shot of the import attempt.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 15:53:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640041#M38707</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2017-05-05T15:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640042#M38708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii Mark,&lt;/P&gt;&lt;P&gt;thanks for the help.&lt;/P&gt;&lt;P&gt;here i attached my screen shot of KDS project setting.&lt;/P&gt;&lt;P&gt;it,s path is&lt;/P&gt;&lt;P&gt;C:\Users\RND1\Downloads\uTasker-Kinetis-master\Applications\uTaskerV1.4\KinetisDesignStudio\Project_Settings&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="prj1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/17402iFB4A174B82A3C2A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="prj1.png" alt="prj1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;From this path i just copied .settings folder and paste it to root directory.show below screen shot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="prj2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/17435iF7297C06E53CFD10/image-size/large?v=v2&amp;amp;px=999" role="button" title="prj2.png" alt="prj2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In my project there is no .cproject and .project file.&lt;/P&gt;&lt;P&gt;i download utasker from link provided by you.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 May 2017 05:16:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640042#M38708</guid>
      <dc:creator>arthshah</dc:creator>
      <dc:date>2017-05-06T05:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640043#M38709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Mark,&lt;/P&gt;&lt;P&gt;i Re downloaded the utasker.&lt;/P&gt;&lt;P&gt;my problem is now solved.&lt;/P&gt;&lt;P&gt;thanks for the help.&lt;/P&gt;&lt;P&gt;Now i want to SD Card as a MSD with KL25Z how it is possibal with utasker?&lt;/P&gt;&lt;P&gt;give me some idea about that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 May 2017 06:41:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640043#M38709</guid>
      <dc:creator>arthshah</dc:creator>
      <dc:date>2017-05-06T06:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640044#M38710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii Mark,&lt;/P&gt;&lt;P&gt;As you said in earlier post i followed the same.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;For FRDM-KL25Z with full SD card interface, plus USB-MSD, simply enable in config.h:&lt;BR /&gt;- &lt;STRONG style="border: 0px; font-weight: bold;"&gt;FRDM_KL25Z&lt;/STRONG&gt;&lt;BR /&gt;- &lt;STRONG style="border: 0px; font-weight: bold;"&gt;SDCARD_SUPPORT&lt;/STRONG&gt;&lt;BR /&gt;- &lt;STRONG style="border: 0px; font-weight: bold;"&gt;USB_INTERFACE&lt;/STRONG&gt; + &lt;STRONG style="border: 0px; font-weight: bold;"&gt;USE_USB_MSD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;and build.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;when i build &amp;nbsp;the project there are error like&amp;nbsp;'_port_D_isr' undeclared (first use in this function)&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Now, what should i do ?&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;and where is the Main file of the my project?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 May 2017 07:04:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640044#M38710</guid>
      <dc:creator>arthshah</dc:creator>
      <dc:date>2017-05-06T07:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: SD card interfacing with KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640045#M38711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Unfortunately there is a 'typo' in the file "kinetis_PORTS.h" which affects the KL25 configuration.&lt;BR /&gt;Please modify:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #if (PORTS_AVAILABLE &amp;gt; 3) &amp;amp;&amp;amp; !defined NO_PORT_INTERRUPTS_PORTD &amp;amp;&amp;amp; defined &lt;SPAN style="color: #ff0000;"&gt;irq_PORTC_ID&lt;/SPAN&gt; // if port D support has not been removed&lt;/STRONG&gt;&lt;BR /&gt;to&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #if (PORTS_AVAILABLE &amp;gt; 3) &amp;amp;&amp;amp; !defined NO_PORT_INTERRUPTS_PORTD &amp;amp;&amp;amp; defined &lt;SPAN style="color: #0000ff;"&gt;irq_PORTC_ID&lt;/SPAN&gt; // if port D support has not been removed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have corrected this in the repository.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;extern int main(void)&lt;/STRONG&gt; is located in the file kinetis.c. This is however used to control the scheduler and user code is in tasks.&lt;/P&gt;&lt;P&gt;The application task in application.c [extern void fnApplication(TTASKTABLE *ptrTaskTable)] starts the mass storage task (controlling the SD card interface) and the USB task (controlling USB-MSD).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following documents describes the scheduling operation and give a guide to new users who may not yet be used to writing code for scheduling systems - it is much more powerful and flexible that round-robin main loops but requires a little re-thinking. After a little experience it will prove to be more practical and efficient.&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fdocs%2FuTasker%2FuTaskerV1.3.PDF" rel="nofollow" target="_blank"&gt;http://www.utasker.com/docs/uTasker/uTaskerV1.3.PDF&lt;/A&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fdocs%2FuTasker%2FuTaskerV1.4_user_guide.PDF" rel="nofollow" target="_blank"&gt;http://www.utasker.com/docs/uTasker/uTaskerV1.4_user_guide.PDF&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you run the code on the board you will find that the SD card is mounted automatically (background operation) and the USB-MSD interface will also signal when it is mounted to the USB host. This is automated you you don't need to write code to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the OpenSDA VCOM interface (115200) you can test FAT and low level SD card operations in the utFAT menu, which looks like this. Of course you will need to wire up to an SD card correctly otherwise it will say that there is no SD card present until it is detected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Disk interface&lt;BR /&gt;===================&lt;BR /&gt;up&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; go to main menu&lt;BR /&gt;info&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; utFAT/card info&lt;BR /&gt;dir&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] show directory content&lt;BR /&gt;dird&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] show deleted directory content&lt;BR /&gt;dirh&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] show hidden content&lt;BR /&gt;infof&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] show file info&lt;BR /&gt;infod&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] show deleted info&lt;BR /&gt;cd&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] change dir. (.. for up)&lt;BR /&gt;file&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] new empty file&lt;BR /&gt;write&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] test write to file&lt;BR /&gt;mkdir&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; new empty dir&lt;BR /&gt;rename&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [from] [to] rename&lt;BR /&gt;trunc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; truncate to [length] [path]&lt;BR /&gt;hide&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] file/dir to hide&lt;BR /&gt;unhide&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] file/dir to un-hide&lt;BR /&gt;prot&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] file/dir to write-protect&lt;BR /&gt;unprot&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] file/dir to un-protet&lt;BR /&gt;print&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] print file content&lt;BR /&gt;del&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] delete file or dir.&lt;BR /&gt;undel&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; undelete [name]&lt;BR /&gt;format&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [-16/12] [label] format (unformatted) disk&lt;BR /&gt;fformat&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [-16/12] [label] full format (unformatted) disk&lt;BR /&gt;re-format&amp;nbsp;&amp;nbsp;&amp;nbsp; [-16/12] [label] reformat disk!!!!!&lt;BR /&gt;re-fformat&amp;nbsp;&amp;nbsp; [-16/12] [label] full reformat disk!!!!!&lt;BR /&gt;sect&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [hex no.] display sector&lt;BR /&gt;help&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Display menu specific help&lt;BR /&gt;quit&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Leave command mode&lt;BR /&gt;TIMEOUT!!!&lt;BR /&gt;SD-card not responding&lt;BR /&gt;info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disk not detected&lt;BR /&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In case you prefer to see operation without SD card first, simply comment out SDCARD_SUPPORT and comment in SIMPLE_FLASH and it will perform the operations in internal Flash instead.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 May 2017 14:24:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-card-interfacing-with-KL25Z/m-p/640045#M38711</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2017-05-06T14:24:39Z</dc:date>
    </item>
  </channel>
</rss>

