<?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中的主题 Problem with Bootloader</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Problem-with-Bootloader/m-p/130371#M447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to use the serial bootloader on a 56f8356 with Codewarrior and the PE but it doesn't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The booloader look for the "waiting time at position 0x00002FFD but the main programm write on 0x1FFD and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not know, how change it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Mar 2006 22:09:17 GMT</pubDate>
    <dc:creator>Sealion</dc:creator>
    <dc:date>2006-03-28T22:09:17Z</dc:date>
    <item>
      <title>Problem with Bootloader</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Problem-with-Bootloader/m-p/130371#M447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to use the serial bootloader on a 56f8356 with Codewarrior and the PE but it doesn't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The booloader look for the "waiting time at position 0x00002FFD but the main programm write on 0x1FFD and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not know, how change it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 22:09:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Problem-with-Bootloader/m-p/130371#M447</guid>
      <dc:creator>Sealion</dc:creator>
      <dc:date>2006-03-28T22:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Bootloader</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Problem-with-Bootloader/m-p/130372#M448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Hello,&lt;/DIV&gt;&lt;DIV&gt;We have found this to be a bug in Processor Expert&amp;nbsp; (for&amp;nbsp;the 56F8355 and 56F8356&amp;nbsp;derivatives).&lt;/DIV&gt;&lt;DIV&gt;The problem will be fixed to the next CodeWarrior update.&lt;/DIV&gt;&lt;DIV&gt;Here is a temporary workaround&amp;nbsp;(in the application project):&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;Setup the project and generated the code.&lt;/LI&gt;&lt;LI&gt;Disable the re-generation of the linker command file by&amp;nbsp;setting the property 'Generated linker file' in Build Options tab of the active CPU bean to 'no' .&lt;/LI&gt;&lt;LI&gt;Open the linker file (&lt;EM&gt;{targetname}&lt;/EM&gt;.cmd) and find the line&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;#Serial bootloader configuration section&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.xBootCfg&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (R) : ORIGIN = 0x1FFD, LENGTH = 0x0003&lt;BR /&gt;&lt;BR /&gt;then change it to:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;#Serial bootloader configuration section&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.xBootCfg&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (R) : ORIGIN = &lt;STRONG&gt;0x2FFD&lt;/STRONG&gt;, LENGTH = 0x0003&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The only problem is, if&amp;nbsp;you would need to change the memory layout or other linker-file related options, you would need to re-generate the linker file and make this&amp;nbsp;change again.&lt;/P&gt;&lt;P&gt;Please let us know, if you will need further help.&lt;/P&gt;&lt;DIV&gt;best regards&lt;/DIV&gt;&lt;DIV&gt;Petr Hradsky&lt;/DIV&gt;&lt;DIV&gt;Processor Expert Support Team&lt;/DIV&gt;&lt;DIV&gt;UNIS&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2006 20:07:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Problem-with-Bootloader/m-p/130372#M448</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2006-03-30T20:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Bootloader</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Problem-with-Bootloader/m-p/130373#M449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Obviously I've run into the same problem (65F8356). I'm using toolchain 6.1 and I'm wondering where to get an update for that. Or would I have to upgrade to a complete new version, like 8.11? Would that still be included with the licence for 6.1? Any help on this is highly appreciated.&lt;BR /&gt;&lt;BR /&gt;My best,&lt;BR /&gt;Andy.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 16:09:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Problem-with-Bootloader/m-p/130373#M449</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2007-09-18T16:09:56Z</dc:date>
    </item>
  </channel>
</rss>

