<?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>Classic/Legacy CodeWarriorのトピックRe: Download without debugging</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Download-without-debugging/m-p/152340#M2174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Witztronics wrote:&lt;BR /&gt;&lt;P&gt;This isn't exactly what you want, but you can launch the debugger and program the target by a command line and avoid the Codewarrior IDE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will need to modify this according to your install location, file name and the BDM that you are using.&amp;nbsp; This statement will launch the debugger and program myfile.s19 using the HCS08OpenSourceBDM tool.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\Program Files\Freescale\CodeWarrior for Microcontrollers V6.2\prog\hiwave.exe" C:\&lt;BR /&gt;myfile.s19 -Target=HCS08OpenSourceBDM&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried this. By tweaking the project.ini file&amp;nbsp;the debugger&amp;nbsp;can run minimized. By giving the command "exit" in the preload.cmd file, the debugger is closed again as soon as the programming is done. This way almost only CPROG08Sz is run through the debugger. I also feels quicker than running CPROG08Sz with scriptfile separately, although I haven't measured.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Håkan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2009 17:06:00 GMT</pubDate>
    <dc:creator>crane</dc:creator>
    <dc:date>2009-11-10T17:06:00Z</dc:date>
    <item>
      <title>Download without debugging</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Download-without-debugging/m-p/152336#M2170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a utility in Codewarrior for downloading the code to the target without running the debugger. Preferrably command line style, for production programming.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We use the P&amp;amp;E_ML-12 USB multilink device and obviosly the IDE supports it. I know it is possible to buy the sw from P&amp;amp;E, either freestanding or dll's. But I thought that since we've already have the codewarrior licences which utilize these dll's there might be a way of calling them that way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Håkan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 18:18:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Download-without-debugging/m-p/152336#M2170</guid>
      <dc:creator>crane</dc:creator>
      <dc:date>2009-11-06T18:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Download without debugging</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Download-without-debugging/m-p/152337#M2171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Easiest soluton is to buy a "Cyclone Pro" from P&amp;amp;E. This is basically a Multilink with additional production download possibilities. Once the programs are stored in it, you can use it without a PC attached.&lt;BR /&gt;&lt;BR /&gt;I'm using this myself and it is a very good solution, especially since I don't want to give the production the possibilities to fiddle around with download software, or god forbid: download the program straight from the source code.&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 21:12:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Download-without-debugging/m-p/152337#M2171</guid>
      <dc:creator>Lundin</dc:creator>
      <dc:date>2009-11-06T21:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Download without debugging</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Download-without-debugging/m-p/152338#M2172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thanks for the advice, but if it is not possible to download via Codewarrior, we'll probably buy the dll package and wrap it in our testrig software. We have used the CPROG12z program before, but it is a bit annoying to execute a freestanding sw that opens a status window and it is slow.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 21:23:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Download-without-debugging/m-p/152338#M2172</guid>
      <dc:creator>crane</dc:creator>
      <dc:date>2009-11-06T21:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Download without debugging</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Download-without-debugging/m-p/152339#M2173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This isn't exactly what you want, but you can launch the debugger and program the target by a command line and avoid the Codewarrior IDE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will need to modify this according to your install location, file name and the BDM that you are using.&amp;nbsp; This statement will launch the debugger and program myfile.s19 using the HCS08OpenSourceBDM tool.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\Program Files\Freescale\CodeWarrior for Microcontrollers V6.2\prog\hiwave.exe" C:\&lt;BR /&gt;myfile.s19 -Target=HCS08OpenSourceBDM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 02:13:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Download-without-debugging/m-p/152339#M2173</guid>
      <dc:creator>Witztronics</dc:creator>
      <dc:date>2009-11-10T02:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Download without debugging</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Download-without-debugging/m-p/152340#M2174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Witztronics wrote:&lt;BR /&gt;&lt;P&gt;This isn't exactly what you want, but you can launch the debugger and program the target by a command line and avoid the Codewarrior IDE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will need to modify this according to your install location, file name and the BDM that you are using.&amp;nbsp; This statement will launch the debugger and program myfile.s19 using the HCS08OpenSourceBDM tool.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\Program Files\Freescale\CodeWarrior for Microcontrollers V6.2\prog\hiwave.exe" C:\&lt;BR /&gt;myfile.s19 -Target=HCS08OpenSourceBDM&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried this. By tweaking the project.ini file&amp;nbsp;the debugger&amp;nbsp;can run minimized. By giving the command "exit" in the preload.cmd file, the debugger is closed again as soon as the programming is done. This way almost only CPROG08Sz is run through the debugger. I also feels quicker than running CPROG08Sz with scriptfile separately, although I haven't measured.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Håkan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 17:06:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Download-without-debugging/m-p/152340#M2174</guid>
      <dc:creator>crane</dc:creator>
      <dc:date>2009-11-10T17:06:00Z</dc:date>
    </item>
  </channel>
</rss>

