<?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 How to create a section in flash as eeprom in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-create-a-section-in-flash-as-eeprom/m-p/1363142#M16908</link>
    <description>&lt;P&gt;I want to create a section in flash as eeprom. How to do it? is there any demo code available to implement it.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Oct 2021 09:22:53 GMT</pubDate>
    <dc:creator>divithsid</dc:creator>
    <dc:date>2021-10-28T09:22:53Z</dc:date>
    <item>
      <title>How to create a section in flash as eeprom</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-create-a-section-in-flash-as-eeprom/m-p/1363142#M16908</link>
      <description>&lt;P&gt;I want to create a section in flash as eeprom. How to do it? is there any demo code available to implement it.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 09:22:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-create-a-section-in-flash-as-eeprom/m-p/1363142#M16908</guid>
      <dc:creator>divithsid</dc:creator>
      <dc:date>2021-10-28T09:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a section in flash as eeprom</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-create-a-section-in-flash-as-eeprom/m-p/1369511#M17095</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;Hope you are well.&lt;BR /&gt;Unfortunately, the RT106x doesn´t have this feature unlike other families with FlexMemory like kinetis K64.&lt;/P&gt;
&lt;P&gt;I apologize for the inconvenience this may cause you, if you have more questions do not hesitate to ask me.&lt;BR /&gt;Best regards,&lt;BR /&gt;Omar&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 23:25:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-create-a-section-in-flash-as-eeprom/m-p/1369511#M17095</guid>
      <dc:creator>Omar_Anguiano</dc:creator>
      <dc:date>2021-11-10T23:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a section in flash as eeprom</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-create-a-section-in-flash-as-eeprom/m-p/1369633#M17096</link>
      <description>&lt;P&gt;Im using external flash. can we do it in external flash?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 04:25:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-create-a-section-in-flash-as-eeprom/m-p/1369633#M17096</guid>
      <dc:creator>divithsid</dc:creator>
      <dc:date>2021-11-11T04:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a section in flash as eeprom</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-create-a-section-in-flash-as-eeprom/m-p/1372972#M17175</link>
      <description>&lt;P&gt;I suggest you contact the external flash manufacturer. I believe it is not possible to emulate an EEPROM with flash memory.&lt;BR /&gt;You can use the flash to store some data however this is not recommended since it will shorten the life of the memory since you will be making a lot of programming cycles.&lt;/P&gt;
&lt;P&gt;I apologize for the inconvenience this may cause you, if you have more questions do not hesitate to ask me.&lt;BR /&gt;Best regards,&lt;BR /&gt;Omar&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 20:53:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-create-a-section-in-flash-as-eeprom/m-p/1372972#M17175</guid>
      <dc:creator>Omar_Anguiano</dc:creator>
      <dc:date>2021-11-17T20:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a section in flash as eeprom</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-create-a-section-in-flash-as-eeprom/m-p/1373195#M17184</link>
      <description>&lt;P&gt;You need to create firmware to emulate eeprom, it is MCU chip independent, you can refer to below links for firmware design.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://electronics.stackexchange.com/questions/258851/flash-eeprom-emulation" target="_blank" rel="noopener"&gt;https://electronics.stackexchange.com/questions/258851/flash-eeprom-emulation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.silabs.com/documents/public/application-notes/AN568.pdf" target="_blank" rel="noopener"&gt;https://www.silabs.com/documents/public/application-notes/AN568.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For i.MXRT SDK, we don't have eeprom emulate driver, the most similar design is in \SDK\components\flash\mflash&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 06:35:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-create-a-section-in-flash-as-eeprom/m-p/1373195#M17184</guid>
      <dc:creator>jay_heng</dc:creator>
      <dc:date>2021-11-18T06:35:10Z</dc:date>
    </item>
  </channel>
</rss>

