<?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>LPC Microcontrollers中的主题 Re: File system for External SPI Flash</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/File-system-for-External-SPI-Flash/m-p/1748313#M54565</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;I'm unable to find MCU lib in the project and I don't have SDK for the littleFS .Is there any other way I can proceed&amp;nbsp; with the project .&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you and Regards&amp;nbsp;&lt;BR /&gt;UJWAL KUMAR N L&lt;/P&gt;</description>
    <pubDate>Mon, 30 Oct 2023 05:50:06 GMT</pubDate>
    <dc:creator>ujwal_kumar_N_L</dc:creator>
    <dc:date>2023-10-30T05:50:06Z</dc:date>
    <item>
      <title>File system for External SPI Flash</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/File-system-for-External-SPI-Flash/m-p/1747907#M54560</link>
      <description>&lt;P&gt;Hi community ,&lt;/P&gt;&lt;P&gt;I am currently working on I2S Audio project ,Im using SPI External Flash for data storage Im able to read data from Flash and send it to I2S Codec .Now I'm trying to implement File system .I found the Fliex_Levelx SDK program .&lt;BR /&gt;Specification :&lt;/P&gt;&lt;P&gt;Board :-&lt;EM&gt; LPC55S69&lt;/EM&gt;&lt;BR /&gt;Flash:- &lt;EM&gt;Winbond W25Q32 -&lt;STRONG&gt;4MB&lt;/STRONG&gt; -&lt;STRONG&gt;256 Bytes&lt;/STRONG&gt; of page size -&lt;STRONG&gt;4KB&lt;/STRONG&gt; sector size-&lt;STRONG&gt;64KB&lt;/STRONG&gt; Block size.&lt;/EM&gt;&lt;BR /&gt;SPI:-&lt;EM&gt;HSLSPI with DMA (FLEXCOMM &lt;LI-EMOJI id="lia_smiling-face-with-sunglasses" title=":smiling_face_with_sunglasses:"&gt;&lt;/LI-EMOJI&gt;&lt;BR /&gt;&lt;/EM&gt;Running in&lt;STRONG&gt; &lt;EM&gt;FreeRTOS&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PROBLEM:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Suggest me a simple file system for flash .&lt;/LI&gt;&lt;LI&gt;Filex SDK I'm unable to format the current Flash&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;status = fx_media_format(&amp;amp;flash_disk, _fx_levelx_driver, (VOID *)NULL,&lt;BR /&gt;(UCHAR *)media_memory, sizeof(media_memory), "FLASH_DISK",&lt;BR /&gt;2, 32, 0, real_sector_count, DEMO_SECTOR_SIZE,&lt;BR /&gt;DEMO_SECTORS_PER_CLUSTER, 1, 1).&lt;BR /&gt;&lt;BR /&gt;Error im getting is :&lt;STRONG&gt; ERR: levelx NOR flash system error (91)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Im using FreeRTOS and the SDK uses Azure Levelx will there be any problem .&lt;/LI&gt;&lt;LI&gt;I just need FILE SYSTEM for making the project to run smoothly ,any other driver you guys can suggest .&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thank you and Regards&amp;nbsp;&lt;BR /&gt;UJWAL KUMAR N L&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/190473"&gt;@kbetts&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26034"&gt;@xiangjun_rong&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/171674"&gt;@Juan-Rodarte&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/49"&gt;@jesseg&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 14:13:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/File-system-for-External-SPI-Flash/m-p/1747907#M54560</guid>
      <dc:creator>ujwal_kumar_N_L</dc:creator>
      <dc:date>2023-10-27T14:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: File system for External SPI Flash</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/File-system-for-External-SPI-Flash/m-p/1747933#M54561</link>
      <description>&lt;P&gt;You might have a look at LittleFS (&lt;A href="https://github.com/littlefs-project/littlefs" target="_blank"&gt;https://github.com/littlefs-project/littlefs&lt;/A&gt; ).&lt;/P&gt;&lt;P&gt;I'm using it both for the internal flash and external flash:&lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2023/07/04/littlefs-file-system-with-mcu-internal-flash-memory/" target="_blank"&gt;https://mcuoneclipse.com/2023/07/04/littlefs-file-system-with-mcu-internal-flash-memory/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 15:37:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/File-system-for-External-SPI-Flash/m-p/1747933#M54561</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2023-10-27T15:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: File system for External SPI Flash</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/File-system-for-External-SPI-Flash/m-p/1748313#M54565</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I'm unable to find MCU lib in the project and I don't have SDK for the littleFS .Is there any other way I can proceed&amp;nbsp; with the project .&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you and Regards&amp;nbsp;&lt;BR /&gt;UJWAL KUMAR N L&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 05:50:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/File-system-for-External-SPI-Flash/m-p/1748313#M54565</guid>
      <dc:creator>ujwal_kumar_N_L</dc:creator>
      <dc:date>2023-10-30T05:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: File system for External SPI Flash</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/File-system-for-External-SPI-Flash/m-p/1748326#M54566</link>
      <description>&lt;P&gt;The McuLib is shared between many projects and is referenced by that project, three levels up here: &lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/McuLib" target="_blank"&gt;https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/McuLib&lt;/A&gt;&lt;/P&gt;&lt;P&gt;LittleFS is part of that library and already adopted to the LPC55Sxx. You might check your SDK for your device as well, as NXP includes LittleFS in many of their SDK versions too.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 06:06:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/File-system-for-External-SPI-Flash/m-p/1748326#M54566</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2023-10-30T06:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: File system for External SPI Flash</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/File-system-for-External-SPI-Flash/m-p/1748462#M54568</link>
      <description>Thank you ,will check and let you know .</description>
      <pubDate>Mon, 30 Oct 2023 07:24:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/File-system-for-External-SPI-Flash/m-p/1748462#M54568</guid>
      <dc:creator>ujwal_kumar_N_L</dc:creator>
      <dc:date>2023-10-30T07:24:52Z</dc:date>
    </item>
  </channel>
</rss>

