<?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 eeprom emulation in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/eeprom-emulation/m-p/172507#M2042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am looking at doing kinetis family on the k60.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First question is during development if I need to reporgram the part will all flash be cleared?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Second in the flashx_twrk60n512 demo the linker files showes in the project fiew. Where is it in the&amp;nbsp;TWR-K60N512_Quick_Start_Demo project?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the minimum sector size. My understand is I have to read the minimum block size to ram, modify it and write it back to flash.&lt;/P&gt;&lt;P&gt;Is this correct. Also is there an app mote?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Jun 2012 02:36:10 GMT</pubDate>
    <dc:creator>barbercolman</dc:creator>
    <dc:date>2012-06-16T02:36:10Z</dc:date>
    <item>
      <title>eeprom emulation</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/eeprom-emulation/m-p/172507#M2042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am looking at doing kinetis family on the k60.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First question is during development if I need to reporgram the part will all flash be cleared?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Second in the flashx_twrk60n512 demo the linker files showes in the project fiew. Where is it in the&amp;nbsp;TWR-K60N512_Quick_Start_Demo project?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the minimum sector size. My understand is I have to read the minimum block size to ram, modify it and write it back to flash.&lt;/P&gt;&lt;P&gt;Is this correct. Also is there an app mote?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jun 2012 02:36:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/eeprom-emulation/m-p/172507#M2042</guid>
      <dc:creator>barbercolman</dc:creator>
      <dc:date>2012-06-16T02:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: eeprom emulation</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/eeprom-emulation/m-p/172508#M2043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;BR /&gt;In answer to your first question if you want to create an EEPROM in memory you need to edit your icf file with something like this below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note the placement section because if you don’t place at the end then as your program grows your EEPROM will move and you will lose your EEPROM data&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The EPPROM has 8 sectors 0 to 7 and for some reason you cannot write to sector 0 normally this is where the device information is stored on a “real chip”&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;define exported symbol __FLASHX_SECT_SIZE = 0x800;&lt;BR /&gt;define block FLASHX_POOL with alignment = __FLASHX_SECT_SIZE { section .flashx };&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// Initialise&lt;BR /&gt;do not initialize { section .flashx };&lt;BR /&gt;keep { section .flashx };&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// Placement&lt;BR /&gt;place at address mem:__ICFEDIT_region_ROM_end__ - 0x04800 { block FLASHX_POOL };&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope this is off some use&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 14:21:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/eeprom-emulation/m-p/172508#M2043</guid>
      <dc:creator>KJFPE</dc:creator>
      <dc:date>2012-06-18T14:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: eeprom emulation</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/eeprom-emulation/m-p/172509#M2044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I will look in to it. Most of my work was with a 51jmevb and the linker .lcf file was listed in its own virtual folder under gpio_m51jmevb. Where is the linker file for the&amp;nbsp;gpio_m51jmevb. If it is there I do not see it.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 21:48:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/eeprom-emulation/m-p/172509#M2044</guid>
      <dc:creator>barbercolman</dc:creator>
      <dc:date>2012-06-18T21:48:52Z</dc:date>
    </item>
  </channel>
</rss>

