<?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: Include S-File in Project? in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Include-S-File-in-Project/m-p/206239#M5745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thank you very much, works perfectly well &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;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&amp;nbsp;Sven&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2008 23:46:18 GMT</pubDate>
    <dc:creator>Kopone</dc:creator>
    <dc:date>2008-12-03T23:46:18Z</dc:date>
    <item>
      <title>Include S-File in Project?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Include-S-File-in-Project/m-p/206237#M5743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is it possible, on CW 6.2 for Coldfire V1, to include an S-Record file into an existing project?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;E.g. I got a block of data, say a startupscreen or whatever, which is to be stored at a certain address in the Flash memory and I already got that stored in an S-Record file (including the target address of course).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I somehow include this file into my project so that it gets flashed along with the program when I call the debugger?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If not, what would be the alternatives?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;Sven&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Nov 2008 09:33:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Include-S-File-in-Project/m-p/206237#M5743</guid>
      <dc:creator>Kopone</dc:creator>
      <dc:date>2008-11-29T09:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Include S-File in Project?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Include-S-File-in-Project/m-p/206238#M5744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Hi Kopone,&lt;BR /&gt;&lt;BR /&gt;You could try to use sequence of debugger commands below placed into *_Postload.cmd command file.&lt;BR /&gt;Each time a code is loaded into MCU this script is executed. This cmd file is usually located here:&lt;BR /&gt;&amp;nbsp;{Project directory}\cmd\CFV1_BDM_P&amp;amp;E_Multilink_CyclonePro_Postload.cmd&lt;BR /&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;FONT color="#0000CC"&gt;&lt;B&gt;&lt;BR /&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;FONT color="#3300FF" face="Courier New"&gt;&lt;FONT color="#0000CC"&gt;&lt;B&gt;// After load the commands written below will be executed&lt;BR /&gt;&lt;BR /&gt;flash&lt;BR /&gt;flash select 0&lt;BR /&gt;flash arm&lt;BR /&gt;srec MyData.s19&amp;nbsp;&amp;nbsp; // replace "MyData.s19" by your s-record&lt;BR /&gt;flash disarm&lt;BR /&gt;flash unselect&lt;BR /&gt;reset&lt;/B&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Stanish&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 21:28:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Include-S-File-in-Project/m-p/206238#M5744</guid>
      <dc:creator>stanish</dc:creator>
      <dc:date>2008-12-01T21:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Include S-File in Project?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Include-S-File-in-Project/m-p/206239#M5745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thank you very much, works perfectly well &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;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&amp;nbsp;Sven&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 23:46:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Include-S-File-in-Project/m-p/206239#M5745</guid>
      <dc:creator>Kopone</dc:creator>
      <dc:date>2008-12-03T23:46:18Z</dc:date>
    </item>
  </channel>
</rss>

