<?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: S32K1 EEprom RTD</title>
    <link>https://community.nxp.com/t5/S32K/S32K1-EEprom-RTD/m-p/2360057#M58343</link>
    <description>&lt;P&gt;please share the&amp;nbsp;FlexNVM Partition Code for data flash and EEPROM setting. It may need to know which part has been to set as EEPROM between 1000000 and 1000FFFF. And you may need to read EEPROM data according to the setting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;More detailed please refer to&amp;nbsp;AN11983 Using the S32K1xx EEPROM Functionality&lt;/P&gt;</description>
    <pubDate>Mon, 04 May 2026 12:11:07 GMT</pubDate>
    <dc:creator>db16122</dc:creator>
    <dc:date>2026-05-04T12:11:07Z</dc:date>
    <item>
      <title>S32K1 EEprom RTD</title>
      <link>https://community.nxp.com/t5/S32K/S32K1-EEprom-RTD/m-p/2359673#M58325</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I do not understand why is I use Eep_Ftfc_Example_S32K144 works okay.&lt;/P&gt;&lt;P&gt;But if i remove Erasing and Write code and so i just want to read the previus stored data, it fails with error&amp;nbsp; "FTFC_EEP_IP_STATUS_BLOCK_INCONSISTENT".&lt;/P&gt;&lt;P&gt;I have set both "Preserve Partitioning for teh device" and "Preserve this Range" from 0x10000000 to 0x1000ffff.&lt;/P&gt;&lt;P&gt;So the second round code is:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/* Initialize Clock */&lt;BR /&gt;Clock_Ip_Init(&amp;amp;Clock_Ip_aClockConfig[0]);&lt;BR /&gt;/* partition only if it was not partitioned before for EERAM with code 0x4 */&lt;BR /&gt;Eep_DepartParitition(T_EEEPROM_SIZE);&lt;BR /&gt;/* Initialize Eep driver */&lt;BR /&gt;Ftfc_Eep_Ip_Init(&amp;amp;EepFtfcCfg_VS_0);&lt;/P&gt;&lt;P&gt;// /* Erase memory by writing erase value */&lt;BR /&gt;// for(i=0; i&amp;lt;EEP_WRTESTPATT_SIZE; i+=4U)&lt;BR /&gt;// {&lt;BR /&gt;// retJobResultType = Ftfc_Eep_Ip_Erase(EEP_ERASE_START_ADD + i, FTFC_EEP_IP_PAGE_LONGWORD, FALSE);&lt;BR /&gt;// if(FTFC_EEP_IP_STATUS_OK != retJobResultType)&lt;BR /&gt;// {&lt;BR /&gt;// Exit_Example(FALSE);&lt;BR /&gt;// return 0;&lt;BR /&gt;// }&lt;BR /&gt;// }&lt;BR /&gt;//&lt;BR /&gt;// /* Write one or more complete eeprom pages to the eeprom device */&lt;BR /&gt;// for(i=0; i&amp;lt;EEP_WRTESTPATT_SIZE; i+=4U)&lt;BR /&gt;// {&lt;BR /&gt;// retJobResultType = Ftfc_Eep_Ip_Write(EEP_ERASE_START_ADD + i, dataWrTestPatt + i, FTFC_EEP_IP_PAGE_LONGWORD, FALSE);&lt;BR /&gt;// if(FTFC_EEP_IP_STATUS_OK != retJobResultType)&lt;BR /&gt;// {&lt;BR /&gt;// Exit_Example(FALSE);&lt;BR /&gt;// return 0;&lt;BR /&gt;// }&lt;BR /&gt;// }&lt;/P&gt;&lt;P&gt;/* Compares a eeprom memory area with an application data buffer */&lt;BR /&gt;for(i=0; i&amp;lt;EEP_WRTESTPATT_SIZE; i+=4U)&lt;BR /&gt;{&lt;BR /&gt;retJobResultType = Ftfc_Eep_Ip_Compare(EEP_ERASE_START_ADD + i, dataWrTestPatt + i, FTFC_EEP_IP_PAGE_LONGWORD);&lt;BR /&gt;if(FTFC_EEP_IP_STATUS_OK != retJobResultType)&lt;BR /&gt;{&lt;BR /&gt;Exit_Example(FALSE);&lt;BR /&gt;return 0;&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2026 15:39:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K1-EEprom-RTD/m-p/2359673#M58325</guid>
      <dc:creator>ck182</dc:creator>
      <dc:date>2026-05-01T15:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: S32K1 EEprom RTD</title>
      <link>https://community.nxp.com/t5/S32K/S32K1-EEprom-RTD/m-p/2359845#M58330</link>
      <description>&lt;P&gt;&lt;SPAN&gt;"FTFC_EEP_IP_STATUS_BLOCK_INCONSISTENT" may cause by the block addrees alignment, can you help to share more information about your EEPROM address setting besides&amp;nbsp;Preserve this Range" from 0x10000000 to 0x1000ffff during intitial partition?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 May 2026 07:53:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K1-EEprom-RTD/m-p/2359845#M58330</guid>
      <dc:creator>db16122</dc:creator>
      <dc:date>2026-05-03T07:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: S32K1 EEprom RTD</title>
      <link>https://community.nxp.com/t5/S32K/S32K1-EEprom-RTD/m-p/2359948#M58332</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/207815" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;db16122&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;thank you for you replay.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ck182_0-1777878996851.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/384247i8185C56E2D950DB4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ck182_0-1777878996851.png" alt="ck182_0-1777878996851.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have change nothings from the original example "Eep_Ftfc_Ip_Example_S32K144".&lt;/P&gt;&lt;P&gt;Also I have notice that when execute this code:&lt;/P&gt;&lt;P&gt;retJobResultType = Ftfc_Eep_Ip_Write(EEP_ERASE_START_ADD + i, dataWrTestPatt + i, FTFC_EEP_IP_PAGE_LONGWORD, FALSE);&lt;/P&gt;&lt;P&gt;in the example, it write in Ram at address&amp;nbsp;0x14000000, that is correct, but never writes "something" in the Flex Memory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I expect that "somethings" is writes not only in ram but also in Flex memory starting from address 0x10000000, but I never see any change.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not understand what I'm wrong&lt;/P&gt;&lt;P&gt;I'm using DS3.4 with RDT 1.01.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 07:26:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K1-EEprom-RTD/m-p/2359948#M58332</guid>
      <dc:creator>ck182</dc:creator>
      <dc:date>2026-05-04T07:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: S32K1 EEprom RTD</title>
      <link>https://community.nxp.com/t5/S32K/S32K1-EEprom-RTD/m-p/2360011#M58340</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/226514"&gt;@ck182&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Once EEE is enabled on the FlexNVM, the FlexNVM (Backup) is no longer directly accessible by the application core. At that point, only the FlexRAM as EEPROM is accessible.&lt;BR /&gt;If FlexNVM was partitioned with EEP_FTFC_LOAD_AT_RESET_ENABLED, then after a reset the contents of the Backup Flash are automatically copied into FlexRAM (EEPROM), and the EEERDY flag is set.&lt;/P&gt;
&lt;P&gt;At the beginning of main(), could you please confirm that:&lt;/P&gt;
&lt;P&gt;EEERDY == 1,&lt;BR /&gt;DEPART contains a valid partition code, and&lt;BR /&gt;valid data are present in FlexRAM (EEPROM)?&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;</description>
      <pubDate>Mon, 04 May 2026 09:57:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K1-EEprom-RTD/m-p/2360011#M58340</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2026-05-04T09:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: S32K1 EEprom RTD</title>
      <link>https://community.nxp.com/t5/S32K/S32K1-EEprom-RTD/m-p/2360057#M58343</link>
      <description>&lt;P&gt;please share the&amp;nbsp;FlexNVM Partition Code for data flash and EEPROM setting. It may need to know which part has been to set as EEPROM between 1000000 and 1000FFFF. And you may need to read EEPROM data according to the setting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;More detailed please refer to&amp;nbsp;AN11983 Using the S32K1xx EEPROM Functionality&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 12:11:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K1-EEprom-RTD/m-p/2360057#M58343</guid>
      <dc:creator>db16122</dc:creator>
      <dc:date>2026-05-04T12:11:07Z</dc:date>
    </item>
  </channel>
</rss>

