<?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のトピックEEEPROM S32K144</title>
    <link>https://community.nxp.com/t5/S32K/EEEPROM-S32K144/m-p/1376404#M12905</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help me please with my project. I need to use the memory of the board S32K144. It means i need to receive the data by uart, write into the memory and after read. I saw the Example_S32K144_EEEPROM_usage, I take the function&amp;nbsp;EEE_Write_ByteArray(), I can read the data, but i lose them after disconnect the board from power 12V. And actually I would like to use the function of FLASH, for example,&amp;nbsp;FLASH_DRV_EEEWrite().&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I attached my project.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Nov 2021 15:11:07 GMT</pubDate>
    <dc:creator>Alex19</dc:creator>
    <dc:date>2021-11-24T15:11:07Z</dc:date>
    <item>
      <title>EEEPROM S32K144</title>
      <link>https://community.nxp.com/t5/S32K/EEEPROM-S32K144/m-p/1376404#M12905</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help me please with my project. I need to use the memory of the board S32K144. It means i need to receive the data by uart, write into the memory and after read. I saw the Example_S32K144_EEEPROM_usage, I take the function&amp;nbsp;EEE_Write_ByteArray(), I can read the data, but i lose them after disconnect the board from power 12V. And actually I would like to use the function of FLASH, for example,&amp;nbsp;FLASH_DRV_EEEWrite().&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I attached my project.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 15:11:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EEEPROM-S32K144/m-p/1376404#M12905</guid>
      <dc:creator>Alex19</dc:creator>
      <dc:date>2021-11-24T15:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: EEEPROM S32K144</title>
      <link>https://community.nxp.com/t5/S32K/EEEPROM-S32K144/m-p/1376801#M12927</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@Alex19" target="_blank"&gt;Hi@Alex19&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There is a sample code "&lt;STRONG&gt;flash_partitioning_s32k144&lt;/STRONG&gt;" in SDK.&lt;/P&gt;
&lt;P&gt;The examples does the following operations:&lt;BR /&gt;- Partitions the flash&lt;BR /&gt;- Configures FlexNVM region as EEPROM&lt;BR /&gt;- Erases flash&lt;BR /&gt;- Programs flash&lt;BR /&gt;- Write data to EEPROM.&lt;/P&gt;
&lt;P&gt;So,please refer to this example.&lt;/P&gt;
&lt;P&gt;BR!&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Jim,&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 07:16:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EEEPROM-S32K144/m-p/1376801#M12927</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2021-11-25T07:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: EEEPROM S32K144</title>
      <link>https://community.nxp.com/t5/S32K/EEEPROM-S32K144/m-p/1377242#M12941</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your support, but unfortunately it doesn't work. Can you guide me to the right direction, please. so my steps are next:&lt;/P&gt;&lt;P&gt;1. Initialization of flash&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;Configure FlexRAM as EEPROM&amp;nbsp;&lt;/P&gt;&lt;P&gt;3 . Write data to EEPROM&lt;/P&gt;&lt;P&gt;4. Read data&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my code&amp;nbsp;&lt;/P&gt;&lt;P&gt;- FLASH_DRV_Init(&amp;amp;Flash_InitConfig0, &amp;amp;flashSSDConfig);&lt;/P&gt;&lt;P&gt;- FLASH_DRV_DEFlashPartition(&amp;amp;flashSSDConfig, 0x02u, 0x08u, 0x0u, false, true);&lt;BR /&gt;- FLASH_DRV_SetFlexRamFunction(&amp;amp;flashSSDConfig, EEE_ENABLE, 0x00u, NULL);&lt;/P&gt;&lt;P&gt;- FLASH_DRV_EEEWrite(&amp;amp;flashSSDConfig, flashSSDConfig.EERAMBase, sizeof(Array), Array);&lt;/P&gt;&lt;P&gt;- memcpy(SendArray,&amp;amp;flashSSDConfig.EERAMBase,sizeof(SendArray));&lt;/P&gt;&lt;P&gt;What i'm doing wrong?&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 21:05:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EEEPROM-S32K144/m-p/1377242#M12941</guid>
      <dc:creator>Alex19</dc:creator>
      <dc:date>2021-11-25T21:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: EEEPROM S32K144</title>
      <link>https://community.nxp.com/t5/S32K/EEEPROM-S32K144/m-p/1377562#M12953</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@Alxe19" target="_blank"&gt;Hi@Alxe19&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It works fine on my side,so please check again.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1637920248550.png" style="width: 775px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163316iE343ECC429332CC7/image-dimensions/775x248?v=v2" width="775" height="248" role="button" title="Senlent_0-1637920248550.png" alt="Senlent_0-1637920248550.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Senlent_0-1637920248550.png&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_1-1637920327565.png" style="width: 499px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163317i67D27EC06E214881/image-dimensions/499x308?v=v2" width="499" height="308" role="button" title="Senlent_1-1637920327565.png" alt="Senlent_1-1637920327565.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Senlent_1-1637920327565.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;BR!&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Jim,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 09:54:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EEEPROM-S32K144/m-p/1377562#M12953</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2021-11-26T09:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: EEEPROM S32K144</title>
      <link>https://community.nxp.com/t5/S32K/EEEPROM-S32K144/m-p/1377664#M12960</link>
      <description>&lt;P&gt;I have this results&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alex19_0-1637934469165.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163335i88269C303286C339/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alex19_0-1637934469165.png" alt="Alex19_0-1637934469165.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Alex19_0-1637934469165.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 13:47:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EEEPROM-S32K144/m-p/1377664#M12960</guid>
      <dc:creator>Alex19</dc:creator>
      <dc:date>2021-11-26T13:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: EEEPROM S32K144</title>
      <link>https://community.nxp.com/t5/S32K/EEEPROM-S32K144/m-p/1377994#M12977</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@Alex19" target="_blank"&gt;Hi@Alex19&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp; Alex,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Please set some breakpoints,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; I tried again and the result was the same.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1638168835043.png" style="width: 689px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163407iE737D0E6C21FDF0B/image-dimensions/689x174?v=v2" width="689" height="174" role="button" title="Senlent_0-1638168835043.png" alt="Senlent_0-1638168835043.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Senlent_0-1638168835043.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I‘m using:&lt;/P&gt;
