<?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 SPI mode w/ FRDM KE-02Z (if possible?) with KDS and GCC in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-SPI-mode-w-FRDM-KE-02Z-if-possible-with-KDS-and-GCC/m-p/574078#M34186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diego,&lt;/P&gt;&lt;P&gt;I do not have a FRDM-KE02Z board, but I have put together quickly a project with FatFS running bare metal (no RTOS). It is available attached and on GitHub here: &lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS/FRDM-KE02Z/FRDM-KE02Z_FatFS" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS/FRDM-KE02Z/FRDM-KE02Z_FatFS"&gt;mcuoneclipse/Examples/KDS/FRDM-KE02Z/FRDM-KE02Z_FatFS at master · ErichStyger/mcuoneclipse · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, as I don't have a board, I was not able to verify it. Steps to add FatFS to a project are described in &lt;A href="https://mcuoneclipse.com/2014/05/26/tutorial-data-logger-with-the-frdm-k64f-board/" title="https://mcuoneclipse.com/2014/05/26/tutorial-data-logger-with-the-frdm-k64f-board/"&gt;https://mcuoneclipse.com/2014/05/26/tutorial-data-logger-with-the-frdm-k64f-board/&lt;/A&gt;&amp;nbsp; and apply very much to the KE02 too.&lt;/P&gt;&lt;P&gt;On the KE02Z the SPI chip select signal cannot be turned off. Don't use that CS signal, instead use the select signal of the SD_Card component, as configured in that project. So depending on your SD card connections, you only would need to change the SPI and SS signals. I have used the FRDM-KE02Z as base, but this board is marked as 'obsolete' e.g. at Mouser. I see if I can order one of the FRDM-KE02Z40M which seem to be the newer one.&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>Mon, 27 Jun 2016 06:40:24 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2016-06-27T06:40:24Z</dc:date>
    <item>
      <title>SD Card SPI mode w/ FRDM KE-02Z (if possible?) with KDS and GCC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-SPI-mode-w-FRDM-KE-02Z-if-possible-with-KDS-and-GCC/m-p/574075#M34183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone have an example to make work an SD memory with FRDM KE-02 ...... thank's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jun 2016 23:31:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-SPI-mode-w-FRDM-KE-02Z-if-possible-with-KDS-and-GCC/m-p/574075#M34183</guid>
      <dc:creator>diegomarcelocro</dc:creator>
      <dc:date>2016-06-25T23:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: SD Card SPI mode w/ FRDM KE-02Z (if possible?) with KDS and GCC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-SPI-mode-w-FRDM-KE-02Z-if-possible-with-KDS-and-GCC/m-p/574076#M34184</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 have attached binary files for FRDM-KE02Z40M and FRDM-KE02Z and SD card (build with KDS and GCC).&lt;/P&gt;&lt;P&gt;In both cases the SD card can be connected using the following pins:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // - SPI0_CS&amp;nbsp; PTE-3 (J9-7) [VDD J9-4 / 0V J9-14]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // - SPI0_SCK&amp;nbsp; PTE-0 (J9-1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // - SPI0_MOSI PTE-1 (J9-3)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // - SPI0_MISO PTE-2 (J9-5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a DOS-like interface on the OpenSDA virtual COM port UART which allows the SD card to be manipulated. Eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Disk interface&lt;/P&gt;&lt;P&gt;===================&lt;/P&gt;&lt;P&gt;up&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; go to main menu&lt;/P&gt;&lt;P&gt;info&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; utFAT/card info&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;dird&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] show deleted directory content&lt;/P&gt;&lt;P&gt;dirh&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] show hidden content&lt;/P&gt;&lt;P&gt;infof&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] show file info&lt;/P&gt;&lt;P&gt;infod&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] show deleted info&lt;/P&gt;&lt;P&gt;cd&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] change dir. (.. for up)&lt;/P&gt;&lt;P&gt;file&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] new empty file&lt;/P&gt;&lt;P&gt;write&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] test write to file&lt;/P&gt;&lt;P&gt;mkdir&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; new empty dir&lt;/P&gt;&lt;P&gt;rename&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [from] [to] rename&lt;/P&gt;&lt;P&gt;trunc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; truncate to [length] [path]&lt;/P&gt;&lt;P&gt;hide&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] file/dir to hide&lt;/P&gt;&lt;P&gt;unhide&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] file/dir to un-hide&lt;/P&gt;&lt;P&gt;prot&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] file/dir to write-protect&lt;/P&gt;&lt;P&gt;unprot&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] file/dir to un-protet&lt;/P&gt;&lt;P&gt;print&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [path] print file content&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;undel&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; undelete [name]&lt;/P&gt;&lt;P&gt;format&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [-16/12] [label] format (unformatted) disk&lt;/P&gt;&lt;P&gt;fformat&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [-16/12] [label] full format (unformatted) disk&lt;/P&gt;&lt;P&gt;re-format&amp;nbsp;&amp;nbsp;&amp;nbsp; [-16/12] [label] reformat disk!!!!!&lt;/P&gt;&lt;P&gt;re-fformat&amp;nbsp; [-16/12] [label] full reformat disk!!!!!&lt;/P&gt;&lt;P&gt;sect&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [hex no.] display sector&lt;/P&gt;&lt;P&gt;help&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Display menu specific help&lt;/P&gt;&lt;P&gt;quit&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Leave command mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D:\&amp;gt;dir&lt;/P&gt;&lt;P&gt;Directory D:\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---- 26.10.2015&amp;nbsp; 12:00 &amp;lt;DIR&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dir1&lt;/P&gt;&lt;P&gt;---A 26.10.2015&amp;nbsp; 12:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 256 M21.txt&lt;/P&gt;&lt;P&gt;1 files with 256 bytes&lt;/P&gt;&lt;P&gt;1 directories, 4115939328 bytes free&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is available at &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.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;SPAN&gt; and will work on most Kinetis parts and IDEs without needing any porting effort. utFAT documentation at &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;/P&gt;&lt;P&gt;and the project, processor and SD card can be simulated in (approx.) real time as shown below.&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;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/59947i7D5BFCBB71052E42/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jun 2016 21:27:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-SPI-mode-w-FRDM-KE-02Z-if-possible-with-KDS-and-GCC/m-p/574076#M34184</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2016-06-26T21:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: SD Card SPI mode w/ FRDM KE-02Z (if possible?) with KDS and GCC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-SPI-mode-w-FRDM-KE-02Z-if-possible-with-KDS-and-GCC/m-p/574077#M34185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need work without the uTasker..... with&amp;nbsp; &lt;A href="https://mcuoneclipse.com/2016/06/25/mcuoneclipse-components-25-june-2016-release/" rel="bookmark" style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #1982d1;"&gt;McuOnEclipse Components if its possible.....&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 04:39:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-SPI-mode-w-FRDM-KE-02Z-if-possible-with-KDS-and-GCC/m-p/574077#M34185</guid>
      <dc:creator>diegomarcelocro</dc:creator>
      <dc:date>2016-06-27T04:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: SD Card SPI mode w/ FRDM KE-02Z (if possible?) with KDS and GCC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-SPI-mode-w-FRDM-KE-02Z-if-possible-with-KDS-and-GCC/m-p/574078#M34186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diego,&lt;/P&gt;&lt;P&gt;I do not have a FRDM-KE02Z board, but I have put together quickly a project with FatFS running bare metal (no RTOS). It is available attached and on GitHub here: &lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS/FRDM-KE02Z/FRDM-KE02Z_FatFS" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS/FRDM-KE02Z/FRDM-KE02Z_FatFS"&gt;mcuoneclipse/Examples/KDS/FRDM-KE02Z/FRDM-KE02Z_FatFS at master · ErichStyger/mcuoneclipse · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, as I don't have a board, I was not able to verify it. Steps to add FatFS to a project are described in &lt;A href="https://mcuoneclipse.com/2014/05/26/tutorial-data-logger-with-the-frdm-k64f-board/" title="https://mcuoneclipse.com/2014/05/26/tutorial-data-logger-with-the-frdm-k64f-board/"&gt;https://mcuoneclipse.com/2014/05/26/tutorial-data-logger-with-the-frdm-k64f-board/&lt;/A&gt;&amp;nbsp; and apply very much to the KE02 too.&lt;/P&gt;&lt;P&gt;On the KE02Z the SPI chip select signal cannot be turned off. Don't use that CS signal, instead use the select signal of the SD_Card component, as configured in that project. So depending on your SD card connections, you only would need to change the SPI and SS signals. I have used the FRDM-KE02Z as base, but this board is marked as 'obsolete' e.g. at Mouser. I see if I can order one of the FRDM-KE02Z40M which seem to be the newer one.&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>Mon, 27 Jun 2016 06:40:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-SPI-mode-w-FRDM-KE-02Z-if-possible-with-KDS-and-GCC/m-p/574078#M34186</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-06-27T06:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: SD Card SPI mode w/ FRDM KE-02Z (if possible?) with KDS and GCC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-SPI-mode-w-FRDM-KE-02Z-if-possible-with-KDS-and-GCC/m-p/574079#M34187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich... I Don't use a FRDM board I'm use the processor (MKE02Z64VQH2) I'm from Argentina... an there isn't parts for choose.... I need work with it!....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jul 2016 23:39:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-SPI-mode-w-FRDM-KE-02Z-if-possible-with-KDS-and-GCC/m-p/574079#M34187</guid>
      <dc:creator>diegomarcelocro</dc:creator>
      <dc:date>2016-07-02T23:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: SD Card SPI mode w/ FRDM KE-02Z (if possible?) with KDS and GCC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-SPI-mode-w-FRDM-KE-02Z-if-possible-with-KDS-and-GCC/m-p/574080#M34188</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;Your processor is (essentially) the same as used on the FRDM-KE02Z board (20MHz with 64k Flash) so you can use that board as basis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that you don't need to be frightened of the uTasker solution which immediately gives you all that you need just because it is a professionally supported solution - it is also free for anyone who can't afford or doesn't need the personal support; in fact general support is still available in this forum to every one anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jul 2016 11:40:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-SPI-mode-w-FRDM-KE-02Z-if-possible-with-KDS-and-GCC/m-p/574080#M34188</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2016-07-03T11:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: SD Card SPI mode w/ FRDM KE-02Z (if possible?) with KDS and GCC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-SPI-mode-w-FRDM-KE-02Z-if-possible-with-KDS-and-GCC/m-p/574081#M34189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank's Mark... I learn abouth uTasker....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 20:27:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-SPI-mode-w-FRDM-KE-02Z-if-possible-with-KDS-and-GCC/m-p/574081#M34189</guid>
      <dc:creator>diegomarcelocro</dc:creator>
      <dc:date>2016-07-07T20:27:42Z</dc:date>
    </item>
  </channel>
</rss>

