<?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: Migrating from DP256 to DP512 in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Migrating-from-DP256-to-DP512/m-p/137850#M2089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hiya,&lt;BR /&gt;&lt;BR /&gt;My turn to do an add-on.&lt;BR /&gt;Do check the Errata Sheet for the mask you will be using to make sure your code will work on the other device. Or a bug is corrected and the code might stop working (usually workaround still work when erratum is fixed though).&lt;BR /&gt;&lt;BR /&gt;Better safe than losing time because of a glitch in the MCU.&lt;BR /&gt;&lt;BR /&gt;&lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" id="smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt;&lt;BR /&gt;&lt;BR /&gt;Alban.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2007 17:57:10 GMT</pubDate>
    <dc:creator>Alban</dc:creator>
    <dc:date>2007-06-25T17:57:10Z</dc:date>
    <item>
      <title>Migrating from DP256 to DP512</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Migrating-from-DP256-to-DP512/m-p/137847#M2086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I've several CW projects that are for the HCS12DP256 - which has become obselete - so I'm moving over to the HCS12DP512.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Question is - do I need to tell CW about this change - and if so - what do I need to change ?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Many Thanks&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Andy&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 15:57:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Migrating-from-DP256-to-DP512/m-p/137847#M2086</guid>
      <dc:creator>AndyUK</dc:creator>
      <dc:date>2007-06-22T15:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from DP256 to DP512</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Migrating-from-DP256-to-DP512/m-p/137848#M2087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;1) Be sure to change your derivative include file to MC9S12dp512.h, and if using assembly, MC9S12dp512.inc.&lt;BR /&gt;2) Be sure to change your PRM file so as to handle the new address ranges.&lt;BR /&gt;3) Check your vector.c file to ensure the device interrupts match.&lt;BR /&gt;&lt;BR /&gt;You're going to find out real quick if you've factored your code to hide all hardware dependencies behind symbolics that the header files should automagically correct for you. Good luck.&lt;BR /&gt;&lt;BR /&gt;---Tom&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 21:49:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Migrating-from-DP256-to-DP512/m-p/137848#M2087</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2007-06-22T21:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from DP256 to DP512</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Migrating-from-DP256-to-DP512/m-p/137849#M2088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Just an add-on on Tom's answer.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In the debugger you need to change the MCU and let the debugger know you are now using a HCS12DP512.&lt;/DIV&gt;&lt;DIV&gt;Otherwise you might get into trouble when you try to program the flash.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 14:48:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Migrating-from-DP256-to-DP512/m-p/137849#M2088</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2007-06-25T14:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from DP256 to DP512</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Migrating-from-DP256-to-DP512/m-p/137850#M2089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hiya,&lt;BR /&gt;&lt;BR /&gt;My turn to do an add-on.&lt;BR /&gt;Do check the Errata Sheet for the mask you will be using to make sure your code will work on the other device. Or a bug is corrected and the code might stop working (usually workaround still work when erratum is fixed though).&lt;BR /&gt;&lt;BR /&gt;Better safe than losing time because of a glitch in the MCU.&lt;BR /&gt;&lt;BR /&gt;&lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" id="smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt;&lt;BR /&gt;&lt;BR /&gt;Alban.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 17:57:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Migrating-from-DP256-to-DP512/m-p/137850#M2089</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2007-06-25T17:57:10Z</dc:date>
    </item>
  </channel>
</rss>

