<?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 to support micro SD card with file system on freeRTOS application in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-support-micro-SD-card-with-file-system-on-freeRTOS/m-p/441189#M25847</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 using FreeRTOS integrated into Processor Expert and implementing it on K20 device.&lt;/P&gt;&lt;P&gt;How should I go about implementing a microSD interface with FAT file system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any comment will be highly appreciated&lt;/P&gt;&lt;P&gt;Zohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2015 07:10:57 GMT</pubDate>
    <dc:creator>zohargolan1</dc:creator>
    <dc:date>2015-10-29T07:10:57Z</dc:date>
    <item>
      <title>How to support micro SD card with file system on freeRTOS application</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-support-micro-SD-card-with-file-system-on-freeRTOS/m-p/441189#M25847</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 using FreeRTOS integrated into Processor Expert and implementing it on K20 device.&lt;/P&gt;&lt;P&gt;How should I go about implementing a microSD interface with FAT file system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any comment will be highly appreciated&lt;/P&gt;&lt;P&gt;Zohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 07:10:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-support-micro-SD-card-with-file-system-on-freeRTOS/m-p/441189#M25847</guid>
      <dc:creator>zohargolan1</dc:creator>
      <dc:date>2015-10-29T07:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to support micro SD card with file system on freeRTOS application</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-support-micro-SD-card-with-file-system-on-freeRTOS/m-p/441190#M25848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zohar,&lt;/P&gt;&lt;P&gt;I'm using FreeRTOS with FatFS in several projects, see &lt;A href="http://mcuoneclipse.com/category/processor-expert/embedded-components/fatfs/" title="http://mcuoneclipse.com/category/processor-expert/embedded-components/fatfs/"&gt;FatFs | MCU on Eclipse&lt;/A&gt; . There are sources/examples available on GitHub (see the links in the articles).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 07:28:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-support-micro-SD-card-with-file-system-on-freeRTOS/m-p/441190#M25848</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-10-29T07:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to support micro SD card with file system on freeRTOS application</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-support-micro-SD-card-with-file-system-on-freeRTOS/m-p/441191#M25849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As usual, thank you for the fast reply. The link you have send me is using the KSDK 1.2.0. I am using the freeROTS extention, which is not using the SDK. Is it going to be a problem or I can add the KSDK in processor expert?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Zohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 04:37:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-support-micro-SD-card-with-file-system-on-freeRTOS/m-p/441191#M25849</guid>
      <dc:creator>zohargolan1</dc:creator>
      <dc:date>2015-10-30T04:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to support micro SD card with file system on freeRTOS application</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-support-micro-SD-card-with-file-system-on-freeRTOS/m-p/441192#M25850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zohar,&lt;/P&gt;&lt;P&gt;you can use it either way: You can use only the SDK (there is a FatFS example in the SDK), or you can use the SDK with Processor Expert (but then it only suppports the fsl_* components), or you can use Processor Expert with the 'non-SDK' components. So you have freedom of choice :-)&lt;/P&gt;&lt;P&gt;Note that the FreeRTOS in the SDK is an older one (8.2.0) while the McuOnEclipse component is using the latest FreeRTOS (8.2.3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 07:15:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-support-micro-SD-card-with-file-system-on-freeRTOS/m-p/441192#M25850</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-10-30T07:15:52Z</dc:date>
    </item>
  </channel>
</rss>

