<?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 Development ToolsのトピックRe: LittleFS Integration Support on Kinetis K70 with CodeWarrior</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/LittleFS-Integration-Support-on-Kinetis-K70-with-CodeWarrior/m-p/2138275#M9317</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/181679"&gt;@Tholkapiyan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your post.&amp;nbsp;For K70, we don't have such examples or application notes for integrating LittleFS into CodeWarrior. Sorry for the inconvenience caused.&lt;/P&gt;
&lt;P&gt;You can refer to &lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1667540" target="_blank"&gt;Littlefs LPCXpresso55S16 - NXP Community&lt;/A&gt; and the blog of Erich Styger mentioned in it. &lt;A href="https://mcuoneclipse.com/2023/07/04/littlefs-file-system-with-mcu-internal-flash-memory/" target="_blank"&gt;LittleFS File System with MCU Internal FLASH Memory | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I believe they will be very helpful.&lt;/P&gt;
&lt;P&gt;In addition, you can also consider the YAFFS Filesystem, which is also suitable for RAW NAND flash. I have found the following link for your reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-port-yaffs2-for-MQX/ta-p/1116401" target="_blank"&gt;How to port yaffs2 for MQX - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope it can help you.&lt;/P&gt;
&lt;P&gt;BRs,&lt;/P&gt;
&lt;P&gt;Celeste&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!&lt;BR /&gt;--------------------------------------------------------------------------------------------------------------------&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jul 2025 09:50:47 GMT</pubDate>
    <dc:creator>Celeste_Liu</dc:creator>
    <dc:date>2025-07-22T09:50:47Z</dc:date>
    <item>
      <title>LittleFS Integration Support on Kinetis K70 with CodeWarrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/LittleFS-Integration-Support-on-Kinetis-K70-with-CodeWarrior/m-p/2137975#M9316</link>
      <description>&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P&gt;We are working on a project using the Kinetis&amp;nbsp;MK70FN1M0VMJ12 MCU with CodeWarrior IDE, and we are planning to use &lt;STRONG&gt;RAW NAND Flash for data storage.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We would like to integrate the LittleFS File System for Kinetis&amp;nbsp;MK70FN1M0VMJ12 data storage Application.&lt;/P&gt;&lt;P&gt;Our aim is to integrate LittleFS due to its suitability for&amp;nbsp;&lt;STRONG&gt;RAW NAND flash&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;&amp;nbsp;While we see that LittleFS is supported in newer SDKs like that for the&amp;nbsp;&lt;STRONG&gt;LPCXpresso54S018 /&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;RW612 MCU in MCUXpresso&lt;/STRONG&gt;, we need your assistance to port and integrate LittleFS with the K70 platform in Code Warrior.&lt;/P&gt;&lt;P&gt;Kindly provide guidance / Documentation / Application Notes / Example code for Porting Little FS to MK70FN1M0VMJ12 in code warrior.&lt;/P&gt;&lt;P&gt;You may also help us to suggest equivalent Filesystem to LittleFS for RAW NAND Flash - data storage ( Except FAT Filesystem ).&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;V.Tholkapiyan.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 05:48:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/LittleFS-Integration-Support-on-Kinetis-K70-with-CodeWarrior/m-p/2137975#M9316</guid>
      <dc:creator>Tholkapiyan</dc:creator>
      <dc:date>2025-07-22T05:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: LittleFS Integration Support on Kinetis K70 with CodeWarrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/LittleFS-Integration-Support-on-Kinetis-K70-with-CodeWarrior/m-p/2138275#M9317</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/181679"&gt;@Tholkapiyan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your post.&amp;nbsp;For K70, we don't have such examples or application notes for integrating LittleFS into CodeWarrior. Sorry for the inconvenience caused.&lt;/P&gt;
&lt;P&gt;You can refer to &lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1667540" target="_blank"&gt;Littlefs LPCXpresso55S16 - NXP Community&lt;/A&gt; and the blog of Erich Styger mentioned in it. &lt;A href="https://mcuoneclipse.com/2023/07/04/littlefs-file-system-with-mcu-internal-flash-memory/" target="_blank"&gt;LittleFS File System with MCU Internal FLASH Memory | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I believe they will be very helpful.&lt;/P&gt;
&lt;P&gt;In addition, you can also consider the YAFFS Filesystem, which is also suitable for RAW NAND flash. I have found the following link for your reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-port-yaffs2-for-MQX/ta-p/1116401" target="_blank"&gt;How to port yaffs2 for MQX - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope it can help you.&lt;/P&gt;
&lt;P&gt;BRs,&lt;/P&gt;
&lt;P&gt;Celeste&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!&lt;BR /&gt;--------------------------------------------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 09:50:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/LittleFS-Integration-Support-on-Kinetis-K70-with-CodeWarrior/m-p/2138275#M9317</guid>
      <dc:creator>Celeste_Liu</dc:creator>
      <dc:date>2025-07-22T09:50:47Z</dc:date>
    </item>
  </channel>
</rss>