&lt;P&gt;IDE: S32 Design Studio for ARM 2018 or Keil&lt;/P&gt;
&lt;P&gt;SDK:S32K1xx RTM SDK 3.0.0&lt;/P&gt;
&lt;P&gt;Hardware:S32K142EVB.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR!&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Jim,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 07:04:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EEEPROM-S32K144/m-p/1377994#M12977</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2021-11-29T07:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: EEEPROM S32K144</title>
      <link>https://community.nxp.com/t5/S32K/EEEPROM-S32K144/m-p/1378070#M12985</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you for your reply. Can you tell me please, is it normal, when i debug the project i have the expected result like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alex19_0-1638175481416.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163422i5A919199991810C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alex19_0-1638175481416.png" alt="Alex19_0-1638175481416.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Alex19_0-1638175481416.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but when I click the button Resume F8, i have this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alex19_1-1638175557335.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163423iD61F3E733081D892/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alex19_1-1638175557335.png" alt="Alex19_1-1638175557335.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Alex19_1-1638175557335.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 08:46:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EEEPROM-S32K144/m-p/1378070#M12985</guid>
      <dc:creator>Alex19</dc:creator>
      <dc:date>2021-11-29T08:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: EEEPROM S32K144</title>
      <link>https://community.nxp.com/t5/S32K/EEEPROM-S32K144/m-p/1378105#M12987</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@Alex19" target="_blank"&gt;Hi@Alex19&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hi Alex,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;you can try single-step debugging to find the reason，I can't judge the root casue based on the picture you provided.I have tried several times and there is no such problem.&lt;/P&gt;
&lt;P&gt;BR!&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Jim,&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 09:26:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EEEPROM-S32K144/m-p/1378105#M12987</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2021-11-29T09:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: EEEPROM S32K144</title>
      <link>https://community.nxp.com/t5/S32K/EEEPROM-S32K144/m-p/1378156#M12991</link>
      <description>&lt;P&gt;hi Jim,&lt;/P&gt;&lt;P&gt;I tried with&amp;nbsp;&lt;SPAN&gt;single-step debugging&amp;nbsp;and it works fine, it means I go step by step&amp;nbsp;until the end of the code &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(Debug -&amp;gt;Debug Configuration -&amp;gt; flash_partitioning_s32k144_debug_flash_premicro -&amp;gt; Step over-&amp;gt;I push "step over" until the end of the code). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But if I run full-speed running mode it doesn't work (Debug -&amp;gt;Debug Configuration -&amp;gt; flash_partitioning_s32k144_debug_flash_premicro -&amp;gt; Resume)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Maybe there is some configuration?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 11:10:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EEEPROM-S32K144/m-p/1378156#M12991</guid>
      <dc:creator>Alex19</dc:creator>
      <dc:date>2021-11-29T11:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: EEEPROM S32K144</title>
      <link>https://community.nxp.com/t5/S32K/EEEPROM-S32K144/m-p/1378818#M13019</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@Alex19" target="_blank"&gt;Hi@Alex19&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; The debugger may not be able to read the contents of the memory when running at full speed,so breakpoints and single-step debugging are necessary.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 09:35:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EEEPROM-S32K144/m-p/1378818#M13019</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2021-11-30T09:35:55Z</dc:date>
    </item>
  </channel>
</rss>

