<?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: Update CW6.0 Project to CW6.1 in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Update-CW6-0-Project-to-CW6-1/m-p/149783#M3527</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello Dave,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Presumably, when the project was upgraded to use CW 6.1, it reverted to using the default PRM file.&amp;nbsp; Had you changed anything else in this file, apart from STACKSIZE?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Mac&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Apr 2008 12:55:14 GMT</pubDate>
    <dc:creator>bigmac</dc:creator>
    <dc:date>2008-04-24T12:55:14Z</dc:date>
    <item>
      <title>Update CW6.0 Project to CW6.1</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Update-CW6-0-Project-to-CW6-1/m-p/149781#M3525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Hello All,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;OK I just comitted the ultimate developer mistake, I upgraded my dev tools in the middle of my project and now my project is broken.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am working on a project for the 9S08AW60 microcontroller and using Special Edition CW6.0 everything was fine.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I also own a full license to CW for DSC56800E and that was recently upgraded to the develpers suite which includes a full license to CW for Microcontrollers.&amp;nbsp; My project was approaching the 32K limit of Special Edition so I thought might as well take advantage of the new license and upgrade.&amp;nbsp; So I downloaded the latest CW (6.1) and when I went to install I nticed I only had 1.5GB of space availible on my HD so I uninstalled 6.0 so I would have space for the new version.&amp;nbsp; All went fine with the uninstall - install process.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Now when I opened my existing project for the first time under CW6.1 I imeediately got an error in my&amp;nbsp;CPU bean that said my interupt vector table was mapped incorrectly to address 0000.&amp;nbsp; So I looked up the proper location and entered 0xFFC0 as the start of the table (page 70 in the datasheet).&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Now my code generates and compiles without any errors and the application appears to run.&amp;nbsp; But something is wrong with the memory settings because a few of my variables are getting stepped on by some routine.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;My questions:&lt;/DIV&gt;&lt;DIV&gt;Has anyone had an issue with upgrading their project from CW6.0 to CW 6.1?&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Has anyone seen this issue before and what fixed it on your end?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;What memory mappings seemed to get changed when upgrading rom CW6.0 to CW6.1?&amp;nbsp; I did not do anything special with memory in CW6.0 so as far as I know everything was set to defaults so I did not expect any issues in this area.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Anyone have a link to download CW6.0?&amp;nbsp; This is worst case but might be my only option.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Any tips would be greatly appreciated.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;Dave&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Message Edited by v_dave on &lt;/SPAN&gt;&lt;SPAN class="date_text"&gt;2008-04-23&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;11:04 AM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 01:04:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Update-CW6-0-Project-to-CW6-1/m-p/149781#M3525</guid>
      <dc:creator>v_dave</dc:creator>
      <dc:date>2008-04-24T01:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Update CW6.0 Project to CW6.1</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Update-CW6-0-Project-to-CW6-1/m-p/149782#M3526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello All,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;OK I just figured out the problem.&amp;nbsp; I was lucky that I found an old copy of my project that I had emailed to my colleague (from a couple days before the upgrade).&amp;nbsp; I opened the .map file and compared it to my upgraded .map file and found that I had made a change to the Stack size, an increase.&amp;nbsp; Somehow when I upgraded the project the stack size was reset to the default of 128 Bytes.&amp;nbsp; I increased the stack size to the correct size and now my project works just as it did before.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Lessons to be learned here:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;1) Keep track of all the memory map settings.&lt;/DIV&gt;&lt;DIV&gt;2) When looking for a backup your Sent folder is always a good place to start looking.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks to anyone who viewed and thought about a solution.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 05:54:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Update-CW6-0-Project-to-CW6-1/m-p/149782#M3526</guid>
      <dc:creator>v_dave</dc:creator>
      <dc:date>2008-04-24T05:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Update CW6.0 Project to CW6.1</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Update-CW6-0-Project-to-CW6-1/m-p/149783#M3527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello Dave,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Presumably, when the project was upgraded to use CW 6.1, it reverted to using the default PRM file.&amp;nbsp; Had you changed anything else in this file, apart from STACKSIZE?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Mac&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 12:55:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Update-CW6-0-Project-to-CW6-1/m-p/149783#M3527</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2008-04-24T12:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Update CW6.0 Project to CW6.1</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Update-CW6-0-Project-to-CW6-1/m-p/149784#M3528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;HR /&gt;v_dave wrote:&lt;BR /&gt;&lt;DIV&gt;Lessons to be learned here:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;1) Keep track of all the memory map settings.&lt;/DIV&gt;&lt;DIV&gt;2) When looking for a backup your Sent folder is always a good place to start looking.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;HR /&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;DIV&gt;Another lesson, if you have variables getting stepped on a good starting point is to check for a stack overflow.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 20:09:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Update-CW6-0-Project-to-CW6-1/m-p/149784#M3528</guid>
      <dc:creator>allawtterb</dc:creator>
      <dc:date>2008-04-24T20:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Update CW6.0 Project to CW6.1</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Update-CW6-0-Project-to-CW6-1/m-p/149785#M3529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello bigmac,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The only memory segment I touched was the Stack size.&amp;nbsp; I just forgot that I did make that change so I didn't think to look there.&amp;nbsp; I was also a little surprised that moving my project from CW6.0 to CW6.1 had this effect.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I had started an SR on this issue before I found the problem.&amp;nbsp; When I reported the solution and pointed out that this was not expected all I got for a response was "Congratulations! You have solved the problem. Should you need to contact us with regard to this message, please see&lt;BR /&gt;the notes below."&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I was kind of hoping for "Congratulations you have solved the problem.&amp;nbsp; We will look into the issue of moving a project from 6.0 to 6.1 and the effects it had on your CPU bean."&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks again for the reposnse.&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 23:42:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Update-CW6-0-Project-to-CW6-1/m-p/149785#M3529</guid>
      <dc:creator>v_dave</dc:creator>
      <dc:date>2008-04-24T23:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Update CW6.0 Project to CW6.1</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Update-CW6-0-Project-to-CW6-1/m-p/149786#M3530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Hello Dave,&lt;BR /&gt;&lt;BR /&gt;We are not aware of such issue and we cannot reproduce it. Could you pleas provide your original project for us team to analyse it?&lt;BR /&gt;&lt;BR /&gt;Thank you very much&lt;BR /&gt;&lt;BR /&gt;Processor Expert Support Team&lt;BR /&gt;&lt;A href="http://www.processorexpert.com/" rel="nofollow" target="_blank"&gt;www.processorexpert.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 18:57:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Update-CW6-0-Project-to-CW6-1/m-p/149786#M3530</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2008-04-25T18:57:05Z</dc:date>
    </item>
  </channel>
</rss>

