<?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: How to force code aligned</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-force-code-aligned/m-p/664629#M5934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jihao,&lt;/P&gt;&lt;P&gt;then you need to go over a binary file (.bin) and then convert it to an S19 file. The S19 files not contain the unused/filled bytes. I recommend that you use the SRecord tool for what you want to accomplish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erichh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jan 2017 09:29:19 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2017-01-06T09:29:19Z</dc:date>
    <item>
      <title>How to force code aligned</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-force-code-aligned/m-p/664626#M5931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;my BootLoader basis&amp;nbsp;on AN4258SW,but i don't want to SRecCvt-GUI, i want to convert s19&amp;nbsp;&lt;SPAN style="background-color: rgba(255, 255, 255, 0.8); color: #666666; font-size: 12px; line-height: 16.608px;"&gt;record&lt;/SPAN&gt;&amp;nbsp;by myself.&lt;/P&gt;&lt;P&gt;realize this function,for example:&lt;/P&gt;&lt;P&gt;from:&lt;/P&gt;&lt;P&gt;S1077F78C2A9C25183&lt;BR /&gt;S1057FAAC4A865&lt;BR /&gt;S1057FD6C4CC15&lt;BR /&gt;S1057FF8C2FEC3&lt;/P&gt;&lt;P&gt;to:&lt;/P&gt;&lt;P&gt;S2247F7F60FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2A9C251FFFFFFFF1B&lt;BR /&gt;S2247F7FA0FFFFFFFFFFFFFFFFFFFFC4A8FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF&lt;BR /&gt;S2247F7FC0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4CCFFFFFFFFFFFFFFFFAB&lt;BR /&gt;S2247F7FE0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2FEFFFFFFFFFFFF5B&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know how to&amp;nbsp;convert the logical/local address to global address,but i don't know how to aligned.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks a lot for any replie.&lt;/P&gt;&lt;P&gt;best wishes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 08:48:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-force-code-aligned/m-p/664626#M5931</guid>
      <dc:creator>jihaohu</dc:creator>
      <dc:date>2017-01-06T08:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to force code aligned</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-force-code-aligned/m-p/664627#M5932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jihao,&lt;/P&gt;&lt;P&gt;I recommend you have a look at the open source SRecord utility (see &lt;A class="link-titled" href="https://mcuoneclipse.com/2015/09/23/aligning-s19-records-to-64-bit-boundaries/" title="https://mcuoneclipse.com/2015/09/23/aligning-s19-records-to-64-bit-boundaries/"&gt;Aligning S19 Records to 64-bit Boundaries). &lt;/A&gt;It can be used for all kind of S-Record manipulation. There is a 'pack' option used in the previous article, plus there is a 'fill' option which I used here: &lt;A class="link-titled" href="https://mcuoneclipse.com/2015/04/26/crc-checksum-generation-with-srecord-tools-for-gnu-and-eclipse/" title="https://mcuoneclipse.com/2015/04/26/crc-checksum-generation-with-srecord-tools-for-gnu-and-eclipse/"&gt;CRC Checksum Generation with ‘SRecord’ Tools for GNU and Eclipse.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I think you can use:&lt;/P&gt;&lt;P&gt;-Output_Block_Size to have a certain length of the lines&lt;/P&gt;&lt;P&gt;-Output_Block_Packing to combine lines&lt;/P&gt;&lt;P&gt;-fill 0xff &amp;lt;start&amp;gt; &amp;lt;end&amp;gt; to fill the gaps with a fill patern&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 08:59:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-force-code-aligned/m-p/664627#M5932</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2017-01-06T08:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to force code aligned</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-force-code-aligned/m-p/664628#M5933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Erich,&lt;/P&gt;&lt;P&gt;thanks a lot for your replie,if i want to use the option 1:add special code in the bootloader to deal with this issue,i don't want to use other tool.&lt;/P&gt;&lt;P&gt;how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Jihao&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 09:26:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-force-code-aligned/m-p/664628#M5933</guid>
      <dc:creator>jihaohu</dc:creator>
      <dc:date>2017-01-06T09:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to force code aligned</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-force-code-aligned/m-p/664629#M5934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jihao,&lt;/P&gt;&lt;P&gt;then you need to go over a binary file (.bin) and then convert it to an S19 file. The S19 files not contain the unused/filled bytes. I recommend that you use the SRecord tool for what you want to accomplish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erichh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 09:29:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-force-code-aligned/m-p/664629#M5934</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2017-01-06T09:29:19Z</dc:date>
    </item>
  </channel>
</rss>

