<?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 Downloading to the DEVKIT-MPC5748G using S32DS_PA results in Reset Escalation after POR in Model-Based Design Toolbox (MBDT)</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Downloading-to-the-DEVKIT-MPC5748G-using-S32DS-PA-results-in/m-p/1411966#M6984</link>
    <description>&lt;P&gt;After downloading a Simulink-generated elf file to the DEVKIT-MPC5748G using S32DS for Power Architecture the loaded app runs, but only until a power cycle. After a power cycle the board goes into reset escalation and doesn’t leave with the red reset LED on continuously forever. Yes, downloading over serial from Simulink resolves the problem, but with the downsides of much longer download times, and the need to have Simulink on the computer that does the downloading. The problem probably resides in the flash algorithm.&lt;/P&gt;&lt;P&gt;This problem may be the same as the problem described in the thread “DEVKIT-MPC5748G Download Error”.&lt;/P&gt;&lt;P&gt;Can a solution be found?&lt;/P&gt;</description>
    <pubDate>Thu, 10 Feb 2022 17:35:11 GMT</pubDate>
    <dc:creator>ranulf</dc:creator>
    <dc:date>2022-02-10T17:35:11Z</dc:date>
    <item>
      <title>Downloading to the DEVKIT-MPC5748G using S32DS_PA results in Reset Escalation after POR</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Downloading-to-the-DEVKIT-MPC5748G-using-S32DS-PA-results-in/m-p/1411966#M6984</link>
      <description>&lt;P&gt;After downloading a Simulink-generated elf file to the DEVKIT-MPC5748G using S32DS for Power Architecture the loaded app runs, but only until a power cycle. After a power cycle the board goes into reset escalation and doesn’t leave with the red reset LED on continuously forever. Yes, downloading over serial from Simulink resolves the problem, but with the downsides of much longer download times, and the need to have Simulink on the computer that does the downloading. The problem probably resides in the flash algorithm.&lt;/P&gt;&lt;P&gt;This problem may be the same as the problem described in the thread “DEVKIT-MPC5748G Download Error”.&lt;/P&gt;&lt;P&gt;Can a solution be found?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 17:35:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Downloading-to-the-DEVKIT-MPC5748G-using-S32DS-PA-results-in/m-p/1411966#M6984</guid>
      <dc:creator>ranulf</dc:creator>
      <dc:date>2022-02-10T17:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading to the DEVKIT-MPC5748G using S32DS_PA results in Reset Escalation after POR</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Downloading-to-the-DEVKIT-MPC5748G-using-S32DS-PA-results-in/m-p/1412015#M6985</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/179095"&gt;@ranulf&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My guess is that this behavior is related to the linker file, which is modified to work with the RAppID Bootloader. The next&amp;nbsp;steps describe how to generate code using different linker files.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The new linker file has to be copied inside MBDT Toolbox. To go automatically to that location, please type in Matlab’s Command Window the following command:&amp;nbsp;&amp;nbsp;&lt;EM style="font-family: inherit;"&gt;winopen(fullfile(mbd_find_mpc_root, 'mbdtbx_mpc574x', 'src', 'linker', 'gcc'))&amp;nbsp;&lt;/EM&gt;The name of the file is “no_bl” because it uses no bootloader settings.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Once the file has been copied in the mentioned location, open the Main Configuration block from the model. Go to Built Toolchain, uncheck the “Default Target Memory Definitions” and please select the newly added linker file.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mariuslucianand_0-1644524809632.jpeg" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/170219i39FBDC118815F4EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="mariuslucianand_0-1644524809632.jpeg" alt="mariuslucianand_0-1644524809632.jpeg" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;If the linker file is not displayed in that dropdown, please go to the same location from your PC (1) and just replace the MPC5748G_flash.ld with the one from this e-mail. But backup first the original ld file.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mariuslucianand_1-1644524809671.jpeg" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/170218i3575360463029FE4/image-size/large?v=v2&amp;amp;px=999" role="button" title="mariuslucianand_1-1644524809671.jpeg" alt="mariuslucianand_1-1644524809671.jpeg" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Now please generate the code and flash it to the target from the S32DS for PA.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Marius&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 20:30:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Downloading-to-the-DEVKIT-MPC5748G-using-S32DS-PA-results-in/m-p/1412015#M6985</guid>
      <dc:creator>mariuslucianand</dc:creator>
      <dc:date>2022-02-10T20:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading to the DEVKIT-MPC5748G using S32DS_PA results in Reset Escalation after POR</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Downloading-to-the-DEVKIT-MPC5748G-using-S32DS-PA-results-in/m-p/1412524#M6986</link>
      <description>&lt;P&gt;Thank you, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/72088"&gt;@mariuslucianand&lt;/a&gt;, but I accepted the solution too soon. After I loaded the code it started running, but when I power-cycled the board the app did not run. It didn't go into reset escalation, however. That's different from before. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 15:14:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Downloading-to-the-DEVKIT-MPC5748G-using-S32DS-PA-results-in/m-p/1412524#M6986</guid>
      <dc:creator>ranulf</dc:creator>
      <dc:date>2022-02-11T15:14:22Z</dc:date>
    </item>
  </channel>
</rss>

