<?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 kinetis  - Lost data internal eeprom in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-Lost-data-internal-eeprom/m-p/630005#M37909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 14px;"&gt;Dear all,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 14px;"&gt;I would like to know &amp;nbsp;which could be the reason to lost data in internal eeprom (MK10DX32VLH5) .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Could be not to use a RTC or because of power loss in a critical moment?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 14px;"&gt;Until now I had never had &amp;nbsp;this problems but the client informed me&amp;nbsp;that some devices lost data stored in eeprom&lt;/SPAN&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 14px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 14px;"&gt;Note:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 14px;"&gt;The write is very sporadic and made by the user with scada.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 14px;"&gt;Igor&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Mar 2017 11:58:12 GMT</pubDate>
    <dc:creator>igor_g</dc:creator>
    <dc:date>2017-03-07T11:58:12Z</dc:date>
    <item>
      <title>kinetis  - Lost data internal eeprom</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-Lost-data-internal-eeprom/m-p/630005#M37909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 14px;"&gt;Dear all,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 14px;"&gt;I would like to know &amp;nbsp;which could be the reason to lost data in internal eeprom (MK10DX32VLH5) .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Could be not to use a RTC or because of power loss in a critical moment?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 14px;"&gt;Until now I had never had &amp;nbsp;this problems but the client informed me&amp;nbsp;that some devices lost data stored in eeprom&lt;/SPAN&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 14px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 14px;"&gt;Note:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 14px;"&gt;The write is very sporadic and made by the user with scada.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 14px;"&gt;Igor&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 11:58:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-Lost-data-internal-eeprom/m-p/630005#M37909</guid>
      <dc:creator>igor_g</dc:creator>
      <dc:date>2017-03-07T11:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: kinetis  - Lost data internal eeprom</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-Lost-data-internal-eeprom/m-p/630006#M37910</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;At first, we need to avoid using the incorrect Flash module driver with incorrect Flash operation.&lt;/P&gt;&lt;P&gt;Customer could download &lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 14px;"&gt;MK10DX32VLH5&lt;/SPAN&gt; related Flash driver from &lt;A href="http://www.nxp.com/assets/downloads/data/en/device-drivers/C90TFS_FLASH_DRIVER.exe"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;And it also need to check before FlexNVM EEPROM operation need to check FTFL_FCNFG register [EEERDY] bit is set.&lt;/P&gt;&lt;P&gt;If internal EEPROM operation without any problem and customer could get the correct data with the same software code.&lt;/P&gt;&lt;P&gt;The internal EEPROM lost data could happen when the EEPROM writes beyond the write endurance.&lt;/P&gt;&lt;P&gt;Customer need to check the EEPROM write frequency and if there exists above situation.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 07:25:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-Lost-data-internal-eeprom/m-p/630006#M37910</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2017-03-08T07:25:59Z</dc:date>
    </item>
  </channel>
</rss>

