<?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>S32KのトピックRe: S32K344 bootloader</title>
    <link>https://community.nxp.com/t5/S32K/S32K344-bootloader/m-p/1858358#M34892</link>
    <description>&lt;P&gt;Hi Jon,&lt;/P&gt;
&lt;P&gt;Unfortunately, due to limited resources, we are currently not able to support the demo.&lt;/P&gt;
&lt;P&gt;It was published on the community AS IS:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Unified-bootloader-Demo/ta-p/1423099" target="_blank"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/Unified-bootloader-Demo/ta-p/1423099&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Thu, 02 May 2024 10:11:00 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2024-05-02T10:11:00Z</dc:date>
    <item>
      <title>S32K344 bootloader</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-bootloader/m-p/1857003#M34804</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is there a working bootloader for the microcontroller S32K344, with the possibility that it is an official release from NXP and that it has been tested.&lt;/P&gt;&lt;P&gt;Also if there are any other alternative options, I would love to hear about them.&lt;/P&gt;&lt;P&gt;Any experience from people who have actually managed to run bootloader on an MCU would be very helpful.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 20:59:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-bootloader/m-p/1857003#M34804</guid>
      <dc:creator>Djuric</dc:creator>
      <dc:date>2024-04-29T20:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 bootloader</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-bootloader/m-p/1857510#M34846</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232904"&gt;@Djuric&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;There is just this bootloader for S32K344:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Unified-bootloader-Demo/ta-p/1423099" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/Unified-bootloader-Demo/ta-p/1423099&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But the MCU supports AB Swap via the HSE_FW services.&lt;/P&gt;
&lt;P&gt;In the active block, you can have also a routine that programs the passive block, and once the passive block is flashed, call the HSE_FW service to swap the blocks.&lt;/P&gt;
&lt;P&gt;In the S32K3xx Reference SW,&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=SW32K3-REFSW-D" target="_blank"&gt;https://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=SW32K3-REFSW-D&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;there is this official demo:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1714477605315.png" style="width: 658px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/276665i705056598740DFC2/image-dimensions/658x51?v=v2" width="658" height="51" role="button" title="danielmartynek_0-1714477605315.png" alt="danielmartynek_0-1714477605315.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;It is rather old, please read the release notes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 11:48:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-bootloader/m-p/1857510#M34846</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2024-04-30T11:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 bootloader</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-bootloader/m-p/1858193#M34874</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the project "S32K344_Can_bootloader_RTD200" in the microprocessor S32K344. I want to download an application with the program of bootloader. I have achieved the jump from program to application but I have different questions.&lt;/P&gt;&lt;P&gt;1. I want to use #define EN_DELAY_TIME but when I uncomment the command in the folder "public_in", the program has different errors. My target to use "Backdoor", that is to say, I want to check if the program has to enter to bootloader or not. I don´t know the process and the different functions that I have to use to achieve the target. I want to use the function "Boot_CheckReqBootloaderMode(void)" but when I debug the program, it never enters to the "if". Could you explain me the process and the steps to achieve the target. I add different functions that I think are important.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. I don´t know if I have to modificate the parameters of "static tJumpAppDelayTimeInfo gs_stJumpAPPDelayTimeInfo = {FALSE, 0u};". I have to change this structure ? You can see all structure in one of the next pictures.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need the reply as soon as possible since I have to send a project very soon.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JonAnder_Amante_0-1714630122440.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/276854i7613192AFFED60EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JonAnder_Amante_0-1714630122440.png" alt="JonAnder_Amante_0-1714630122440.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JonAnder_Amante_1-1714630122444.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/276856i659B6282129C48B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JonAnder_Amante_1-1714630122444.png" alt="JonAnder_Amante_1-1714630122444.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JonAnder_Amante_2-1714630122447.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/276855i64D272E82E180CE7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JonAnder_Amante_2-1714630122447.png" alt="JonAnder_Amante_2-1714630122447.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JonAnder_Amante_3-1714630122462.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/276857i26FFF1457D64741C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JonAnder_Amante_3-1714630122462.png" alt="JonAnder_Amante_3-1714630122462.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JonAnder_Amante_4-1714630122451.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/276858iDE017EE2EB983F27/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JonAnder_Amante_4-1714630122451.png" alt="JonAnder_Amante_4-1714630122451.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jon Ander Amante Jorge&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 06:09:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-bootloader/m-p/1858193#M34874</guid>
      <dc:creator>JonAnder_Amante</dc:creator>
      <dc:date>2024-05-02T06:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 bootloader</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-bootloader/m-p/1858358#M34892</link>
      <description>&lt;P&gt;Hi Jon,&lt;/P&gt;
&lt;P&gt;Unfortunately, due to limited resources, we are currently not able to support the demo.&lt;/P&gt;
&lt;P&gt;It was published on the community AS IS:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Unified-bootloader-Demo/ta-p/1423099" target="_blank"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/Unified-bootloader-Demo/ta-p/1423099&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 10:11:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-bootloader/m-p/1858358#M34892</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2024-05-02T10:11:00Z</dc:date>
    </item>
  </channel>
</rss>

