<?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: CodeWarrior 8- &amp; 16-bit tools: How do I fill unused NVM with SWI instructions ? in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-8-16-bit-tools-How-do-I-fill-unused-NVM-with-SWI/m-p/124992#M147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Thank you both, danielfriederich and alban, for the corrections.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I encourage your feedback--feel free to correct all the mistakes you can find. &lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Marc.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Mar 2006 04:20:31 GMT</pubDate>
    <dc:creator>marc_paquette</dc:creator>
    <dc:date>2006-03-01T04:20:31Z</dc:date>
    <item>
      <title>CodeWarrior 8- &amp; 16-bit tools: How do I fill unused NVM with SWI instructions ?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-8-16-bit-tools-How-do-I-fill-unused-NVM-with-SWI/m-p/124989#M144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #ff0000;"&gt;To help you find solutions to problems that have already been solved, we have posted this message. It contains an entire topic ported from a separate forum. The original message and all replies are in this single message.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Posted: Jul 22, 2004 - 11:45 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;9S12dp256B, CW V2.0, ANSI C.. I have a requirement that I fill my unused (Flash) memory with SWI commands. Is there an easier way than doing the brute force method of assigning constants to all the absolute memory addresses that need to be filled? This newbie could use some help... Thank You, in advance, for your time and patience.&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&amp;nbsp;&lt;/DIV&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;DIV&gt;&lt;STRONG&gt;Posted: Jul 22, 2004 - 04:48 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Use FILL command -- the unused ROM will be filled with 0x55.&lt;BR /&gt;Refer to SmartLinker manual under your installation.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ROM = READ_ONLY 0x4000 to 0x7FFF file 0x55&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;mw_jcheng&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2006 02:11:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-8-16-bit-tools-How-do-I-fill-unused-NVM-with-SWI/m-p/124989#M144</guid>
      <dc:creator>marc_paquette</dc:creator>
      <dc:date>2006-01-28T02:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior 8- &amp; 16-bit tools: How do I fill unused NVM with SWI instructions ?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-8-16-bit-tools-How-do-I-fill-unused-NVM-with-SWI/m-p/124990#M145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Marc, there is a little typo in your mail.&lt;BR /&gt;The linker command is FILL, and not file :smileywink:&lt;BR /&gt;&lt;BR /&gt;ROM = READ_ONLY 0x4000 to 0x7FFF FILL 0x55&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 05:35:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-8-16-bit-tools-How-do-I-fill-unused-NVM-with-SWI/m-p/124990#M145</guid>
      <dc:creator>danielfriederic</dc:creator>
      <dc:date>2006-02-01T05:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior 8- &amp; 16-bit tools: How do I fill unused NVM with SWI instructions ?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-8-16-bit-tools-How-do-I-fill-unused-NVM-with-SWI/m-p/124991#M146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Also, 0x55 is not SWI. &lt;STRONG&gt;0x3F is SWI for S12&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Alban.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2006 01:25:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-8-16-bit-tools-How-do-I-fill-unused-NVM-with-SWI/m-p/124991#M146</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2006-02-10T01:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior 8- &amp; 16-bit tools: How do I fill unused NVM with SWI instructions ?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-8-16-bit-tools-How-do-I-fill-unused-NVM-with-SWI/m-p/124992#M147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Thank you both, danielfriederich and alban, for the corrections.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I encourage your feedback--feel free to correct all the mistakes you can find. &lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Marc.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 04:20:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-8-16-bit-tools-How-do-I-fill-unused-NVM-with-SWI/m-p/124992#M147</guid>
      <dc:creator>marc_paquette</dc:creator>
      <dc:date>2006-03-01T04:20:31Z</dc:date>
    </item>
  </channel>
</rss>

