<?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>S32 Design Studio中的主题 Re: S32DS HEX File</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-HEX-File/m-p/1059001#M6284</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is getting_started.pdf guide - with S32DS Default install path is the guide located here -&amp;nbsp;c:\NXP\S32DS_ARM_v2018.R1\S32DS\help\pdf\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are interested in Bootloader application - you may find helpful this thread -&amp;nbsp;&lt;A href="https://community.nxp.com/message/964316"&gt;https://community.nxp.com/message/964316&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jun 2020 07:50:41 GMT</pubDate>
    <dc:creator>jiri_kral</dc:creator>
    <dc:date>2020-06-10T07:50:41Z</dc:date>
    <item>
      <title>S32DS HEX File</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-HEX-File/m-p/1058998#M6281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #fafafa;"&gt;Hi, everyone&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am trying to learn to understand HEX file.&lt;BR /&gt;The ultimate goal is the production of bootloader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I encountered two problems while reading HEX File.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.&amp;nbsp;microchip .hex VS&amp;nbsp;S32DS.hex：&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I use Notepad to open the MPLAB.hex, there will be a lot of&lt;BR /&gt;:020000040000fa&lt;BR /&gt;:04027c005806000020&lt;BR /&gt;Two messages,&lt;BR /&gt;But why S32DS.hex does not.&lt;BR /&gt;Is it because of some functions written in the program?&lt;/P&gt;&lt;P&gt;Are they necessary? Or I opened it in the wrong way?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_34.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/112019i2627692E877A85F1/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_34.png" alt="pastedImage_34.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Question about NEX Address：&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Why is there a mechanism for line breaks or data length changes here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_33.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/112021i64401C5C675F2E9B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_33.png" alt="pastedImage_33.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any advice for beginners to learn bootloader?&lt;BR /&gt;BOOK? FILE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your careful reading～&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2020 01:46:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-HEX-File/m-p/1058998#M6281</guid>
      <dc:creator>johns_chuang</dc:creator>
      <dc:date>2020-06-05T01:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS HEX File</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-HEX-File/m-p/1058999#M6282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good starting point is for example -&amp;nbsp;&lt;A class="link-titled" href="https://en.wikipedia.org/wiki/Intel_HEX" title="https://en.wikipedia.org/wiki/Intel_HEX"&gt;Intel HEX - Wikipedia&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The diference is probably caused by different architecture - Microchip uses for their advanced MCUs MIPS instruction set, S32DS is for ARM or Power PC architecture. On MPLAB image you can see, that each second line is Extended Linear Address. Image from S32DS contains in each line only data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opinion - if you like to work with S32DS and ARM - better format for application image for bootloader is motorola s-record -&amp;nbsp;&lt;A class="link-titled" href="https://en.wikipedia.org/wiki/SREC_(file_format)" title="https://en.wikipedia.org/wiki/SREC_(file_format)"&gt;SREC (file format) - Wikipedia&lt;/A&gt;&amp;nbsp;- but it&amp;nbsp; my personal preference.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2020 06:36:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-HEX-File/m-p/1058999#M6282</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2020-06-05T06:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS HEX File</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-HEX-File/m-p/1059000#M6283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jiri&lt;/P&gt;&lt;P&gt;Thank you for your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand the structure of HEX file&lt;BR /&gt;Now learning. S19&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how these HEX/S19 files get into the MCU?&lt;BR /&gt;What documents let me understand the process and its mechanism?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2020 01:17:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-HEX-File/m-p/1059000#M6283</guid>
      <dc:creator>johns_chuang</dc:creator>
      <dc:date>2020-06-10T01:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS HEX File</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-HEX-File/m-p/1059001#M6284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is getting_started.pdf guide - with S32DS Default install path is the guide located here -&amp;nbsp;c:\NXP\S32DS_ARM_v2018.R1\S32DS\help\pdf\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are interested in Bootloader application - you may find helpful this thread -&amp;nbsp;&lt;A href="https://community.nxp.com/message/964316"&gt;https://community.nxp.com/message/964316&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2020 07:50:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-HEX-File/m-p/1059001#M6284</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2020-06-10T07:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS HEX File</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-HEX-File/m-p/1059002#M6285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't see the file you mentioned, is it because the version is relative?&lt;BR /&gt;V2.2 or V2018.R1?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/113362i6C89019066F49054/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Carter&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2020 01:16:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-HEX-File/m-p/1059002#M6285</guid>
      <dc:creator>johns_chuang</dc:creator>
      <dc:date>2020-06-22T01:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS HEX File</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-HEX-File/m-p/1059003#M6286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in latest S32DS for ARM v2.2 is help integrated into IDE&amp;nbsp; - including video tutorials. You can find it in Help in menu bar:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&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/113403iBCA52FC56BA345E7/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;&lt;/P&gt;&lt;P&gt;Hope it helps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2020 08:05:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-HEX-File/m-p/1059003#M6286</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2020-06-22T08:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS HEX File</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-HEX-File/m-p/1059004#M6287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jiri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;I use S32DS.ARM2.2 to directly open the Boot_loader file in&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;-&amp;nbsp;&lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="11462" data-containertype="14" data-content-finding="Community" data-objectid="464653" data-objecttype="1" href="https://community.nxp.com/thread/464653" style="color: #3d9ce7; border: 0px; padding: 1px 0px 1px calc(12px + 0.35ex);"&gt;Bootloader_s32K how it works for S32K144&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/114523i501A93511E3A2637/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Some problems have occurred, is it because of the S32DS version problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ProcessorExpert.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/114524i3853CBD7BC05BCE6/image-size/large?v=v2&amp;amp;px=999" role="button" title="ProcessorExpert.PNG" alt="ProcessorExpert.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ProcessorExpert_Console.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/114525i89BD6AD4BE2B8E62/image-size/large?v=v2&amp;amp;px=999" role="button" title="ProcessorExpert_Console.PNG" alt="ProcessorExpert_Console.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ProcessorExpert_Problems.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/114526i241616F72C261F2A/image-size/large?v=v2&amp;amp;px=999" role="button" title="ProcessorExpert_Problems.PNG" alt="ProcessorExpert_Problems.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Thank you for your help.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;Carter&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2020 03:40:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-HEX-File/m-p/1059004#M6287</guid>
      <dc:creator>johns_chuang</dc:creator>
      <dc:date>2020-07-03T03:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS HEX File</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-HEX-File/m-p/1059005#M6288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carter,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is old project based on SDK which is not supported by new S32DS. You can create new empty SDK based project, add and configure very same Processor Expert components and add source code from old project into&amp;nbsp; new project.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2020 08:01:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-HEX-File/m-p/1059005#M6288</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2020-07-03T08:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS HEX File</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-HEX-File/m-p/1059006#M6289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jiri&lt;/P&gt;&lt;P&gt;I changed the configuration of the new version according to the old version of Processor Expert configuration,&lt;/P&gt;&lt;P&gt;But there was a problem when I set PIN_MUX,&lt;BR /&gt;Do you know why?&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/114638i86C884582B0C2866/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;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Thank you for your help.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;Carter&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2020 02:28:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-HEX-File/m-p/1059006#M6289</guid>
      <dc:creator>johns_chuang</dc:creator>
      <dc:date>2020-07-06T02:28:10Z</dc:date>
    </item>
  </channel>
</rss>

