<?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 Re: [CW6.0 MC9S08DZ60] Absolute section overwritten in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW6-0-MC9S08DZ60-Absolute-section-overwritten/m-p/144953#M3215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Emmanuel,&lt;BR /&gt;the easiest thing would be to split up your ROM part in the .prm, something like this:&lt;BR /&gt;&lt;PRE&gt;ROM1 =  READ_ONLY  0x1900 TO 0xBDFF FILL 0x8D; /* fill with an ILOP */
/* Gap for 0xBE00..0xBE02 where we writhe SoftWareVer[3] */
ROM2 =  READ_ONLY  0xBE03 TO 0xFFAD FILL 0x8D; /* fill with an ILOP */
&lt;/PRE&gt;You will need to update the PLACEMENT as well to reflect ROM1 and ROM2.&lt;BR /&gt;&lt;BR /&gt;Erich&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2020 08:45:54 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2020-10-29T08:45:54Z</dc:date>
    <item>
      <title>[CW6.0 MC9S08DZ60] Absolute section overwritten</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW6-0-MC9S08DZ60-Absolute-section-overwritten/m-p/144952#M3214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If do that in the prm file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;DIV class="msg_source_code"&gt;&lt;DIV class="text_smallest"&gt;Code:&lt;/DIV&gt;&lt;PRE&gt;ROM =&amp;nbsp; READ_ONLY&amp;nbsp; 0x1900 TO 0xFFAD FILL 0x8D; /* fill with an ILOP */&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;and that in my C file&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="msg_source_code"&gt;&lt;DIV class="text_smallest"&gt;Code:&lt;/DIV&gt;&lt;PRE&gt;const char SoftWareVer[3] @0xBE00 = {0,3,0};&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;SoftWare constant is overwritten&amp;nbsp; by the&amp;nbsp; FILL directive, is it normal?&lt;BR /&gt;I'm looking for a workaround.&lt;BR /&gt;any ideas?&lt;BR /&gt;&lt;BR /&gt;Emmanuel&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Message Edited by BugMan on &lt;/SPAN&gt;&lt;SPAN class="date_text"&gt;2007-09-12&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;09:36 AM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 08:45:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW6-0-MC9S08DZ60-Absolute-section-overwritten/m-p/144952#M3214</guid>
      <dc:creator>Nouchi</dc:creator>
      <dc:date>2020-10-29T08:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: [CW6.0 MC9S08DZ60] Absolute section overwritten</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW6-0-MC9S08DZ60-Absolute-section-overwritten/m-p/144953#M3215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Emmanuel,&lt;BR /&gt;the easiest thing would be to split up your ROM part in the .prm, something like this:&lt;BR /&gt;&lt;PRE&gt;ROM1 =  READ_ONLY  0x1900 TO 0xBDFF FILL 0x8D; /* fill with an ILOP */
/* Gap for 0xBE00..0xBE02 where we writhe SoftWareVer[3] */
ROM2 =  READ_ONLY  0xBE03 TO 0xFFAD FILL 0x8D; /* fill with an ILOP */
&lt;/PRE&gt;You will need to update the PLACEMENT as well to reflect ROM1 and ROM2.&lt;BR /&gt;&lt;BR /&gt;Erich&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 08:45:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW6-0-MC9S08DZ60-Absolute-section-overwritten/m-p/144953#M3215</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2020-10-29T08:45:54Z</dc:date>
    </item>
  </channel>
</rss>

