<?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: Write/Read on SD Card without filesystem (Raw Data) in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Write-Read-on-SD-Card-without-filesystem-Raw-Data/m-p/436004#M25381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any file system implementation will be based on a driver interface (for SDHC or SPI) that reads and writes SD card sectors (512 bytes in size).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that you can take any such implementation and directly call these sector read and write routines to read or write the (raw) sectors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you load any of the references at &lt;A href="http://www.utasker.com/kinetis.html" title="http://www.utasker.com/kinetis.html"&gt;µTasker Kinetis support&lt;/A&gt; containing the SD card interface (ufFAT2.0) there is also a direct sector interface that can be accessed in the disk drive menu "sect" allows a sector to be read and "sectw" allows a sector to be written.&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;Kinetis: &lt;A href="http://www.utasker.com/kinetis.html" title="http://www.utasker.com/kinetis.html"&gt;µTasker Kinetis support&lt;/A&gt; &lt;/P&gt;&lt;P&gt;utFAT2.0: &lt;A href="http://www.utasker.com/docs/uTasker/uTasker_utFAT.PDF" title="http://www.utasker.com/docs/uTasker/uTasker_utFAT.PDF"&gt;http://www.utasker.com/docs/uTasker/uTasker_utFAT.PDF&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market&lt;/EM&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jun 2015 00:07:51 GMT</pubDate>
    <dc:creator>mjbcswitzerland</dc:creator>
    <dc:date>2015-06-08T00:07:51Z</dc:date>
    <item>
      <title>Write/Read on SD Card without filesystem (Raw Data)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Write-Read-on-SD-Card-without-filesystem-Raw-Data/m-p/436003#M25380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im looking for a project to write and read data on an SD Card without using FatFs, only raw data.&lt;/P&gt;&lt;P&gt;I need to write some information and later read it to show it using UART.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Juan Camilo Montoya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jun 2015 21:31:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Write-Read-on-SD-Card-without-filesystem-Raw-Data/m-p/436003#M25380</guid>
      <dc:creator>juancamilomonto</dc:creator>
      <dc:date>2015-06-07T21:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Write/Read on SD Card without filesystem (Raw Data)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Write-Read-on-SD-Card-without-filesystem-Raw-Data/m-p/436004#M25381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any file system implementation will be based on a driver interface (for SDHC or SPI) that reads and writes SD card sectors (512 bytes in size).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that you can take any such implementation and directly call these sector read and write routines to read or write the (raw) sectors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you load any of the references at &lt;A href="http://www.utasker.com/kinetis.html" title="http://www.utasker.com/kinetis.html"&gt;µTasker Kinetis support&lt;/A&gt; containing the SD card interface (ufFAT2.0) there is also a direct sector interface that can be accessed in the disk drive menu "sect" allows a sector to be read and "sectw" allows a sector to be written.&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;Kinetis: &lt;A href="http://www.utasker.com/kinetis.html" title="http://www.utasker.com/kinetis.html"&gt;µTasker Kinetis support&lt;/A&gt; &lt;/P&gt;&lt;P&gt;utFAT2.0: &lt;A href="http://www.utasker.com/docs/uTasker/uTasker_utFAT.PDF" title="http://www.utasker.com/docs/uTasker/uTasker_utFAT.PDF"&gt;http://www.utasker.com/docs/uTasker/uTasker_utFAT.PDF&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market&lt;/EM&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 00:07:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Write-Read-on-SD-Card-without-filesystem-Raw-Data/m-p/436004#M25381</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2015-06-08T00:07:51Z</dc:date>
    </item>
  </channel>
</rss>

