<?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: fatfs works on Nand Flash in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/fatfs-works-on-Nand-Flash/m-p/518443#M2676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by yraeisi on Sun May 19 08:20:22 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;HI all&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I want to use keil Rl-Flash file system for nand flash(K9F1G08U0C).&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;have any one a sample for nand flash and RL-FlashFS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:33:01 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:33:01Z</dc:date>
    <item>
      <title>fatfs works on Nand Flash</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/fatfs-works-on-Nand-Flash/m-p/518437#M2670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by e135193 on Sun Sep 30 05:18:45 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Does someone have the code example for LPC17xx with fatfs works on Nand Flash device ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Or is there a document which shows how to integrate a device driver to fatfs ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I want to use Nand Flash device along with File System.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:32:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/fatfs-works-on-Nand-Flash/m-p/518437#M2670</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: fatfs works on Nand Flash</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/fatfs-works-on-Nand-Flash/m-p/518438#M2671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by e135193 on Sun Sep 30 05:47:07 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will use LPC1788 and It's External Memory Controller (EMC).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:32:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/fatfs-works-on-Nand-Flash/m-p/518438#M2671</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: fatfs works on Nand Flash</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/fatfs-works-on-Nand-Flash/m-p/518439#M2672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wmues on Sun Sep 30 07:15:09 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If you use NAND flash, you have to use a NAND flash file system. YAFFS or JFFS2. Or UBI/UBIFS. Or UFFS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A FAT file system is not usable on NAND because of lack of wear leveling and bad block handling.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using a bare NAND flash is a complex, error-prone and time-consuming task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may look into serial NOR flash and a NOR flash file system (Spansion FFS).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or if you have a lot of data to store: use a SD card.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:32:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/fatfs-works-on-Nand-Flash/m-p/518439#M2672</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: fatfs works on Nand Flash</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/fatfs-works-on-Nand-Flash/m-p/518440#M2673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by e135193 on Sun Sep 30 11:23:11 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Then, does someone have the fatfs works on paralell NOR flash device like SST39VF3201. I will use EMC of LPC1788.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:32:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/fatfs-works-on-Nand-Flash/m-p/518440#M2673</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: fatfs works on Nand Flash</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/fatfs-works-on-Nand-Flash/m-p/518441#M2674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wmues on Mon Oct 01 02:27:55 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Using fatfs on NOR flash will not work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a) fatfs has no wear leveling.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;b) fatfs lacks the concept of erase blocks. The SST39VF3201 has an erase block size of 4KBytes, which is more than the 512 Bytes FAT sector size.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:33:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/fatfs-works-on-Nand-Flash/m-p/518441#M2674</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: fatfs works on Nand Flash</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/fatfs-works-on-Nand-Flash/m-p/518442#M2675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by e135193 on Mon Oct 01 03:49:54 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Isn't there a way to implement paralell NOR device driver in the fatfs ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:33:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/fatfs-works-on-Nand-Flash/m-p/518442#M2675</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: fatfs works on Nand Flash</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/fatfs-works-on-Nand-Flash/m-p/518443#M2676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by yraeisi on Sun May 19 08:20:22 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;HI all&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I want to use keil Rl-Flash file system for nand flash(K9F1G08U0C).&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;have any one a sample for nand flash and RL-FlashFS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:33:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/fatfs-works-on-Nand-Flash/m-p/518443#M2676</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: fatfs works on Nand Flash</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/fatfs-works-on-Nand-Flash/m-p/518444#M2677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by madD7 on Fri Jun 14 04:38:19 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;I am trying to implement the drivers for the same. Can any one provide some guidance??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:33:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/fatfs-works-on-Nand-Flash/m-p/518444#M2677</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:33:02Z</dc:date>
    </item>
  </channel>
</rss>

