<?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 EEPROM in S32K</title>
    <link>https://community.nxp.com/t5/S32K/EEPROM/m-p/1468112#M15775</link>
    <description>&lt;P&gt;HI,&lt;BR /&gt;&amp;nbsp; &amp;nbsp;I want to configure S32K142 board for internal EEPROM.&lt;BR /&gt;&amp;nbsp; &amp;nbsp;It has 64KB of flexible non-volatile memory (FLEXNVM).&lt;BR /&gt;&amp;nbsp; &amp;nbsp;But in most of the examples that are posted, it is talking about FlexRAM and using that as emulated EEPROM.&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;The FlexRAM is just 4 KB. How will I be able to access the the EEPROM that is configured in the D-flash, for the FlexRAM area. Say the D-flash is configured for 32 KB EEPROM and 32 KB D-flash, then how will the flexram which is just 4 KB able to access this location ? (say if entire 64 KB of the flash is configured as EEPROM then how is it possible to access this from FlexRAM).&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;This EEPROM and partitioning is very confusing. I find no clear documentation or example solving the problem. Kindly explain the concept.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; I want to partition the D-flash for EEPROM and use it. How to do the partition ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jun 2022 08:54:15 GMT</pubDate>
    <dc:creator>abhijithshankarenn</dc:creator>
    <dc:date>2022-06-02T08:54:15Z</dc:date>
    <item>
      <title>EEPROM</title>
      <link>https://community.nxp.com/t5/S32K/EEPROM/m-p/1468112#M15775</link>
      <description>&lt;P&gt;HI,&lt;BR /&gt;&amp;nbsp; &amp;nbsp;I want to configure S32K142 board for internal EEPROM.&lt;BR /&gt;&amp;nbsp; &amp;nbsp;It has 64KB of flexible non-volatile memory (FLEXNVM).&lt;BR /&gt;&amp;nbsp; &amp;nbsp;But in most of the examples that are posted, it is talking about FlexRAM and using that as emulated EEPROM.&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;The FlexRAM is just 4 KB. How will I be able to access the the EEPROM that is configured in the D-flash, for the FlexRAM area. Say the D-flash is configured for 32 KB EEPROM and 32 KB D-flash, then how will the flexram which is just 4 KB able to access this location ? (say if entire 64 KB of the flash is configured as EEPROM then how is it possible to access this from FlexRAM).&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;This EEPROM and partitioning is very confusing. I find no clear documentation or example solving the problem. Kindly explain the concept.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; I want to partition the D-flash for EEPROM and use it. How to do the partition ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 08:54:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EEPROM/m-p/1468112#M15775</guid>
      <dc:creator>abhijithshankarenn</dc:creator>
      <dc:date>2022-06-02T08:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: EEPROM</title>
      <link>https://community.nxp.com/t5/S32K/EEPROM/m-p/1469427#M15803</link>
      <description>&lt;P&gt;EEPROM emulation is well described in AN11983: &lt;A href="https://www.nxp.com/docs/en/application-note/AN11983.pdf" target="_blank" rel="noopener"&gt;https://www.nxp.com/docs/en/application-note/AN11983.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To your questions: FlexRAM cannot be divided, it either serves EEPROM data access point or it works as a RAM as a whole. FlexNVM can be divided (on S32K142, 4 options) to be partially EEPROM backup and partially Data Flash. It has also relation to EEPROM endurance as you may read in AN11983, section 7, because as a user you also configure EEPROM / FlexRAM partition size ratio.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 14:51:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EEPROM/m-p/1469427#M15803</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2022-06-06T14:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: EEPROM</title>
      <link>https://community.nxp.com/t5/S32K/EEPROM/m-p/1469681#M15809</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52613"&gt;@davidtosenovjan&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Thanks a lot for you response.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; I have three more questions to as&lt;BR /&gt;&lt;U&gt;Questions&lt;/U&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;1.&amp;nbsp; EE RAM is just 4 KB. How is it able to access say the four different options of EEPROM. To be more precise, say I am using the entire NVM as EEPROM. How is the RAM adjusting to the big size like 64 KB, the RAM is just 4KB. Could you please be more elaborate on how actually it is working. ? at the hardware level too.&lt;BR /&gt;&lt;BR /&gt;2. Say I have divided the NVM into flash and EEPROM. Can I see the data that is getting written in to the EEPROM memory location in the MEMORY WINDOW ?&lt;BR /&gt;If no, then&amp;nbsp; why ?&lt;BR /&gt;&lt;BR /&gt;3. In the net there is a tool based (s32 design studio advanced option based) choice for me to partition. What is the difference between doing that in code and doing the partition through tool ? are both the same ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. Say I am not interested in this partitioning. Can I allocate a separate section in D-Flash, via the linker file and use that location to write some data.&lt;BR /&gt;&amp;nbsp; NOTE: This section will be common for both BOOTLOADER and APPLICATION&lt;BR /&gt;&amp;nbsp; &amp;nbsp;I will place my reset&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;Can i use it that way ? Is there any potential problem that you think here.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Abhijith Shankar&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 03:49:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EEPROM/m-p/1469681#M15809</guid>
      <dc:creator>abhijithshankarenn</dc:creator>
      <dc:date>2022-06-07T03:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: EEPROM</title>
      <link>https://community.nxp.com/t5/S32K/EEPROM/m-p/1476869#M16002</link>
      <description>&lt;P&gt;1) It is just give by EEPROM / FlexRAM partition size ratio. EEPROM emulation driver (in this case HW) basically spreads programmed data content over the whole data flash in order to prevent wearing out of particular flash portions.&lt;/P&gt;
&lt;P&gt;2) EEPROM data you will see in the FlexRAM, it is access point for emulated EEPROM. Flash content is normally memory mapped.&lt;/P&gt;
&lt;P&gt;3) I don’t know this tool. I believe it offers same functionality.&lt;/P&gt;
&lt;P&gt;4) By default, there is no valid code, thus it is needed to perform partition programming once.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="davidtosenovjan_1-1655734895285.png" style="width: 686px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/183920i0E9CFC5C4523152A/image-dimensions/686x386?v=v2" width="686" height="386" role="button" title="davidtosenovjan_1-1655734895285.png" alt="davidtosenovjan_1-1655734895285.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 14:21:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EEPROM/m-p/1476869#M16002</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2022-06-20T14:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: EEPROM</title>
      <link>https://community.nxp.com/t5/S32K/EEPROM/m-p/1564248#M19221</link>
      <description>The answer to the first point is still unclear. How does FlexRAM 4K reflect E-FLASH 64K (S32K144)?</description>
      <pubDate>Mon, 05 Dec 2022 08:41:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EEPROM/m-p/1564248#M19221</guid>
      <dc:creator>lengrudie</dc:creator>
      <dc:date>2022-12-05T08:41:21Z</dc:date>
    </item>
  </channel>
</rss>

