<?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>S12 / MagniV MicrocontrollersのトピックRe: why &amp;quot;contradictory&amp;quot;?</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S19-full-file-generation-MC9S12dp512/m-p/208053#M8516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;What is not clear, is what are you merging with?&lt;BR /&gt;What code is on the target that is not in your project?&lt;BR /&gt;Are there two different projects that get loaded on the target?&lt;BR /&gt;Is there a bootloader on the target?&lt;BR /&gt;Please excuse me, I have not hear of such a procedure before.&amp;nbsp; I don't understand what code in on the target, but not in your project, as only code in your project should have been loaded to the target.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Mar 2008 22:32:18 GMT</pubDate>
    <dc:creator>JimDon</dc:creator>
    <dc:date>2008-03-31T22:32:18Z</dc:date>
    <item>
      <title>S19 full file generation - MC9S12dp512</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S19-full-file-generation-MC9S12dp512/m-p/208046#M8509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;I've inherit any project transfered in tast from MC9S12dp256 to MC9S12dp512 and from any previos version of&amp;nbsp;the CodeWarrior IDE to version 5.7. The project passes the build process seccessfully and run in the debugger as needed,but in *.phy - file I see only part of builded programm. What must I to do for full S19 file receiving.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Added p/n to subject. &amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Message Edited by NLFSJ on &lt;/SPAN&gt;&lt;SPAN class="date_text"&gt;2008-03-31&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;09:43 AM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 17:40:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S19-full-file-generation-MC9S12dp512/m-p/208046#M8509</guid>
      <dc:creator>IgorN</dc:creator>
      <dc:date>2008-03-31T17:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: S19 full file generation</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S19-full-file-generation-MC9S12dp512/m-p/208047#M8510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;What code is missing?&lt;BR /&gt;&lt;BR /&gt;Did you know that if a function is never called, that the linker will not inlcude it in the .S19. Also if a data location is never referenced, it will not be in the .s19 file either. So just because it is in the "C" file does not mean it will be linker.&lt;BR /&gt;&lt;BR /&gt;Examine the map file. At the bottom there is a call graph, that shows which functions call which other functions. All the functions that were used should be linked.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 20:18:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S19-full-file-generation-MC9S12dp512/m-p/208047#M8510</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2008-03-31T20:18:58Z</dc:date>
    </item>
    <item>
      <title>No, used code is missing</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S19-full-file-generation-MC9S12dp512/m-p/208048#M8511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;All that are placed at adresses before 0x0FE700. And I'm needing&amp;nbsp;a full file for deployment&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 20:32:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S19-full-file-generation-MC9S12dp512/m-p/208048#M8511</guid>
      <dc:creator>IgorN</dc:creator>
      <dc:date>2008-03-31T20:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: No, used code is missing</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S19-full-file-generation-MC9S12dp512/m-p/208049#M8512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Ok, when you moved to the 512 did you recreated the project as a 512 project?&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 20:51:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S19-full-file-generation-MC9S12dp512/m-p/208049#M8512</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2008-03-31T20:51:14Z</dc:date>
    </item>
    <item>
      <title>It was done before me</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S19-full-file-generation-MC9S12dp512/m-p/208050#M8513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I don't know. I have tryed to make a new project using Project wizard and move all files to this. But this "fusion" don't pass compilation&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 21:09:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S19-full-file-generation-MC9S12dp512/m-p/208050#M8513</guid>
      <dc:creator>IgorN</dc:creator>
      <dc:date>2008-03-31T21:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: It was done before me</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S19-full-file-generation-MC9S12dp512/m-p/208051#M8514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Igor,&lt;BR /&gt;&lt;BR /&gt;Your information is somewhat contradictory.&lt;BR /&gt;On one hand you, say the the code runs, but that certain functions that are called, are not in the code. So I must assume that when you "test" the code, you are not testing all of the functionality, as otherwise if one of the missing functions were called, then the code would fail.&lt;BR /&gt;How is this so? You could try adding some code the call these "missing" functions and see what happens.&lt;BR /&gt;&lt;BR /&gt;You should compare the "prm" file from the "old" project to the "prm" file of the 512 project, and reconcile the differences. What errors specifically do you get when you build the converted project?&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 21:59:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S19-full-file-generation-MC9S12dp512/m-p/208051#M8514</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2008-03-31T21:59:52Z</dc:date>
    </item>
    <item>
      <title>why "contradictory"?</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S19-full-file-generation-MC9S12dp512/m-p/208052#M8515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;In my first post of this topic I've wrote that this code run as needed &lt;STRONG&gt;in debugger&lt;/STRONG&gt;.&lt;/DIV&gt;&lt;DIV&gt;More this, for producing a S19 file to deployment I must to upload the debugging code from the target to&lt;/DIV&gt;&lt;DIV&gt;S19 file using PROG12Z programm and merge it manually with phy-file produced on build of this project.&lt;/DIV&gt;&lt;DIV&gt;And it work correct too. But I want to receive the full s19 file just after seccessful buildig.&amp;nbsp;Is the problem&amp;nbsp;clear now?&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 22:14:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S19-full-file-generation-MC9S12dp512/m-p/208052#M8515</guid>
      <dc:creator>IgorN</dc:creator>
      <dc:date>2008-03-31T22:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: why "contradictory"?</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S19-full-file-generation-MC9S12dp512/m-p/208053#M8516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;What is not clear, is what are you merging with?&lt;BR /&gt;What code is on the target that is not in your project?&lt;BR /&gt;Are there two different projects that get loaded on the target?&lt;BR /&gt;Is there a bootloader on the target?&lt;BR /&gt;Please excuse me, I have not hear of such a procedure before.&amp;nbsp; I don't understand what code in on the target, but not in your project, as only code in your project should have been loaded to the target.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 22:32:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S19-full-file-generation-MC9S12dp512/m-p/208053#M8516</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2008-03-31T22:32:18Z</dc:date>
    </item>
  </channel>
</rss>

