<?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 Development ToolsのトピックRe: ABS.S19, PHY, SRecCvt and Log2Phy</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/ABS-S19-PHY-SRecCvt-and-Log2Phy/m-p/668818#M5986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Husein,&lt;/P&gt;&lt;P&gt;This relies on the programmer.&lt;/P&gt;&lt;P&gt;For me, I only use CodeWarrior program code. I like using s19 file, because it uses logical address which is easy to be checked in prm and map file also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;From your answer, it looks like that the .glo file in my bin directory is the same file that SRecCvt would generate when converting logical/banked to linear. Right?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;Yes. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jul 2017 02:53:08 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2017-07-18T02:53:08Z</dc:date>
    <item>
      <title>ABS.S19, PHY, SRecCvt and Log2Phy</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/ABS-S19-PHY-SRecCvt-and-Log2Phy/m-p/668815#M5983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I know this has been asked several times in pieces but I’m trying to get a full concrete understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’m running CW version 5.2 for MC9S12XEP100, and after compilation it generates the following files:&lt;/P&gt;&lt;P&gt;abs, abs.s19, and abs.glo in the bin directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I think I understand:&lt;/P&gt;&lt;P&gt;abs= is the abs.s19 with debug information. This is “Banked” or “Logical”.&lt;/P&gt;&lt;P&gt;abs.s19=is the just code without the debug information. This is still “Banked” or Logical.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I needed to generate a file that is “linear” or “physical” and the tools that were recommended in online threads were Log2Phy and SRecCvt.&lt;/P&gt;&lt;P&gt;What I don’t understand:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I inputted my abs.s19 file from CW into both tools (SRecCvt and Log2Phy) and the results were different. SRecCvt outputted an S19 file and Log2Phy outputted a PHY file, when compared they look nothing alike? The only differences between the tools was that SRecCvt has more parameters in which the user can modify (I left them as default and just made sure that I’m converting from Banked to Linear).&lt;/LI&gt;&lt;LI&gt;What is the abs.glo file in my bin directory?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 15:43:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/ABS-S19-PHY-SRecCvt-and-Log2Phy/m-p/668815#M5983</guid>
      <dc:creator>ras44</dc:creator>
      <dc:date>2017-07-14T15:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: ABS.S19, PHY, SRecCvt and Log2Phy</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/ABS-S19-PHY-SRecCvt-and-Log2Phy/m-p/668816#M5984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Husein&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MC9S12XEP100 belongs to HCS12X family. After each successfully build, CW MC9S12XEP100 project will generate two files with extension .s19 and .glo.&lt;/P&gt;&lt;P&gt;.s19 is logical address.&lt;/P&gt;&lt;P&gt;.glo is global linear address.&lt;/P&gt;&lt;P&gt;We can find logical and global address definition in MC9S12XEP100 datasheet memory map.&lt;/P&gt;&lt;P&gt;using SRecCvt tool can convert s19 to glo or vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.phy is also a type of linear address that is widely used in P&amp;amp;E programmer.&lt;/P&gt;&lt;P&gt;if you use P&amp;amp;E programmer or burning tools, I would say most of them identify phy syntax only. thus we need covert s19&amp;nbsp; to phy syntax with Log2Phy tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in nutshell, you need know which syntax the programmer support , then choose the right burning file syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 02:25:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/ABS-S19-PHY-SRecCvt-and-Log2Phy/m-p/668816#M5984</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2017-07-17T02:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: ABS.S19, PHY, SRecCvt and Log2Phy</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/ABS-S19-PHY-SRecCvt-and-Log2Phy/m-p/668817#M5985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for explaining Jennie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So basically, SRecCvt and Log2Phy output linear files but different syntax because they target different programmers/burners.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Putting this aside, what would you recommend is the easiest to read/interpret and/or manipulate out of these two output files? The .phy from Log2Phy or the .s19 from SRecCvt?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also,&lt;/P&gt;&lt;P&gt;From your answer, it looks like that the .glo file in my bin directory is the same file that SRecCvt would generate when converting logical/banked to linear. Right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 13:07:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/ABS-S19-PHY-SRecCvt-and-Log2Phy/m-p/668817#M5985</guid>
      <dc:creator>ras44</dc:creator>
      <dc:date>2017-07-17T13:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: ABS.S19, PHY, SRecCvt and Log2Phy</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/ABS-S19-PHY-SRecCvt-and-Log2Phy/m-p/668818#M5986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Husein,&lt;/P&gt;&lt;P&gt;This relies on the programmer.&lt;/P&gt;&lt;P&gt;For me, I only use CodeWarrior program code. I like using s19 file, because it uses logical address which is easy to be checked in prm and map file also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;From your answer, it looks like that the .glo file in my bin directory is the same file that SRecCvt would generate when converting logical/banked to linear. Right?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;Yes. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 02:53:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/ABS-S19-PHY-SRecCvt-and-Log2Phy/m-p/668818#M5986</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2017-07-18T02:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: ABS.S19, PHY, SRecCvt and Log2Phy</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/ABS-S19-PHY-SRecCvt-and-Log2Phy/m-p/668819#M5987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennie,&lt;/P&gt;&lt;P&gt;This discussion was very informative, thank you for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 12:02:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/ABS-S19-PHY-SRecCvt-and-Log2Phy/m-p/668819#M5987</guid>
      <dc:creator>ras44</dc:creator>
      <dc:date>2017-07-18T12:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: ABS.S19, PHY, SRecCvt and Log2Phy</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/ABS-S19-PHY-SRecCvt-and-Log2Phy/m-p/668820#M5988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome Husein.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 09:11:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/ABS-S19-PHY-SRecCvt-and-Log2Phy/m-p/668820#M5988</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2017-07-19T09:11:30Z</dc:date>
    </item>
  </channel>
</rss>

