<?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: Logging to uSD card (filesystems??) in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Logging-to-uSD-card-filesystems/m-p/179046#M5933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks BlackNight, on closer inspection, it seems that my uSD module takes care of the FAT16 file system, and has a command set for writing to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Mar 2010 23:33:09 GMT</pubDate>
    <dc:creator>Iain</dc:creator>
    <dc:date>2010-03-02T23:33:09Z</dc:date>
    <item>
      <title>Logging to uSD card (filesystems??)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Logging-to-uSD-card-filesystems/m-p/179044#M5931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using:&lt;/P&gt;&lt;P&gt;CW 5.9, HCS08QE32, DEMOQE&lt;/P&gt;&lt;P&gt;4D μDrive-USD-G1 μSD card module&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to log data to a micro SD card using the above devices. I am a bit confused by file systems. My uSD unit supports fat16 file system as well as RAW (first time I have heard of this) i think. It uses SCI for communication with the uC. What do I need to do to be able to write data to the card? Is it a case of downloading a premade fat file system and including the file in my project code? Or is it easier to just write data to RAW?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideally I would like the data stored in a .txt file or something similar, but not if it involves complicated programming, so really what's the easiest way of doing it?&lt;/P&gt;&lt;P&gt;I am also open to suggestions of a different SD card module, that might make the task easier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 23:49:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Logging-to-uSD-card-filesystems/m-p/179044#M5931</guid>
      <dc:creator>Iain</dc:creator>
      <dc:date>2010-02-24T23:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Logging to uSD card (filesystems??)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Logging-to-uSD-card-filesystems/m-p/179045#M5932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;it depends a little bit what you want to do. If you want to exchange data with a windows host, then FAT (or: FAT32) is the choice. It means that there is some overhead (compared to RAW), but in my view usually this is very well spend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used &lt;A href="http://elm-chan.org/fsw/ff/00index_e.html" rel="nofollow" target="_blank"&gt;http://elm-chan.org/fsw/ff/00index_e.html&lt;/A&gt; and made a Processor Expert Embedded component out of it (to make it really ease of use), and successfully reading/writing data from SD cards (including microSD cards). A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 23:56:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Logging-to-uSD-card-filesystems/m-p/179045#M5932</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2010-02-24T23:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Logging to uSD card (filesystems??)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Logging-to-uSD-card-filesystems/m-p/179046#M5933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks BlackNight, on closer inspection, it seems that my uSD module takes care of the FAT16 file system, and has a command set for writing to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 23:33:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Logging-to-uSD-card-filesystems/m-p/179046#M5933</guid>
      <dc:creator>Iain</dc:creator>
      <dc:date>2010-03-02T23:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Logging to uSD card (filesystems??)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Logging-to-uSD-card-filesystems/m-p/179047#M5934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am making an MP3 player.&lt;/P&gt;&lt;P&gt;I want to connect a micro-SD and an MP3 codec to a MC9S08DZ having 2 SPI buses.&lt;/P&gt;&lt;P&gt;Can you share your code to interface to the micro-SD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;garyArgraves@sbcglobal.net&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Apr 2010 05:57:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Logging-to-uSD-card-filesystems/m-p/179047#M5934</guid>
      <dc:creator>gman8</dc:creator>
      <dc:date>2010-04-10T05:57:23Z</dc:date>
    </item>
  </channel>
</rss>

