<?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>Kinetis Microcontrollers中的主题 Re: How to emulate EEPROM on K60(MK20DX512)</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-emulate-EEPROM-on-K60-MK20DX512/m-p/1313496#M61085</link>
    <description>&lt;P&gt;Thank you for reply.&lt;/P&gt;&lt;P&gt;As you replied, I took a look at the ke15z sdk.&lt;/P&gt;&lt;P&gt;There really is a FlexNVM eeprom emulation example. I have checked that it is implemented using the FSL FlexNVM driver.&lt;BR /&gt;But as you know, there is no FlexNVM driver in MK20DX256 SDK.&lt;/P&gt;&lt;P&gt;Should I implement not only application but also the driver for MK20DX256 myself / and just refer the KE15Z SDK?&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jul 2021 02:28:12 GMT</pubDate>
    <dc:creator>FirmFruits</dc:creator>
    <dc:date>2021-07-27T02:28:12Z</dc:date>
    <item>
      <title>How to emulate EEPROM on K60(MK20DX512)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-emulate-EEPROM-on-K60-MK20DX512/m-p/1313448#M61083</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;I am working on EEPROM creation using NVM of MK20DX512 on&amp;nbsp;MCUXpresso IDE.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;I looked at a few Application Notes(AN4282, AN4903, AN5338), but it seems that there was no information about MK20DX256, and it is difficult to understand the contents because it is written too complexly.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Q1&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;Is it possible to create eeprom emulation on MK20DX512?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Q2&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;If so, is there an example source code?&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;What documentation can I refer to to get the example source code?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 23:51:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-emulate-EEPROM-on-K60-MK20DX512/m-p/1313448#M61083</guid>
      <dc:creator>FirmFruits</dc:creator>
      <dc:date>2021-07-26T23:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to emulate EEPROM on K60(MK20DX512)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-emulate-EEPROM-on-K60-MK20DX512/m-p/1313488#M61084</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You can refer the other sdk that has eeprom like frdm-ke15z.&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 01:56:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-emulate-EEPROM-on-K60-MK20DX512/m-p/1313488#M61084</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-07-27T01:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to emulate EEPROM on K60(MK20DX512)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-emulate-EEPROM-on-K60-MK20DX512/m-p/1313496#M61085</link>
      <description>&lt;P&gt;Thank you for reply.&lt;/P&gt;&lt;P&gt;As you replied, I took a look at the ke15z sdk.&lt;/P&gt;&lt;P&gt;There really is a FlexNVM eeprom emulation example. I have checked that it is implemented using the FSL FlexNVM driver.&lt;BR /&gt;But as you know, there is no FlexNVM driver in MK20DX256 SDK.&lt;/P&gt;&lt;P&gt;Should I implement not only application but also the driver for MK20DX256 myself / and just refer the KE15Z SDK?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 02:28:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-emulate-EEPROM-on-K60-MK20DX512/m-p/1313496#M61085</guid>
      <dc:creator>FirmFruits</dc:creator>
      <dc:date>2021-07-27T02:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to emulate EEPROM on K60(MK20DX512)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-emulate-EEPROM-on-K60-MK20DX512/m-p/1314900#M61096</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Yes. You should port the driver for the mk20. Copy the fsl_ftfx_xxx file into your project. And try to run it.&lt;/P&gt;
&lt;P&gt;Some &lt;A href="https://community.nxp.com/t5/Kinetis-Microcontrollers/Configuring-EEPROM-in-Kinetis-KE18/m-p/1164426" target="_self"&gt;article&lt;/A&gt; for you to refer.&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 01:57:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-emulate-EEPROM-on-K60-MK20DX512/m-p/1314900#M61096</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-07-29T01:57:06Z</dc:date>
    </item>
  </channel>
</rss>

