<?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 for MCU中的主题 Re: Programming A merged file</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC08-Programming-A-merged-file/m-p/137949#M2129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Ok so Hiwave does not support BIN Files?&lt;BR /&gt;&lt;BR /&gt;Yes, they are raw bin files i would like to program into the flash.&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2006 01:07:33 GMT</pubDate>
    <dc:creator>Saga</dc:creator>
    <dc:date>2006-11-28T01:07:33Z</dc:date>
    <item>
      <title>HC08: Programming A merged file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC08-Programming-A-merged-file/m-p/137942#M2122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi to all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to use hiwave to program a s19 file (using its abs file) and it worked without any problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem now is that i have a BIN file produced by joining to bin different files (the bootloader and the main app), and this BIN file does not has an ABS file associated with it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, what I'm wanting to do is to use hiwave (or any application) to program my uC with this merged BIN File, could you please help me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm kinda lost with this program (hiwave) it does not has any program instruction so you can put it directly into the flash of the uC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you guys i will still finding out how to do this.&lt;/SPAN&gt;&lt;P&gt;Message Edited by CrasyCat on &lt;SPAN class="date_text"&gt;2007-04-13&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;11:42 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Nov 2006 00:49:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC08-Programming-A-merged-file/m-p/137942#M2122</guid>
      <dc:creator>Saga</dc:creator>
      <dc:date>2006-11-25T00:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Programming A merged file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC08-Programming-A-merged-file/m-p/137943#M2123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Saga,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;What is the bin format ?&lt;/DIV&gt;&lt;DIV&gt;You can program without an abs file just by:&lt;/DIV&gt;&lt;DIV&gt;- starting the debugger,&lt;/DIV&gt;&lt;DIV&gt;- connecting to the target with your cable&lt;/DIV&gt;&lt;DIV&gt;- go into the target menu&lt;/DIV&gt;&lt;DIV&gt;- click load and select your soft.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;For S12 and ICD12 target, go to Flash menu of the target.&lt;/DIV&gt;&lt;DIV&gt;- Select all memory zones.&lt;/DIV&gt;&lt;DIV&gt;- Select Erase,&lt;/DIV&gt;&lt;DIV&gt;- Select all memory zones&lt;/DIV&gt;&lt;DIV&gt;- Click on Load&lt;/DIV&gt;&lt;DIV&gt;- Selext your soft and that's it.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I'm off to bed now &lt;IMG alt=":smileytongue:" class="emoticon emoticon-smileytongue" id="smileytongue" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-tongue.gif" title="Smiley Tongue" /&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Cheers,&lt;/DIV&gt;&lt;DIV&gt;Alban.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Nov 2006 07:54:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC08-Programming-A-merged-file/m-p/137943#M2123</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2006-11-25T07:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Programming A merged file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC08-Programming-A-merged-file/m-p/137944#M2124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The MCU is a 9S08DZ60!&lt;BR /&gt;&lt;BR /&gt;I do the steps you told me (for a while) it seems just logical... and i choose a bin or a S19 file... and it just tells me&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Error: Loading failed!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And a popup window (like a messagebox) that says LOADING FAILED without any information... This is the first time we are working with freescale products so we don't know well what to do. Thank you for your attention guys.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Nov 2006 08:03:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC08-Programming-A-merged-file/m-p/137944#M2124</guid>
      <dc:creator>Saga</dc:creator>
      <dc:date>2006-11-25T08:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Programming A merged file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC08-Programming-A-merged-file/m-p/137945#M2125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Saga,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Refer to here:&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="http://forums.freescale.com/freescale/board/message?board.id=CWCOMM&amp;amp;message.id=3093" target="_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=CWCOMM&amp;amp;message.id=3093&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;And again, what is a BIN file? Is it just a raw binary image file? Where should it be loaded? Freescale MPU flash never starts at address 0.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;DIV&gt;Peg&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Nov 2006 08:53:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC08-Programming-A-merged-file/m-p/137945#M2125</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2006-11-25T08:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Programming A merged file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC08-Programming-A-merged-file/m-p/137946#M2126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;HI-WAVE is able to load ELF DWARF, S record or Intel Hex files.&lt;/DIV&gt;&lt;DIV&gt;It does not support bin files (Whatever format that is).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If you wish to&amp;nbsp;merge several&amp;nbsp; S record files, you can use the command HEXFILE in your main application .prm file.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;This command will add code from the specified S record file to the application.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please refer to the Build_Tools_Utilities.pdf manual for more information on that command.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 18:00:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC08-Programming-A-merged-file/m-p/137946#M2126</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2006-11-27T18:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Programming A merged file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC08-Programming-A-merged-file/m-p/137947#M2127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Hello Saga,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;You might convert your binary image file to S19 format, using a separate utility.&amp;nbsp; An internet search will reveal the existence of a number of conversion programs.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;I downloaded one from the P&amp;amp;E website named bin2s19.exe.&amp;nbsp; This simple program requests entry of the start address of the binary block, and generates a S19 file with 16 bytes per line.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Another utility program bin2mot.exe, has more options available, but produces an output file with 32 bytes&amp;nbsp;encoded in each line.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Regards,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Mac&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 20:39:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC08-Programming-A-merged-file/m-p/137947#M2127</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2006-11-27T20:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Programming A merged file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC08-Programming-A-merged-file/m-p/137948#M2128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi peg, Thanks for your response, actually i opened the thread you referred me to &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 01:06:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC08-Programming-A-merged-file/m-p/137948#M2128</guid>
      <dc:creator>Saga</dc:creator>
      <dc:date>2006-11-28T01:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Programming A merged file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC08-Programming-A-merged-file/m-p/137949#M2129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Ok so Hiwave does not support BIN Files?&lt;BR /&gt;&lt;BR /&gt;Yes, they are raw bin files i would like to program into the flash.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 01:07:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC08-Programming-A-merged-file/m-p/137949#M2129</guid>
      <dc:creator>Saga</dc:creator>
      <dc:date>2006-11-28T01:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Programming A merged file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC08-Programming-A-merged-file/m-p/137950#M2130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Bigmac:&lt;BR /&gt;I will try those utilities and see if i can program it in S19 format. Thanks!!&lt;P&gt;Message Edited by Saga on &lt;SPAN class="date_text"&gt;2006-11-27&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;05:17 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 01:16:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC08-Programming-A-merged-file/m-p/137950#M2130</guid>
      <dc:creator>Saga</dc:creator>
      <dc:date>2006-11-28T01:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Programming A merged file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC08-Programming-A-merged-file/m-p/137951#M2131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Yes... I had to use bin2s19 application to burn it in... Case solved &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 08:11:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/HC08-Programming-A-merged-file/m-p/137951#M2131</guid>
      <dc:creator>Saga</dc:creator>
      <dc:date>2006-11-28T08:11:25Z</dc:date>
    </item>
  </channel>
</rss>

