<?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のトピックHow to write eeprom in s32k116?</title>
    <link>https://community.nxp.com/t5/S32K/How-to-write-eeprom-in-s32k116/m-p/803959#M2790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;looking for driver support to write data (in bytes) into eeprom of &lt;STRONG&gt;S32K116&lt;/STRONG&gt; microcontroller.&lt;/P&gt;&lt;P&gt;I got emulation and configuration of eeprom in s32k116.&lt;/P&gt;&lt;P&gt;But need the driver part of writing bytes of data into eeprom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s32k116 eeprom; writeeeprom flashpartitioning&amp;nbsp;flexnvm‌&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2018 07:00:38 GMT</pubDate>
    <dc:creator>shyamalasundar</dc:creator>
    <dc:date>2018-06-21T07:00:38Z</dc:date>
    <item>
      <title>How to write eeprom in s32k116?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-write-eeprom-in-s32k116/m-p/803959#M2790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;looking for driver support to write data (in bytes) into eeprom of &lt;STRONG&gt;S32K116&lt;/STRONG&gt; microcontroller.&lt;/P&gt;&lt;P&gt;I got emulation and configuration of eeprom in s32k116.&lt;/P&gt;&lt;P&gt;But need the driver part of writing bytes of data into eeprom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s32k116 eeprom; writeeeprom flashpartitioning&amp;nbsp;flexnvm‌&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 07:00:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-write-eeprom-in-s32k116/m-p/803959#M2790</guid>
      <dc:creator>shyamalasundar</dc:creator>
      <dc:date>2018-06-21T07:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to write eeprom in s32k116?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-write-eeprom-in-s32k116/m-p/803960#M2791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;BR /&gt;If you need a driver, you can use the SDK.&lt;BR /&gt;The flash_partitioning_s32k116 example uses FLASH_DRV_EEEWrite() function.&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>Thu, 21 Jun 2018 10:49:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-write-eeprom-in-s32k116/m-p/803960#M2791</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2018-06-21T10:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to write eeprom in s32k116?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-write-eeprom-in-s32k116/m-p/803961#M2792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can able to view the written data from 00 to FF in the eeprom memory locations.&lt;/P&gt;&lt;P&gt;And now i need to read what has been written already in those locations.&lt;/P&gt;&lt;P&gt;A sample code to read data from eeprom of s32k116 will be of more useful.&lt;/P&gt;&lt;P&gt;And further i can't view any backup of data into flexNVM.&lt;/P&gt;&lt;P&gt;If it is happening kindly tell how to view and understand that also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 08:41:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-write-eeprom-in-s32k116/m-p/803961#M2792</guid>
      <dc:creator>shyamalasundar</dc:creator>
      <dc:date>2018-06-28T08:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to write eeprom in s32k116?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-write-eeprom-in-s32k116/m-p/803962#M2793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;The SDK example shows how to verify written data in EEPROM.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;IMG alt="pastedImage_1.png" src="https://community.nxp.com/t5/image/serverpage/image-id/64614i841CF445DABD6FBF/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;So just modify that code to:&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;uint32_t data = *((uint32_t *) address)&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The EEE backup is not mapped, it is visible only to the EEPROM state machine.&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>Mon, 02 Nov 2020 14:11:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-write-eeprom-in-s32k116/m-p/803962#M2793</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2020-11-02T14:11:11Z</dc:date>
    </item>
  </channel>
</rss>

