<?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: CW for HC(S)08 in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW-for-HC-S-08/m-p/125769#M243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Erich,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for you answer.&lt;/DIV&gt;&lt;DIV&gt;With a BAT file, I can easily program my S19 file (abs in fact).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;But with the new version of HIWAVE, I have a windows where I must click "Connect" to continue (with the HIWAVE of the CW3.1, this windows could be hidden...).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Ideally, which I'd like to do, is execute a BAT file without any other windows (HIWAVE..) opening.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Yvan&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Feb 2006 17:06:26 GMT</pubDate>
    <dc:creator>yb</dc:creator>
    <dc:date>2006-02-03T17:06:26Z</dc:date>
    <item>
      <title>CW for HC(S)08</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW-for-HC-S-08/m-p/125767#M241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;Is there a command line to program a S19 file in a 9S08 with BDM pod without execute CW ?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Yvan&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 16:04:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW-for-HC-S-08/m-p/125767#M241</guid>
      <dc:creator>yb</dc:creator>
      <dc:date>2006-02-02T16:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: CW for HC(S)08</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW-for-HC-S-08/m-p/125768#M242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hello,&lt;BR /&gt;I just point you into the right direction: you can launch the debugger standalone. The debugger itself is located in the prog folder, file hiwave.exe.&lt;BR /&gt;The debugger has a set of scripting/command files.&lt;BR /&gt;Basically what you need to do is to load the right configuration file (usually a project.ini). Such a file is created as well if you create a project in CodeWarrior using the new project/stationery wizard.&lt;BR /&gt;&lt;BR /&gt;Simply launch the hiwave.exe with the corresponding .ini/configuration file, e.g.&lt;BR /&gt;hiwave.exe -prod=myconfig.ini&lt;BR /&gt;(see as well the other launch options described in the manual).&lt;BR /&gt;There is as well a -cmd option: with this you can launch additional commands, e.g. loading a S-Record to the target. There are many commands available/described in the manual. Especially have a look at the LOAD command:&lt;BR /&gt;&lt;BR /&gt;LOAD []&lt;BR /&gt;|&lt;BR /&gt;"[]"[CODEONLY|SYMBOLSONLY]&lt;BR /&gt;[NOPROGRESSBAR][NOBPT][NOXPR][NOPRELOADCMD][NOPOSTLOADCMD]&lt;BR /&gt;[VERIFYFIRST|VERIFYALL|VERIFYONLY]&lt;BR /&gt;[VERIFYOPTIONS|SYMBOLSOPTIONS]&lt;BR /&gt;[AUTOERASEANDFLASH]&lt;BR /&gt;[NORUNAFTERLOAD|RUNANDSTOPAFTERLOAD|RUNAFTERLOAD]&lt;BR /&gt;[DELAY]&lt;BR /&gt;&lt;BR /&gt;where you simply can pass a .s19 file to it.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Erich&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 16:50:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW-for-HC-S-08/m-p/125768#M242</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2006-02-02T16:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: CW for HC(S)08</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW-for-HC-S-08/m-p/125769#M243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Erich,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for you answer.&lt;/DIV&gt;&lt;DIV&gt;With a BAT file, I can easily program my S19 file (abs in fact).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;But with the new version of HIWAVE, I have a windows where I must click "Connect" to continue (with the HIWAVE of the CW3.1, this windows could be hidden...).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Ideally, which I'd like to do, is execute a BAT file without any other windows (HIWAVE..) opening.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Yvan&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2006 17:06:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CW-for-HC-S-08/m-p/125769#M243</guid>
      <dc:creator>yb</dc:creator>
      <dc:date>2006-02-03T17:06:26Z</dc:date>
    </item>
  </channel>
</rss>

