<?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 to generate an s19 with 16-bit address...? in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-generate-an-s19-with-16-bit-address/m-p/826258#M14841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Doug,&lt;/P&gt;&lt;P&gt;Different Srecords type are for different address length. for example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/68816iE39719EA43CBCA76/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thus, if we need 2-byte address type, we need set srecord type as S1 in burner.bbl file&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/68942i1D54EBC12ACFD7CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this answer your question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&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 Sep 2018 07:58:00 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2018-09-17T07:58:00Z</dc:date>
    <item>
      <title>How to generate an s19 with 16-bit address...?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-generate-an-s19-with-16-bit-address/m-p/826257#M14840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Codewarrior 10.4 for HCS08 micros by default generates an s19 file with 32-bit addresses for each record.&amp;nbsp; Is there a way change the Codewarrior 10 output to .s19 files with 16-bits (2-bytes) addresses?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have some old roll-your-own tools that are expecting .s19 files in the 16-bit (i.e., 2-byte) address format, from the good ol' days of Codewarrior 6.&amp;nbsp; It's not to difficult to change them with SRecord (a highly recommended tool for your toolkit) but it's an extra step.&amp;nbsp; Something as flexible as Eclipse must have a switch that controls the output format hidden in there somewhere....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I saw something about this once upon a time, but of course now that it's of interest Google has let me down and I can't find the comments anywhere.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 17:50:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-generate-an-s19-with-16-bit-address/m-p/826257#M14840</guid>
      <dc:creator>dougpaulsen</dc:creator>
      <dc:date>2018-09-14T17:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate an s19 with 16-bit address...?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-generate-an-s19-with-16-bit-address/m-p/826258#M14841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Doug,&lt;/P&gt;&lt;P&gt;Different Srecords type are for different address length. for example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/68816iE39719EA43CBCA76/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thus, if we need 2-byte address type, we need set srecord type as S1 in burner.bbl file&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/68942i1D54EBC12ACFD7CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this answer your question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&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 Sep 2018 07:58:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-generate-an-s19-with-16-bit-address/m-p/826258#M14841</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2018-09-17T07:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate an s19 with 16-bit address...?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-generate-an-s19-with-16-bit-address/m-p/826259#M14842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition, you can also use separate tool to do the srecord conversion:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A class="" data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fmcuoneclipse.com%2F2013%2F10%2F29%2Fs-record-manipulation-with-gnu-objcopy-and-burner-utility%2F" rel="nofollow" target="_blank"&gt;S-Record Manipulation with GNU objcopy and Burner Utility | MCU on Eclipse&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;use the SRecord tool (&lt;A class="" data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fsrecord.sourceforge.net%2F" rel="nofollow" target="_blank"&gt;SRecord 1.64&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&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 Sep 2018 08:08:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-generate-an-s19-with-16-bit-address/m-p/826259#M14842</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2018-09-17T08:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate an s19 with 16-bit address...?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-generate-an-s19-with-16-bit-address/m-p/826260#M14843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had been using SRecord to correct the address width (a highly recommended tool to keep handy).&amp;nbsp; I was not sure whether burner.bbl was actually used by CW10.&amp;nbsp; A brief encounter with Build_Tool_Utilities.pdf seems to be stating that it is a utility to serially output a program file to a device programmer, however it seems it is, in fact, part of generating output.&amp;nbsp; As the "SRECORD=Sx" parameter works as advertised it will suit my needs very well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;doug&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 13:13:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-generate-an-s19-with-16-bit-address/m-p/826260#M14843</guid>
      <dc:creator>dougpaulsen</dc:creator>
      <dc:date>2018-09-17T13:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate an s19 with 16-bit address...?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-generate-an-s19-with-16-bit-address/m-p/826261#M14844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 01:50:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-to-generate-an-s19-with-16-bit-address/m-p/826261#M14844</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2018-09-18T01:50:25Z</dc:date>
    </item>
  </channel>
</rss>

