<?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 .hex file in s32design studio with extended linear address(Record type 04) in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-generate-hex-file-in-s32design-studio-with-extended/m-p/1019808#M5952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Nov 2019 05:30:19 GMT</pubDate>
    <dc:creator>sreevishakhkp</dc:creator>
    <dc:date>2019-11-11T05:30:19Z</dc:date>
    <item>
      <title>How to generate .hex file in s32design studio with extended linear address(Record type 04)</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-generate-hex-file-in-s32design-studio-with-extended/m-p/1019806#M5950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As we are trying to generate .hex file, default its generating with record type as Extended segment address( type 2) .We need .hex file with extended linear address(type 4).Please let me know any changes need to be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Sreevishakh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2019 09:40:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-generate-hex-file-in-s32design-studio-with-extended/m-p/1019806#M5950</guid>
      <dc:creator>sreevishakhkp</dc:creator>
      <dc:date>2019-11-07T09:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate .hex file in s32design studio with extended linear address(Record type 04)</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-generate-hex-file-in-s32design-studio-with-extended/m-p/1019807#M5951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Sreevishakh,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;it looks that arm-none-eabi-objcopy can generate only Type 2 intel hex or at least I didn't find way how to force i32hex output. As a workaround you can use external srecord tool:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;A class="link-titled" href="http://srecord.sourceforge.net/download.html" title="http://srecord.sourceforge.net/download.html"&gt;SRecord 1.64&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;and convert .hex output to i32hex by:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;srec_cat.exe test.hex -intel -o i32_test.hex -Intel&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;console command.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Here is result example - on the left is .hex file generated by S32DS - on the right output from srec_cat tool:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&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/93910iE299A1106F711F9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hope it helps.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Jiri&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2019 08:31:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-generate-hex-file-in-s32design-studio-with-extended/m-p/1019807#M5951</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-11-08T08:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate .hex file in s32design studio with extended linear address(Record type 04)</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-generate-hex-file-in-s32design-studio-with-extended/m-p/1019808#M5952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2019 05:30:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-generate-hex-file-in-s32design-studio-with-extended/m-p/1019808#M5952</guid>
      <dc:creator>sreevishakhkp</dc:creator>
      <dc:date>2019-11-11T05:30:19Z</dc:date>
    </item>
  </channel>
</rss>

