<?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>S32K中的主题 Re: Validation of FlexRAM as EEPROM and EEPROM backup in S32K144</title>
    <link>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779585#M2432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you tried the flash_partitioning_s32k144 SDK example code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Nov 2017 15:00:28 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2017-11-22T15:00:28Z</dc:date>
    <item>
      <title>Validation of FlexRAM as EEPROM and EEPROM backup in S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779582#M2429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to validate the working of FlexRAM and EEPROM backup(E-Flash).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First I executed below commands and made sure partitions are successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/33074i44F5717D179C6C73/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then to make FlexRAM available for EEPROM, I executed below command,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;FCCOB0 = 0x81&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my understanding, if I perform any write operation on 0x1400_0000(FlexRAM base address), then EEE state machine should write those memory values to E-Flash(FlexNVM). So when MCU is powered off, the values should persist in E-Flash and during next boot values are copied from E-flash to FlexRAM and values are available for reading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my understanding is correct, then I am not able to replicate this behavior. Please clarify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more question, FlexRAM is 4KB and E-Flash is 64KB. Suppose if I want to copy more than 4KB from E-Flash to FlexRAM, how do I realize it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 03:46:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779582#M2429</guid>
      <dc:creator>mrajanna</dc:creator>
      <dc:date>2017-11-16T03:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Validation of FlexRAM as EEPROM and EEPROM backup in S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779583#M2430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your understanding is correct, however, you cannot copy more than 4KB from E-Flash to FlexRam.&lt;/P&gt;&lt;P&gt;Have you seen &lt;A href="https://www.nxp.com/docs/en/application-note/AN11983.pdf"&gt;AN1198 Using the S32K1xx EEPROM Functionality&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 21:37:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779583#M2430</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2017-11-20T21:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Validation of FlexRAM as EEPROM and EEPROM backup in S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779584#M2431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the document. I followed the document and performed memory partition(FlexRAM to 4KB, E-flash to 64KB). But what ever the data I write to FlexRAM is not saved in EEPROM backup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement of writing battery status, ignition status, device status to EEPROM backup(E-flash). Suppose if MCU resets due to unknown condition, I should be able to know the previous status values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide sample code snippet to write these 3 bytes of data to EEPROM backup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 11:51:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779584#M2431</guid>
      <dc:creator>mrajanna</dc:creator>
      <dc:date>2017-11-21T11:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Validation of FlexRAM as EEPROM and EEPROM backup in S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779585#M2432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you tried the flash_partitioning_s32k144 SDK example code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:00:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779585#M2432</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2017-11-22T15:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Validation of FlexRAM as EEPROM and EEPROM backup in S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779586#M2433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I tried that example.&lt;/P&gt;&lt;P&gt;From Flash programming perspective, everything works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However from EEPROM backup(&lt;SPAN&gt;E-flash&lt;/SPAN&gt;), FlexRAM perspective , I could only create partition for FlexRAM and EEPROM backup(E-flash). But what ever the data written to FlexRAM is not copied to EEPROM backup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 05:08:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779586#M2433</guid>
      <dc:creator>mrajanna</dc:creator>
      <dc:date>2017-11-23T05:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Validation of FlexRAM as EEPROM and EEPROM backup in S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779587#M2434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The example code writes data to FlexRAM at 0x14000000 configured for EEPROM and then it verifies the written data by reading from the address.&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;/* Try to write data to EEPROM if FlexRAM is configured as EEPROM */
 if (flashSSDConfig.EEESize != 0u)
 {
 address = flashSSDConfig.EERAMBase;
 size = sizeof(uint32_t);
 ret = FLASH_DRV_EEEWrite(&amp;amp;flashSSDConfig, address, size, sourceBuffer);
 if (ret != STATUS_SUCCESS)
 {
 return ret;
 }
/* Verify the written data */
 if (*((uint32_t *)sourceBuffer) != *((uint32_t *)address))
 {
 /* Failed to write data to EEPROM */
 exit_code = 1u;
 return exit_code;
 }
/* Try to update one byte in an EEPROM address which isn't aligned */
 address = flashSSDConfig.EERAMBase + 1u;
 size = sizeof(uint8_t);
 sourceBuffer[0u] = 0xFFu;
 ret = FLASH_DRV_EEEWrite(&amp;amp;flashSSDConfig, address, size, sourceBuffer);
 if (ret != STATUS_SUCCESS)
 {
 return ret;
 }
/* Then verify */
 if (sourceBuffer[0u] != *((uint8_t *)address))
 {
 /* Failed to update data to EEPROM */
 exit_code = 1u;
 return exit_code;
 }
 }&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 11:11:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779587#M2434</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2017-11-23T11:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Validation of FlexRAM as EEPROM and EEPROM backup in S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779588#M2435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes&amp;nbsp;I had executed this before and it worked.&lt;/P&gt;&lt;P&gt;I could write the buffer to FlexRAM. When the same was cross checked with source buffer and FlexRAM base address,&amp;nbsp;it was correct.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/33782i96191F50486B660F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;My question is how to write this data from FlexRAM to EEPROM backup(E-flash)&lt;/SPAN&gt;. So on reset, how these data are copied back from EEPROM backup to FlexRAM ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 12:45:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779588#M2435</guid>
      <dc:creator>mrajanna</dc:creator>
      <dc:date>2017-11-23T12:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Validation of FlexRAM as EEPROM and EEPROM backup in S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779589#M2436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Please read AN11983, Chapter 3.5.1 EEE writes,&lt;/P&gt;&lt;P&gt;“Writes to the EEE space (FlexRAM) launch a EEE operation to store the data within the E-flash memory (backup)”.&lt;/P&gt;&lt;P&gt;This is a background operation.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Regards,&lt;BR /&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 15:17:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779589#M2436</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2017-11-23T15:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Validation of FlexRAM as EEPROM and EEPROM backup in S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779590#M2437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the flash program, sourceBuffer is used to demonstrate writing to p-Flash and FlexRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34222i3DCBE3A456698B67/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your Information: I have&amp;nbsp;captured below screenshots after running the complete program in debug mode and when execution is at the end of main().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With reference to writing&amp;nbsp;&lt;SPAN&gt;sourceBuffer to 6th sector(6*4096 = 0x00006000) of p-Flash, everything works good.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34179iF5A1468694569A4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the screenshot captured after writing some values to FlexRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_7.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34451i190F7C70808363A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_7.png" alt="pastedImage_7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to you EEE operation will take place in background and whenever data is written to FlexRAM it will update E-Flash. But in below screenshot, I don't see the values updated in E-Flash. This is my doubt.&lt;/P&gt;&lt;P&gt;But when board is rebooted above values are available in FlexRAM at same memory locations :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34101i64B1F8DBA3D74E56/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to write a log file(10KB size) which goes beyond FlexRAM size.&amp;nbsp;In this case to which address of E-flash is log written ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If EEPROM backup size is more than 4KB, then what part of E-flash is copied to FlexRAM ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand E-flash size is 64KB, I want to make use of complete E-flash for saving critical data as EEPROM backup. Please guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 06:52:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779590#M2437</guid>
      <dc:creator>mrajanna</dc:creator>
      <dc:date>2017-11-24T06:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Validation of FlexRAM as EEPROM and EEPROM backup in S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779591#M2438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you like to write more than 4kB of data - it is better idea write data directly into program flash (512 kB) or into FlexNVM used as a data flash (starting on address&amp;nbsp;0x10000000). To avoid re-write your data during debugging (re-flashing) - you can preserve part of Flash in advanced debug settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34691iB65A33FFA8CFB881/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 08:01:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779591#M2438</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2017-11-24T08:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Validation of FlexRAM as EEPROM and EEPROM backup in S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779592#M2439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;The size of EEPROM is 4KB, so you cannot store more than 4KB.&lt;/P&gt;&lt;P&gt;FlexNVM that is allocated for E-Flash (backup) is accessible only for the internal EEPROM state machine, not for users.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 11:27:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779592#M2439</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2017-11-24T11:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Validation of FlexRAM as EEPROM and EEPROM backup in S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779593#M2440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks it is very clear now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To summarize, E-Flash memory will not be available for&amp;nbsp;user for saving the data. It is explicitly used by EEPROM state machine.&lt;/P&gt;&lt;P&gt;If user wants to save any log(more than 4KB) then they have to use P-flash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I am planning to configure FlexNVM as 32KB for D-flash and 32KB for E-flash, So in this case I can save logs to D-flash.&amp;nbsp;Please suggest your opinion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again thanks for the clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 11:42:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779593#M2440</guid>
      <dc:creator>mrajanna</dc:creator>
      <dc:date>2017-11-24T11:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Validation of FlexRAM as EEPROM and EEPROM backup in S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779594#M2441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, that's correct. Just note that the FlexNVM endurance is impacted by the ratio between E-flash size and EEE size.&lt;BR /&gt;As you can see in the datasheet, Table 22 NVM reliability specification. &lt;BR /&gt;You may also use &lt;A href="https://www.nxp.com/downloads/en/calculators/FME-Calculator.zip"&gt;Flex Memory Endurance Calculator&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 12:10:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779594#M2441</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2017-11-24T12:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Validation of FlexRAM as EEPROM and EEPROM backup in S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779595#M2442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #5e89c1; background-color: #ffffff; font-weight: 500;"&gt;@&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A _jive_internal="true" data-content-finding="Community" href="https://community.nxp.com/message/961888#comment-964373" style="color: #5e89c1; background-color: #ffffff; border: 0px; font-weight: 500; text-decoration: none; font-size: 10.9998px;" title="Go to message"&gt;Daniel Martynek&lt;/A&gt; &amp;amp; &lt;SPAN style="color: #5e89c1; background-color: #ffffff; font-weight: 500;"&gt;@&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A _jive_internal="true" data-content-finding="Community" href="https://community.nxp.com/message/961888#comment-964373" style="color: #5e89c1; background-color: #ffffff; border: 0px; font-weight: 500; text-decoration: none; font-size: 10.9998px;" title="Go to message"&gt;Daniel Martynek&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have gone&amp;nbsp;through all your comments,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to this MCU, I have a requirement to store the system configuration data(sensor ID, User Configuration Data etc). My understanding about S32K144 to use the FlexNVM to back up those configurations during the power-OFF _ON.&lt;/P&gt;&lt;P&gt;sequence.&lt;/P&gt;&lt;P&gt;gone through the Document&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.nxp.com%2Fdocs%2Fen%2Fapplication-note%2FAN11983.pdf" rel="nofollow" style="color: #5e89c1; background-color: #ffffff; border: 0px; text-decoration: underline; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;AN1198 Using the S32K1xx EEPROM Functionality&lt;/A&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;But still, I Have not got clarity how use applies this code snipe to my project.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Note: I have not used any SDK for my project, I that possible to use the FlexNVM in Non-SDK then how to start coding for this EEPROM usage.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Please share ant example code for my reference.I'm&amp;nbsp;seeking help from long days.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Sakthivel K&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 01:31:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779595#M2442</guid>
      <dc:creator>sakthivelkuland</dc:creator>
      <dc:date>2018-05-10T01:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Validation of FlexRAM as EEPROM and EEPROM backup in S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779596#M2443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to the microcontroller &lt;STRONG&gt;S32K116&lt;/STRONG&gt;. could you provide me with a example code snippet of how to write data (inbytes) to eeprom.&lt;/P&gt;&lt;P&gt;That would be of great help.&lt;/P&gt;&lt;P&gt;Thankyou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 05:42:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779596#M2443</guid>
      <dc:creator>shyamalasundar</dc:creator>
      <dc:date>2018-06-18T05:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Validation of FlexRAM as EEPROM and EEPROM backup in S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779597#M2444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you provide me with a example code of how to write data in eeprom of S32K116 microcontroller.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 05:43:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Validation-of-FlexRAM-as-EEPROM-and-EEPROM-backup-in-S32K144/m-p/779597#M2444</guid>
      <dc:creator>shyamalasundar</dc:creator>
      <dc:date>2018-06-18T05:43:37Z</dc:date>
    </item>
  </channel>
</rss>

