<?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のトピックLittlefs LPCXpresso55S16</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1667540#M52974</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello community! I'm working on a project with the LPCXpresso55S16 microcontroller and I'm using the Littelfs project for managing data storage in the flash memory. I would like to know if anyone has experience with creating, writing, and reading data using Littelfs on this specific microcontroller. Could you share an example or provide any guidance on how to accomplish this? Any help would be greatly appreciated. Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Ahmed,&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jun 2023 15:07:38 GMT</pubDate>
    <dc:creator>ahmed007</dc:creator>
    <dc:date>2023-06-12T15:07:38Z</dc:date>
    <item>
      <title>Littlefs LPCXpresso55S16</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1667540#M52974</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello community! I'm working on a project with the LPCXpresso55S16 microcontroller and I'm using the Littelfs project for managing data storage in the flash memory. I would like to know if anyone has experience with creating, writing, and reading data using Littelfs on this specific microcontroller. Could you share an example or provide any guidance on how to accomplish this? Any help would be greatly appreciated. Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Ahmed,&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 15:07:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1667540#M52974</guid>
      <dc:creator>ahmed007</dc:creator>
      <dc:date>2023-06-12T15:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Littlefs LPCXpresso55S16</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1667624#M52976</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/217282"&gt;@ahmed007&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;yes, we used LittleFS with the LPC55S16 in different projects (one I have described in &lt;A href="https://mcuoneclipse.com/2021/12/30/lorawan-with-nxp-lpc55s16-and-arm-cortex-m33/" target="_blank"&gt;https://mcuoneclipse.com/2021/12/30/lorawan-with-nxp-lpc55s16-and-arm-cortex-m33/&lt;/A&gt;). For space (data amount) reasons we mostly used an external flash device (Winbond in that case) with it, but we used as well MinINI and LittleFS usint the internal FLASH memory for others.&lt;/P&gt;&lt;P&gt;The Flash memory of the LPC55x is somewhat 'special', but we have covered that with the McuFlash module in these projects which works for other devices too. The McuFlash module implements the block device used by all the different file systems (MinINI, LittleFS, FatFS (&lt;A href="https://mcuoneclipse.com/2021/05/15/using-fatfs-and-minini-with-the-nxp-lpc55s16-evk/" target="_blank"&gt;https://mcuoneclipse.com/2021/05/15/using-fatfs-and-minini-with-the-nxp-lpc55s16-evk/&lt;/A&gt;)) we are using.&lt;/P&gt;&lt;P&gt;I recommend you have a look at the above article/projects (link to Github is in the article).&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 17:06:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1667624#M52976</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2023-06-12T17:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Littlefs LPCXpresso55S16</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1671829#M53073</link>
      <description>&lt;P&gt;Dear Erich,&lt;/P&gt;&lt;P&gt;I appreciate your kind gesture of sharing those valuable links. After thoroughly reviewing your LoRa project, I have some concerns. I couldn't locate the McuFlash API code for reading and writing to the flash. Additionally, I noticed that you opted for minINI instead of littlefs.&lt;/P&gt;&lt;P&gt;If you happen to have another example that includes a straightforward McuFlash API and utilizes littlefs, I would be delighted if you could share it with me.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ahmed&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 09:32:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1671829#M53073</guid>
      <dc:creator>ahmed007</dc:creator>
      <dc:date>2023-06-19T09:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Littlefs LPCXpresso55S16</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1671985#M53082</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/217282"&gt;@ahmed007&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;you can find the McuFlash module here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/ErichStyger/mcuoneclipse/blob/master/Examples/MCUXpresso/McuLib/src/McuFlash.c" target="_blank"&gt;https://github.com/ErichStyger/mcuoneclipse/blob/master/Examples/MCUXpresso/McuLib/src/McuFlash.c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 12:36:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1671985#M53082</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2023-06-19T12:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Littlefs LPCXpresso55S16</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1672063#M53090</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/217282"&gt;@ahmed007&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;The example on GitHub (&lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/MCUXpresso/LPC55S16-EVK/LPC55S16_Blinky" target="_blank"&gt;https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/MCUXpresso/LPC55S16-EVK/LPC55S16_Blinky&lt;/A&gt; ) provides all kind of file system support.&lt;/P&gt;&lt;P&gt;It is just a matter of configuration and what you want. I have just pushed an update on GitHub and configured it to use LittleFS with the internal FLASH (32 blocks at 0x200 each). Please check it out, it is very generic and configurable. Below is an example LittleFS session with formatting and mounting a device, and then operating on to the file system:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ErichStyger_0-1687186548073.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/228360iA65CEDB342D16B6A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ErichStyger_0-1687186548073.png" alt="ErichStyger_0-1687186548073.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This all can be combined with minINI and FatFS (external SD card) as well, so please have a look at the example.&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 14:59:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1672063#M53090</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2023-06-19T14:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Littlefs LPCXpresso55S16</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1672078#M53093</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very much for your efforts, Erich! T&lt;/SPAN&gt;hank you for your contribution and the valuable resources you've provided. Your efforts are greatly appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ahmed&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 15:12:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1672078#M53093</guid>
      <dc:creator>ahmed007</dc:creator>
      <dc:date>2023-06-19T15:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Littlefs LPCXpresso55S16</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673629#M53148</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I want to express my gratitude for your tremendous support. After carefully studying and attempting the example you provided, I regret to inform you that the code did not successfully mount the LittleFS on the LPCXpresso55S16. Unfortunately, I encountered the same error as in my previous code.&lt;/P&gt;&lt;P&gt;The issue arises when the lfs_mount function returns a result of -84. This particular result is derived from the following line of code:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;lfs_stag_t tag = &lt;/SPAN&gt;&lt;SPAN class=""&gt;lfs_dir_fetchmatch&lt;/SPAN&gt;&lt;SPAN&gt;(lfs, &amp;amp;dir, dir.tail, LFS_MKTAG(&lt;/SPAN&gt;&lt;SPAN class=""&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;x7ff, &lt;/SPAN&gt;&lt;SPAN class=""&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;x3ff, &lt;/SPAN&gt;&lt;SPAN class=""&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN class=""&gt;LFS_MKTAG&lt;/SPAN&gt;&lt;SPAN&gt;(LFS_TYPE_SUPERBLOCK, &lt;/SPAN&gt;&lt;SPAN class=""&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;8&lt;/SPAN&gt;&lt;SPAN&gt;), NULL, lfs_dir_find_match, &amp;amp;(struct lfs_dir_find_match){ lfs, "littlefs", &lt;/SPAN&gt;&lt;SPAN class=""&gt;8&lt;/SPAN&gt;&lt;SPAN&gt;});&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Upon debugging, I discovered that the generated tag inside the above function is considered invalid, leading to the function returning -84. This invalidity is caused by a corrupted directory pair.&lt;/P&gt;&lt;P&gt;To provide further context, I have shared my code at the following GitHub link:&amp;nbsp;&lt;A href="https://github.com/ahmedbouzid07/littlefs_lpcxpresso55s16/tree/master/lpcxpresso55s16_flashiap1" target="_blank" rel="noopener"&gt;https://github.com/ahmedbouzid07/littlefs_lpcxpresso55s16/tree/master/lpcxpresso55s16_flashiap1&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have removed multiple configuration files from your code, as I will solely be working with LPCXpresso55S16. Consequently, there is no need to utilize preprocessors, and I have also omitted the shell part.&lt;/P&gt;&lt;P&gt;If you have the time and willingness, I would greatly appreciate your assistance in finding a solution to this predicament.&lt;/P&gt;&lt;P&gt;Thank you very much for your valuable support.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 12:23:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673629#M53148</guid>
      <dc:creator>ahmed007</dc:creator>
      <dc:date>2023-06-21T12:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Littlefs LPCXpresso55S16</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673641#M53149</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/217282"&gt;@ahmed007&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Just to check: have you tried my example 'as is' without modifications, as that works fine on my side.&lt;/P&gt;&lt;P&gt;Did you format your storage area first, as outlined in my terminal screenshot? Do not remove or change anything, unless you know what you are doing. The Shell support is there for a reason.&lt;/P&gt;&lt;P&gt;Just in case, I have attached you the binary files I'm using with my board/system.&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 12:53:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673641#M53149</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2023-06-21T12:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Littlefs LPCXpresso55S16</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673655#M53151</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes I tried and I got like this :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ahmed007_1-1687352082044.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/228783i2ABDAAB2EA9DB396/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ahmed007_1-1687352082044.png" alt="ahmed007_1-1687352082044.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the rawformat function, the lfs_dir_commit function returns an error.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 12:57:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673655#M53151</guid>
      <dc:creator>ahmed007</dc:creator>
      <dc:date>2023-06-21T12:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Littlefs LPCXpresso55S16</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673658#M53152</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually, I did but I got multiple errors and one of them is in the McuLib.h returns that I have these files missed. I tried to locate them but I didn't find them.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; /* Include shared modules, which are used for the whole project */&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;#include&lt;/SPAN&gt; &lt;SPAN&gt;"PE_Types.h"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;#include&lt;/SPAN&gt; &lt;SPAN&gt;"PE_Error.h"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;#include&lt;/SPAN&gt; &lt;SPAN&gt;"PE_Const.h"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;#include&lt;/SPAN&gt; &lt;SPAN&gt;"IO_Map.h"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;#include&lt;/SPAN&gt; &lt;SPAN&gt;"Cpu.h"&lt;/SPAN&gt; &lt;SPAN&gt;/* include CPU related interfaces and defines */&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Jun 2023 13:01:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673658#M53152</guid>
      <dc:creator>ahmed007</dc:creator>
      <dc:date>2023-06-21T13:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Littlefs LPCXpresso55S16</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673661#M53153</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another question, Could you give me how to open an interactive terminal with the board? Since I know how to open a serial terminal with the MCUXpresso IDE terminal feature. I tried to open a serial terminal with Putty and I choose the right COM but didn't succeed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 13:04:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673661#M53153</guid>
      <dc:creator>ahmed007</dc:creator>
      <dc:date>2023-06-21T13:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Littlefs LPCXpresso55S16</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673665#M53154</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/217282"&gt;@ahmed007&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Your screenshot shows me that you are not using the example I have provided, but your own (modified) one.&lt;/P&gt;&lt;P&gt;Please try first with my full example.&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 13:05:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673665#M53154</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2023-06-21T13:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Littlefs LPCXpresso55S16</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673668#M53155</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/217282"&gt;@ahmed007&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;please use my example, as it has all the settings set in a correct way. The McuLib is just one directory level up, as you can see in the project (linked folder).&lt;/P&gt;&lt;P&gt;If you are unfamiliar with git: simply get the full repository as zip file, then load the project after unzipping the repository.&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 13:08:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673668#M53155</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2023-06-21T13:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Littlefs LPCXpresso55S16</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673670#M53156</link>
      <description>&lt;P&gt;The LPC55S16 LinkServer debug firmware comes with a VCOM port. The application is using that UART to VCOM.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 13:10:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673670#M53156</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2023-06-21T13:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Littlefs LPCXpresso55S16</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673671#M53157</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you talking about this example:&amp;nbsp;&lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/MCUXpresso/LPC55S16-EVK/LPC55S16_Blinky/source" target="_self"&gt;https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/MCUXpresso/LPC55S16-EVK/LPC55S16_Blinky/source.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If so I think it uses FatFs and minINI and use LittleFS to program the SD card, not the on-chip flash.&lt;/P&gt;&lt;P&gt;Should I try first as it is?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ahmed.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 13:16:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673671#M53157</guid>
      <dc:creator>ahmed007</dc:creator>
      <dc:date>2023-06-21T13:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Littlefs LPCXpresso55S16</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673677#M53158</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/217282"&gt;@ahmed007&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;short answer: yes.&lt;/P&gt;&lt;P&gt;longer answer: that example includes both FatFS (with SD card) and littleFS (using on-chip Flash). And yes, it supports as well MinINI for both.&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 13:34:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673677#M53158</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2023-06-21T13:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Littlefs LPCXpresso55S16</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673703#M53159</link>
      <description>&lt;P&gt;Hello, Erich Styger!&lt;/P&gt;&lt;P&gt;I want to express my gratitude for your valuable support. I'm pleased to inform you that the example you provided is functioning smoothly on the board. The littlefs has been successfully mounted, allowing us to both write and read files.&lt;/P&gt;&lt;P&gt;I would like to inquire whether you suggest making modifications to your example to align with my specific requirements. In my project, I intend to automate the tasks and refrain from opening a UART terminal on the LPCXpresso. Therefore, it is essential for the file system to be mounted automatically.&lt;/P&gt;&lt;P&gt;Thank you once again for your assistance.&lt;/P&gt;&lt;P&gt;Best regards, Ahmed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ahmed007_0-1687357126459.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/228793iC4E536286FCE9D0C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ahmed007_0-1687357126459.png" alt="ahmed007_0-1687357126459.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 14:19:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673703#M53159</guid>
      <dc:creator>ahmed007</dc:creator>
      <dc:date>2023-06-21T14:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Littlefs LPCXpresso55S16</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673715#M53161</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for being so supportive. I kindly request your guidance in locating the section where the short names of commands are defined and assigned to their respective functions.&lt;/P&gt;&lt;P&gt;Thank you in advance for your assistance.&lt;/P&gt;&lt;P&gt;Best regards, Ahmed&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 14:31:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673715#M53161</guid>
      <dc:creator>ahmed007</dc:creator>
      <dc:date>2023-06-21T14:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Littlefs LPCXpresso55S16</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673721#M53162</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/217282"&gt;@ahmed007&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;I'm sorry, but I think I don't understand what you are talking about?&lt;/P&gt;&lt;P&gt;But just in case: you have all the source files and code, so you should be able to see how it works?&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 14:51:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673721#M53162</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2023-06-21T14:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Littlefs LPCXpresso55S16</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673731#M53163</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;For example, to list directory files or to write binaries to a file we used short commands like ls, or bincat, but these names are not function names, so I thought that we are assigned to this abbreviation like ls the function&amp;nbsp;&lt;SPAN&gt;McuLFS_FileList. I make a small search if there is a file where you assign command names to function but I didn't find anything, that's what I am asking about.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;Ahmed,&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Jun 2023 15:05:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Littlefs-LPCXpresso55S16/m-p/1673731#M53163</guid>
      <dc:creator>ahmed007</dc:creator>
      <dc:date>2023-06-21T15:05:24Z</dc:date>
    </item>
  </channel>
</rss>

