<?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: How I write the S0 record from a S19 File? in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-I-write-the-S0-record-from-a-S19-File/m-p/129344#M887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;No.&lt;/DIV&gt;&lt;DIV&gt;The S0 record is initialized with the full name of the executable file you have generated (full path + file name).&lt;/DIV&gt;&lt;DIV&gt;You&amp;nbsp;cannot change the content of the S0 record.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Any way I am not sure I understand why you would do that.&lt;/DIV&gt;&lt;DIV&gt;Data in teh S0 record will not be loaded into target board memory, so you cannot use taht info to verify version number of th esoftware loaded in a MCU.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Usually customer are defining constants in their application to store the version and revision number.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Sep 2006 17:43:11 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2006-09-06T17:43:11Z</dc:date>
    <item>
      <title>How I write the S0 record from a S19 File?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-I-write-the-S0-record-from-a-S19-File/m-p/129343#M886</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;I want write&amp;nbsp;the S0 record with&amp;nbsp;Name, Version and Revision ("mname", "ver" and "rev")&amp;nbsp; from a S19 file direct with information from my code, when&amp;nbsp;the project is linked.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Is there a possibility to do that?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you for your help.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Dieter&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 17:08:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-I-write-the-S0-record-from-a-S19-File/m-p/129343#M886</guid>
      <dc:creator>colduser</dc:creator>
      <dc:date>2006-09-06T17:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: How I write the S0 record from a S19 File?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-I-write-the-S0-record-from-a-S19-File/m-p/129344#M887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;No.&lt;/DIV&gt;&lt;DIV&gt;The S0 record is initialized with the full name of the executable file you have generated (full path + file name).&lt;/DIV&gt;&lt;DIV&gt;You&amp;nbsp;cannot change the content of the S0 record.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Any way I am not sure I understand why you would do that.&lt;/DIV&gt;&lt;DIV&gt;Data in teh S0 record will not be loaded into target board memory, so you cannot use taht info to verify version number of th esoftware loaded in a MCU.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Usually customer are defining constants in their application to store the version and revision number.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 17:43:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-I-write-the-S0-record-from-a-S19-File/m-p/129344#M887</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2006-09-06T17:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: How I write the S0 record from a S19 File?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-I-write-the-S0-record-from-a-S19-File/m-p/129345#M888</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;Thank you for your fast reply. In our system we store some S19 files on the target. From this files we update the firmware of all connected&amp;nbsp;periphery.&lt;/DIV&gt;&lt;DIV&gt;The information in the S0 record&amp;nbsp;can help me to identify the S19 file and store the file in the right place.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;colduser&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 20:03:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-I-write-the-S0-record-from-a-S19-File/m-p/129345#M888</guid>
      <dc:creator>colduser</dc:creator>
      <dc:date>2006-09-06T20:03:59Z</dc:date>
    </item>
  </channel>
</rss>

