<?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: Seeking Assistance with Updating Firmware Using UART Bootloader and .bin File using attached pro</title>
    <link>https://community.nxp.com/t5/S32K/Seeking-Assistance-with-Updating-Firmware-Using-UART-Bootloader/m-p/1656241#M23229</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have already tried to use these examples so I am not using these examples. I am trying to used the attached example for updating the firmware. Can you help with the attached example.&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2023 04:43:59 GMT</pubDate>
    <dc:creator>baseerahmadpiracha</dc:creator>
    <dc:date>2023-05-24T04:43:59Z</dc:date>
    <item>
      <title>Seeking Assistance with Updating Firmware Using UART Bootloader and .bin File using attached project</title>
      <link>https://community.nxp.com/t5/S32K/Seeking-Assistance-with-Updating-Firmware-Using-UART-Bootloader/m-p/1655583#M23188</link>
      <description>&lt;P&gt;Hello NXP Members,&lt;/P&gt;&lt;P&gt;I am currently working on updating the firmware of an S32K144 microcontroller using a UART bootloader with a .bin file. I have been using the attached project as a reference, but I am facing difficulties in understanding the firmware update process and how to apply it to my application.&lt;/P&gt;&lt;P&gt;I would greatly appreciate it if someone could provide me with a brief explanation of the overall flow of the project and guide me through the steps involved in updating the firmware using the provided project. Specifically, I am looking for assistance in understanding:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The main functionality and purpose of the project files, such as main.c, pc_communication.h, and bootloader.h.&lt;/LI&gt;&lt;LI&gt;How to establish the communication between the microcontroller and a PC using UART.&lt;/LI&gt;&lt;LI&gt;The process of uploading the .bin firmware file to the microcontroller using the bootloader.&lt;/LI&gt;&lt;LI&gt;Verifying the firmware update and ensuring its successful execution.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any insights, explanations, or step-by-step instructions would be greatly appreciated. Additionally, if there are any specific resources or documentation that could assist me in understanding the project better, please do let me know.&lt;/P&gt;&lt;P&gt;Thank you in advance for your support and guidance. I am eager to learn and successfully update the firmware of my S32K144 microcontroller.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Baseer&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 09:25:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Seeking-Assistance-with-Updating-Firmware-Using-UART-Bootloader/m-p/1655583#M23188</guid>
      <dc:creator>baseerahmadpiracha</dc:creator>
      <dc:date>2023-05-23T09:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking Assistance with Updating Firmware Using UART Bootloader and .bin File using attached pro</title>
      <link>https://community.nxp.com/t5/S32K/Seeking-Assistance-with-Updating-Firmware-Using-UART-Bootloader/m-p/1655940#M23212</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/209671"&gt;@baseerahmadpiracha&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have available two applications notes and their respective software that could be useful for you.&lt;/P&gt;
&lt;P&gt;Please take a look at the below links:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12323.pdf" target="_blank" rel="noopener"&gt;S32K1xx Firmware updates&lt;/A&gt; /&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/application-note-software/AN12323SW.zip" target="_blank" rel="noopener"&gt;AN12323SW: Application note software for AN12323&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12218.pdf" target="_blank" rel="noopener"&gt;S32K1xx Bootloader&lt;/A&gt; /&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/application-note-software/AN12218SW.zip" target="_blank" rel="noopener"&gt;AN12218SW, Application note software for AN12218&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;B.R.&lt;/P&gt;
&lt;P&gt;VaneB&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 17:54:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Seeking-Assistance-with-Updating-Firmware-Using-UART-Bootloader/m-p/1655940#M23212</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-05-23T17:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking Assistance with Updating Firmware Using UART Bootloader and .bin File using attached pro</title>
      <link>https://community.nxp.com/t5/S32K/Seeking-Assistance-with-Updating-Firmware-Using-UART-Bootloader/m-p/1656241#M23229</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have already tried to use these examples so I am not using these examples. I am trying to used the attached example for updating the firmware. Can you help with the attached example.&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 04:43:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Seeking-Assistance-with-Updating-Firmware-Using-UART-Bootloader/m-p/1656241#M23229</guid>
      <dc:creator>baseerahmadpiracha</dc:creator>
      <dc:date>2023-05-24T04:43:59Z</dc:date>
    </item>
  </channel>
</rss>

