<?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: TCL Script in Codewarrior for MCU? in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/TCL-Script-in-Codewarrior-for-MCU/m-p/295556#M10697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to follow the examples in the tutorials but it isn't working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CodeWarrior Debugger Shell v1.0&lt;BR /&gt;%&amp;gt;source C:\scriptErase.tcl&lt;BR /&gt;cmdwin::fl::disconnect &lt;BR /&gt;cmdwin::fl::target -lc LC for Simple Flash &lt;BR /&gt;cmdwin::fl::target -b 0x1fff0000 0x20000 &lt;BR /&gt;cmdwin::fl::target -v off -l off &lt;BR /&gt;cmdwin::fl::device -d FTFE_PFlash512 -o 64Kx64x1 -a 0x0 0x7ffff &lt;BR /&gt;cmdwin::fl::erase all &lt;BR /&gt;Flash Programmer internal error: connection list is empty &lt;BR /&gt; Beginning Operation ...&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;------------------------- &lt;BR /&gt;Error:&amp;nbsp; Operation failed.&amp;nbsp; CodeWarrior Plugin is unable to open file "P3-PFlash.elf"&lt;BR /&gt; &lt;BR /&gt;in "C:\Freescale\CW MCU v10.5\MCU\bin\Plugins\Support\Flash_Programmer" directory. &lt;BR /&gt;Please make sure the file exists and is readable. &lt;BR /&gt;Error:&amp;nbsp; Couldn't open flash driver file.&amp;nbsp;&amp;nbsp; &lt;BR /&gt;Error: Operation failed.CodeWarrior Plugin is unable to open file "P3-PFlash.elf" &lt;BR /&gt;in "C:\Freescale\CW MCU v10.5\MCU\bin\Plugins\Support\Flash_Programmer" directory. &lt;BR /&gt;Please make sure the file exists and is readable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can't open the "P3-PFlash.elf" file but it is in "C:\Freescale\CW MCU v10.5\MCU\bin\Plugins\Support\Flash_Programmer\ARM_EABI" instead of "C:\Freescale\CW MCU v10.5\MCU\bin\Plugins\Support\Flash_Programmer".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could i solve this Error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rui Faria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2014 14:19:29 GMT</pubDate>
    <dc:creator>RuiFaria</dc:creator>
    <dc:date>2014-04-16T14:19:29Z</dc:date>
    <item>
      <title>TCL Script in Codewarrior for MCU?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/TCL-Script-in-Codewarrior-for-MCU/m-p/295554#M10695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Codewarrior v10.5 for kinetis K70 but before i used Codewarrior Classic for M52259.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to use TCL Script in Codewarrior for MCU or something equivalent?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like we use in Classic by calling CmdIDE.exe.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rui Faria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 10:07:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/TCL-Script-in-Codewarrior-for-MCU/m-p/295554#M10695</guid>
      <dc:creator>RuiFaria</dc:creator>
      <dc:date>2014-04-14T10:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: TCL Script in Codewarrior for MCU?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/TCL-Script-in-Codewarrior-for-MCU/m-p/295555#M10696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rui:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to check the next excellent tutorials by colleague Erich Styger, containing a bunch of information about scripting and Command Line programming/debugging:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2012/04/12/scripting-the-debugger-shell-getting-started/" title="http://mcuoneclipse.com/2012/04/12/scripting-the-debugger-shell-getting-started/"&gt;Scripting: The Debugger Shell, Getting started… | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2012/07/29/debugger-shell-test-automation/" title="http://mcuoneclipse.com/2012/07/29/debugger-shell-test-automation/"&gt;Debugger Shell: Test Automation | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2013/10/26/eclipse-command-line-code-generation-with-processor-expert/" title="http://mcuoneclipse.com/2013/10/26/eclipse-command-line-code-generation-with-processor-expert/"&gt;Eclipse Command Line Code Generation with Processor Expert | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2012/08/03/codewarrior-flash-programming-from-a-dos-shell/" title="http://mcuoneclipse.com/2012/08/03/codewarrior-flash-programming-from-a-dos-shell/"&gt;CodeWarrior Flash Programming from a DOS Shell | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you will find them very useful.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!,&lt;BR /&gt;Jorge Gonzalez&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 15:22:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/TCL-Script-in-Codewarrior-for-MCU/m-p/295555#M10696</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-04-15T15:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: TCL Script in Codewarrior for MCU?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/TCL-Script-in-Codewarrior-for-MCU/m-p/295556#M10697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to follow the examples in the tutorials but it isn't working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CodeWarrior Debugger Shell v1.0&lt;BR /&gt;%&amp;gt;source C:\scriptErase.tcl&lt;BR /&gt;cmdwin::fl::disconnect &lt;BR /&gt;cmdwin::fl::target -lc LC for Simple Flash &lt;BR /&gt;cmdwin::fl::target -b 0x1fff0000 0x20000 &lt;BR /&gt;cmdwin::fl::target -v off -l off &lt;BR /&gt;cmdwin::fl::device -d FTFE_PFlash512 -o 64Kx64x1 -a 0x0 0x7ffff &lt;BR /&gt;cmdwin::fl::erase all &lt;BR /&gt;Flash Programmer internal error: connection list is empty &lt;BR /&gt; Beginning Operation ...&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;------------------------- &lt;BR /&gt;Error:&amp;nbsp; Operation failed.&amp;nbsp; CodeWarrior Plugin is unable to open file "P3-PFlash.elf"&lt;BR /&gt; &lt;BR /&gt;in "C:\Freescale\CW MCU v10.5\MCU\bin\Plugins\Support\Flash_Programmer" directory. &lt;BR /&gt;Please make sure the file exists and is readable. &lt;BR /&gt;Error:&amp;nbsp; Couldn't open flash driver file.&amp;nbsp;&amp;nbsp; &lt;BR /&gt;Error: Operation failed.CodeWarrior Plugin is unable to open file "P3-PFlash.elf" &lt;BR /&gt;in "C:\Freescale\CW MCU v10.5\MCU\bin\Plugins\Support\Flash_Programmer" directory. &lt;BR /&gt;Please make sure the file exists and is readable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can't open the "P3-PFlash.elf" file but it is in "C:\Freescale\CW MCU v10.5\MCU\bin\Plugins\Support\Flash_Programmer\ARM_EABI" instead of "C:\Freescale\CW MCU v10.5\MCU\bin\Plugins\Support\Flash_Programmer".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could i solve this Error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rui Faria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 14:19:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/TCL-Script-in-Codewarrior-for-MCU/m-p/295556#M10697</guid>
      <dc:creator>RuiFaria</dc:creator>
      <dc:date>2014-04-16T14:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: TCL Script in Codewarrior for MCU?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/TCL-Script-in-Codewarrior-for-MCU/m-p/295557#M10698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rui:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those errors are indeed strange and I have not played much with the scripts, so I have no clue right now, sorry. But if I think of something I will let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge_Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2014 14:11:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/TCL-Script-in-Codewarrior-for-MCU/m-p/295557#M10698</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-04-19T14:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: TCL Script in Codewarrior for MCU?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/TCL-Script-in-Codewarrior-for-MCU/m-p/295558#M10699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I solve the problem by creating a new DEBUG CONFIGURATION and name it “LC for Simple Flash”.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i still having problems in unprotect and unsecure my K70 using TCL scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rui Faria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 08:42:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/TCL-Script-in-Codewarrior-for-MCU/m-p/295558#M10699</guid>
      <dc:creator>RuiFaria</dc:creator>
      <dc:date>2014-04-21T08:42:52Z</dc:date>
    </item>
  </channel>
</rss>

