<?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>CodeWarrior Development ToolsのトピックRe: debug erasing EEprom</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/debug-erasing-EEprom/m-p/380221#M2173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using codewarrior 10.6&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Nov 2014 12:16:42 GMT</pubDate>
    <dc:creator>mlockner</dc:creator>
    <dc:date>2014-11-07T12:16:42Z</dc:date>
    <item>
      <title>debug erasing EEprom</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/debug-erasing-EEprom/m-p/380219#M2171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When starting a new debug session (mc9s08dz128) the second 1K of the EEprom memory is getting cleared. I have the address range 0x3c00 to 0x3ff blocked from writing and this works for the first 1K of EEprom but does not stop Page 1 from being erased. Is there a way to prevent Page 1 from being erased?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 12:26:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/debug-erasing-EEprom/m-p/380219#M2171</guid>
      <dc:creator>mlockner</dc:creator>
      <dc:date>2014-11-05T12:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: debug erasing EEprom</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/debug-erasing-EEprom/m-p/380220#M2172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the tool version used ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CW for MCU V6.3 (Classic) or CW for MCU v10.x (eclipse)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pascal Irrle&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Fri, 07 Nov 2014 08:26:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/debug-erasing-EEprom/m-p/380220#M2172</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2014-11-07T08:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: debug erasing EEprom</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/debug-erasing-EEprom/m-p/380221#M2173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using codewarrior 10.6&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 12:16:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/debug-erasing-EEprom/m-p/380221#M2173</guid>
      <dc:creator>mlockner</dc:creator>
      <dc:date>2014-11-07T12:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: debug erasing EEprom</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/debug-erasing-EEprom/m-p/380222#M2174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the prm file, the EEPROM is defined by:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;EEPROM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;=&amp;nbsp; READ_ONLY&lt;/TD&gt;&lt;TD&gt;0x3C00 TO 0x3FFF;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;the EEPROM size is 0x400.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean each time you will launch the application the EEPROM is cleared ?&lt;/P&gt;&lt;P&gt;Do you use Processor Expert ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the Page 1 ?&lt;/P&gt;&lt;P&gt;The PPAGE_1 is already contained in segment at 0x4000-0x7FFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand what is the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Pascal Irrle&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Fri, 07 Nov 2014 14:07:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/debug-erasing-EEprom/m-p/380222#M2174</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2014-11-07T14:07:23Z</dc:date>
    </item>
  </channel>
</rss>

