<?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: How to Verify the code in my MC9S08QE8</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Verify-the-code-in-my-MC9S08QE8/m-p/171296#M5290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CrasyCat,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply on this matter.&amp;nbsp; Between your response and my research I finally figured out how to verify the code.&amp;nbsp;&amp;nbsp; I was looking for a "verify" button but I quickly figured out it was a little more involved.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Renee&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2011 02:40:20 GMT</pubDate>
    <dc:creator>rlstraney</dc:creator>
    <dc:date>2011-10-06T02:40:20Z</dc:date>
    <item>
      <title>How to Verify the code in my MC9S08QE8</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Verify-the-code-in-my-MC9S08QE8/m-p/171294#M5288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry to ask such a very simple question:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the P&amp;amp;E Multilink USB-ML-12E connected to my board and it works.&amp;nbsp; Now I need to know how to verify code that is on the board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Background:&amp;nbsp; I downloaded code into my&amp;nbsp; &lt;STRONG&gt;MC9S08QE8&lt;/STRONG&gt; a couple months ago. &amp;nbsp; Now I want to go back and compile the source code I have and make sure it was the source code that generated what I downloaded into the MC9S08QE8 at that time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not want to download the code I am now compiling - just verify that it matches what is in the chip.&amp;nbsp;&amp;nbsp; I am using codewarrior V10.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Renee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 02:35:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Verify-the-code-in-my-MC9S08QE8/m-p/171294#M5288</guid>
      <dc:creator>rlstraney</dc:creator>
      <dc:date>2011-10-02T02:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Verify the code in my MC9S08QE8</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Verify-the-code-in-my-MC9S08QE8/m-p/171295#M5289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you consider using a connect launch configuration and dumping memory content to a file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order to define a Connect launch configuration follow these steps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; 1- In CodeWarrior MCU V10 open the &lt;EM&gt;&lt;STRONG&gt;Debug Configuration&lt;/STRONG&gt;&lt;/EM&gt; dialog (Select &lt;STRONG&gt;&lt;EM&gt;Run&lt;/EM&gt;&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;&lt;EM&gt;Debug Configuration&lt;/EM&gt;&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2- Click on &lt;EM&gt;CodeWarrior Connect&lt;/EM&gt; on the left hand side of the dialog.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3- Click on the &lt;STRONG&gt;&lt;EM&gt;New Launch Configuration&lt;/EM&gt;&lt;/STRONG&gt; icon to create a Connect Launch Configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is&amp;nbsp;the first icon to the left.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4- In the main tab specify the Project and System the launch configuration applies to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5- Specify a name for your launch configuration (this will be the name of the .launch file)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;6- Switch to the Common tab and check &lt;EM&gt;&lt;STRONG&gt;Shared file&lt;/STRONG&gt;&lt;/EM&gt;. Then browse for {ProjectDir}\Project_Settings\Debugger&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; in the edit box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7- Click &lt;STRONG&gt;&lt;EM&gt;Apply&lt;/EM&gt;&lt;/STRONG&gt;. Your Connect Launch Configuration is created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Now Click debug to connect to your board. This should not erase the flash.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you are there you can open a Debugger shell view (Select &lt;STRONG&gt;&lt;EM&gt;Window&lt;/EM&gt;&lt;/STRONG&gt; &amp;gt; &lt;EM&gt;&lt;STRONG&gt;Show View&lt;/STRONG&gt;&lt;/EM&gt; &amp;gt; &lt;EM&gt;&lt;STRONG&gt;Other&lt;/STRONG&gt;&lt;/EM&gt; &amp;gt; &lt;EM&gt;&lt;STRONG&gt;Debug&lt;/STRONG&gt;&lt;/EM&gt; &amp;gt; &lt;EM&gt;&lt;STRONG&gt;Debugger&lt;/STRONG&gt;&lt;/EM&gt; &lt;EM&gt;&lt;STRONG&gt;Shell&lt;/STRONG&gt;&lt;/EM&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the command SAVE to save content of memory as Motorola S record file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refer to {Install}\MCU\Help|PDF\Targeting Microcontrollers.pdf manual, chapter Scripting, section Microcontrontrollers-Specific HIWARE Commands for more info about the syntax of this command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively just type help save in&amp;nbsp;the debugger shell view.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you prefer using a GUI to dump memory content you can define a Target Task of type Import/Export/Fill memory to retrieve&amp;nbsp;the content of memory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There &amp;nbsp;are some information on target task in the Targeting Microcontrollers.pdf manual as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Search for Creating Target Task to Import Memory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 15:40:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Verify-the-code-in-my-MC9S08QE8/m-p/171295#M5289</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2011-10-04T15:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to Verify the code in my MC9S08QE8</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Verify-the-code-in-my-MC9S08QE8/m-p/171296#M5290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CrasyCat,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply on this matter.&amp;nbsp; Between your response and my research I finally figured out how to verify the code.&amp;nbsp;&amp;nbsp; I was looking for a "verify" button but I quickly figured out it was a little more involved.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Renee&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 02:40:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-Verify-the-code-in-my-MC9S08QE8/m-p/171296#M5290</guid>
      <dc:creator>rlstraney</dc:creator>
      <dc:date>2011-10-06T02:40:20Z</dc:date>
    </item>
  </channel>
</rss>

