<?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 MPC Bootloader in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/MPC-Bootloader/m-p/1575221#M9583</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;I have a question&lt;/P&gt;&lt;P&gt;I read this link&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-Use-RAppID-BL-tool-with-MPC5744P-EVB/ta-p/1124846" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-Use-RAppID-BL-tool-with-MPC5744P...&lt;/A&gt;&lt;BR /&gt;and succeeded to flash the .srec file using the bootloader after modifying the linker script as illustrated in the&amp;nbsp; previous link. However, the application didn't start when I tried to make the same modifications to&amp;nbsp; a demo_app project or driver examples project which are opened/selected as the following&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abdelrhman_0-1672235648285.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/205613i3C9BD97F8D6FD180/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abdelrhman_0-1672235648285.png" alt="abdelrhman_0-1672235648285.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;this is the folder structure of the project&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abdelrhman_1-1672235734346.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/205614iEC98C2609ECAD3AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abdelrhman_1-1672235734346.png" alt="abdelrhman_1-1672235734346.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Dec 2022 13:57:50 GMT</pubDate>
    <dc:creator>abdelrhman</dc:creator>
    <dc:date>2022-12-28T13:57:50Z</dc:date>
    <item>
      <title>MPC Bootloader</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/MPC-Bootloader/m-p/1575221#M9583</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I have a question&lt;/P&gt;&lt;P&gt;I read this link&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-Use-RAppID-BL-tool-with-MPC5744P-EVB/ta-p/1124846" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-Use-RAppID-BL-tool-with-MPC5744P...&lt;/A&gt;&lt;BR /&gt;and succeeded to flash the .srec file using the bootloader after modifying the linker script as illustrated in the&amp;nbsp; previous link. However, the application didn't start when I tried to make the same modifications to&amp;nbsp; a demo_app project or driver examples project which are opened/selected as the following&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abdelrhman_0-1672235648285.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/205613i3C9BD97F8D6FD180/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abdelrhman_0-1672235648285.png" alt="abdelrhman_0-1672235648285.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;this is the folder structure of the project&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abdelrhman_1-1672235734346.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/205614iEC98C2609ECAD3AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abdelrhman_1-1672235734346.png" alt="abdelrhman_1-1672235734346.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 13:57:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/MPC-Bootloader/m-p/1575221#M9583</guid>
      <dc:creator>abdelrhman</dc:creator>
      <dc:date>2022-12-28T13:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: MPC Bootloader</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/MPC-Bootloader/m-p/1576676#M9595</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'd suggest you to properly de-initialize peripherals such as FlexCAN/Uart and clear pending interrupts during application startup. RappID bootloader does not generate reset so the peripherals are not in their default state. There might occur an unhandled interrupt...&lt;/P&gt;
&lt;P&gt;Or you could attach JTAG debugger to figure out where exactly the app is crashing.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;Stan&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 17:43:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/MPC-Bootloader/m-p/1576676#M9595</guid>
      <dc:creator>stanish</dc:creator>
      <dc:date>2023-01-03T17:43:23Z</dc:date>
    </item>
  </channel>
</rss>

