<?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>i.MX Processors中的主题 Re: LittleFS for RT1176</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/LittleFS-for-RT1176/m-p/1541166#M196627</link>
    <description>&lt;P&gt;Do you have any sample code that LittleFS runs out of qspi and writes back to the same qspi.&amp;nbsp; Do you have a linker script that does the sectioning of the flash.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2022 12:43:20 GMT</pubDate>
    <dc:creator>lfost</dc:creator>
    <dc:date>2022-10-20T12:43:20Z</dc:date>
    <item>
      <title>LittleFS for RT1176</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LittleFS-for-RT1176/m-p/1540369#M196577</link>
      <description>&lt;P&gt;Looking for information on running LittleFS on an RT1176.&amp;nbsp; I want to run LittleFS out of qspi flash and also write files to the same qspi flash.&amp;nbsp; The standard nxp LittleFS code runs out of ram which will not work in our application.&amp;nbsp; What are the pros and cons of attempting to do this.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 19:49:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LittleFS-for-RT1176/m-p/1540369#M196577</guid>
      <dc:creator>lfost</dc:creator>
      <dc:date>2022-10-19T19:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: LittleFS for RT1176</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LittleFS-for-RT1176/m-p/1540674#M196587</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/151960"&gt;@lfost&lt;/a&gt;&amp;nbsp;，&lt;BR /&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;-- What are the pros and cons of attempting to do this?&lt;BR /&gt;-- It's easy to access the flash memory if the code run into the RAM, further, the whole space of flash memory is able to be accessible, however, when executing the code in the QSPI, the FlexSPI driver needs to be relocated into RAM, further, it shouldn't program or erase the sectors that be occupied by the code, otherwise, it causes code crash issue.&lt;BR /&gt;Anyway, the developer is able to modify the demo evkmimxrt1170_littlefs_shell_cm7 to enable running in the QSPI.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 02:52:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LittleFS-for-RT1176/m-p/1540674#M196587</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-10-20T02:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: LittleFS for RT1176</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LittleFS-for-RT1176/m-p/1541166#M196627</link>
      <description>&lt;P&gt;Do you have any sample code that LittleFS runs out of qspi and writes back to the same qspi.&amp;nbsp; Do you have a linker script that does the sectioning of the flash.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 12:43:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LittleFS-for-RT1176/m-p/1541166#M196627</guid>
      <dc:creator>lfost</dc:creator>
      <dc:date>2022-10-20T12:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: LittleFS for RT1176</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LittleFS-for-RT1176/m-p/1541532#M196642</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/151960"&gt;@lfost&lt;/a&gt;&amp;nbsp;，&lt;BR /&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;1) Do you have any sample code that LittleFS runs out of qspi and writes back to the same qspi. Do you have a linker script that does the sectioning of the flash? &lt;BR /&gt;-- Please check the attachment.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 02:42:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LittleFS-for-RT1176/m-p/1541532#M196642</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-10-21T02:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: LittleFS for RT1176</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LittleFS-for-RT1176/m-p/1542804#M196779</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; I will checkout the sample code.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 15:35:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LittleFS-for-RT1176/m-p/1542804#M196779</guid>
      <dc:creator>lfost</dc:creator>
      <dc:date>2022-10-24T15:35:04Z</dc:date>
    </item>
  </channel>
</rss>

