<?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>CodeWarrior for MCUのトピックMCF51QE128 with SD Card</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/MCF51QE128-with-SD-Card/m-p/542924#M13051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Hello ! &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;I wonder if someone has already developed something using MCF51QE128 accessing a SD Card! &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;I need to read the contents of the SD Card , which will be images, record a RAM Serial to display on a TFT display ! If someone can help me , I will be very grateful ! &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jul 2016 19:32:04 GMT</pubDate>
    <dc:creator>daltonaota</dc:creator>
    <dc:date>2016-07-06T19:32:04Z</dc:date>
    <item>
      <title>MCF51QE128 with SD Card</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/MCF51QE128-with-SD-Card/m-p/542924#M13051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Hello ! &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;I wonder if someone has already developed something using MCF51QE128 accessing a SD Card! &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;I need to read the contents of the SD Card , which will be images, record a RAM Serial to display on a TFT display ! If someone can help me , I will be very grateful ! &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 19:32:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/MCF51QE128-with-SD-Card/m-p/542924#M13051</guid>
      <dc:creator>daltonaota</dc:creator>
      <dc:date>2016-07-06T19:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: MCF51QE128 with SD Card</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/MCF51QE128-with-SD-Card/m-p/542925#M13052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dalton,&lt;/P&gt;&lt;P&gt;yes, I did. The project is on GitHub here: &lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/CodeWarrior/DEMOQE/FreeRTOS_MCF51QE128" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/CodeWarrior/DEMOQE/FreeRTOS_MCF51QE128"&gt;mcuoneclipse/Examples/CodeWarrior/DEMOQE/FreeRTOS_MCF51QE128 at master · ErichStyger/mcuoneclipse · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is using FatFS as described here: &lt;A href="https://mcuoneclipse.com/2012/07/30/fatfs-with-kinetis/" title="https://mcuoneclipse.com/2012/07/30/fatfs-with-kinetis/"&gt;https://mcuoneclipse.com/2012/07/30/fatfs-with-kinetis/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(concept applies to ColdFire V1 too).&lt;/P&gt;&lt;P&gt;The project includes FreeRTOS v9.0.0 plus the latest FatFS (I have not published the latest component version for it yet, so I have attached the current source base).&lt;/P&gt;&lt;P&gt;It uses the McuOnEclipse components (see &lt;A href="https://mcuoneclipse.com/2014/10/21/mcuoneclipse-releases-on-sourceforge/" title="https://mcuoneclipse.com/2014/10/21/mcuoneclipse-releases-on-sourceforge/"&gt;https://mcuoneclipse.com/2014/10/21/mcuoneclipse-releases-on-sourceforge/&lt;/A&gt; ).&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, 07 Jul 2016 16:12:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/MCF51QE128-with-SD-Card/m-p/542925#M13052</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-07-07T16:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: MCF51QE128 with SD Card</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/MCF51QE128-with-SD-Card/m-p/542926#M13053</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;Thank your for reply!!! I going to see your project...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, I work with CodeWarrior, I believe that is not a problem!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dalton.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 23:32:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/MCF51QE128-with-SD-Card/m-p/542926#M13053</guid>
      <dc:creator>daltonaota</dc:creator>
      <dc:date>2016-07-07T23:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: MCF51QE128 with SD Card</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/MCF51QE128-with-SD-Card/m-p/542927#M13054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dalton,&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2FErichStyger%2Fmcuoneclipse%2Ftree%2Fmaster%2FExamples%2FCodeWarrior%2FDEMOQE%2FFreeRTOS_MCF51QE128" rel="nofollow" target="_blank"&gt;mcuoneclipse/Examples/CodeWarrior/DEMOQE/FreeRTOS_MCF51QE128 at master · ErichStyger/mcuoneclipse · GitHub&lt;/A&gt; is a CodeWarrior project.&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 03:58:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/MCF51QE128-with-SD-Card/m-p/542927#M13054</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-07-08T03:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: MCF51QE128 with SD Card</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/MCF51QE128-with-SD-Card/m-p/542928#M13055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, ok Erich!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:01:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/MCF51QE128-with-SD-Card/m-p/542928#M13055</guid>
      <dc:creator>daltonaota</dc:creator>
      <dc:date>2016-07-14T12:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: MCF51QE128 with SD Card</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/MCF51QE128-with-SD-Card/m-p/542929#M13056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Erich...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;I think the version I use is to be different from the project that gave me ... &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I still use CodeWarrior 6.3 ...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 13:34:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/MCF51QE128-with-SD-Card/m-p/542929#M13056</guid>
      <dc:creator>daltonaota</dc:creator>
      <dc:date>2016-07-14T13:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: MCF51QE128 with SD Card</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/MCF51QE128-with-SD-Card/m-p/542930#M13057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I'm on 10.6.4 (with update 6).&lt;/P&gt;&lt;P&gt;That's the latest version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 15:04:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/MCF51QE128-with-SD-Card/m-p/542930#M13057</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-07-14T15:04:35Z</dc:date>
    </item>
  </channel>
</rss>

