<?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 Re: S32K358 - freeRTOS SMP in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K358-freeRTOS-SMP/m-p/2117735#M49975</link>
    <description>&lt;P&gt;I’ve attached the complete project for your reference.&lt;/P&gt;&lt;P&gt;In this project’s &lt;STRONG&gt;debug configurations&lt;/STRONG&gt;, only &lt;STRONG&gt;Core M7_0&lt;/STRONG&gt; is selected. Based on this, I assume that the &lt;STRONG&gt;binary is being flashed only to Core 0 (M7_0)&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sathishkumar_sunmugavel_0-1750160346126.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/343324iF744D1CAF26ADEED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sathishkumar_sunmugavel_0-1750160346126.png" alt="sathishkumar_sunmugavel_0-1750160346126.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, I’m not entirely confident about the &lt;STRONG&gt;flashing process and how it affects core execution&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Could you please help clarify how the binary is flashed and how it is mapped to each core? Specifically,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Is the binary indeed being flashed only to M7_0?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;What needs to be done to flash and run code on both cores?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Sathish kumar&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jun 2025 11:43:49 GMT</pubDate>
    <dc:creator>sathishkumar_sunmugavel</dc:creator>
    <dc:date>2025-06-17T11:43:49Z</dc:date>
    <item>
      <title>S32K358 - freeRTOS SMP</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-freeRTOS-SMP/m-p/2116918#M49914</link>
      <description>&lt;P&gt;Hello NXP Support Team,&lt;/P&gt;&lt;P&gt;I am currently working on a project using the &lt;STRONG&gt;S32K358&lt;/STRONG&gt; MCU and would like to clarify the multicore capabilities in relation to FreeRTOS.&lt;/P&gt;&lt;P&gt;My requirement is to use &lt;STRONG&gt;a single FreeRTOS kernel shared across both cores (M7_0 and M7_2)&lt;/STRONG&gt;, and to be able to &lt;STRONG&gt;create tasks that are pinned to and executed on specific cores&lt;/STRONG&gt;, similar to what is typically achieved in an &lt;STRONG&gt;SMP (Symmetric Multiprocessing)&lt;/STRONG&gt; setup.&lt;/P&gt;&lt;P&gt;Could you please confirm:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Whether &lt;STRONG&gt;SMP support&lt;/STRONG&gt; (a single FreeRTOS instance scheduling tasks across both cores) is currently available or planned for the S32K358.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If not available, whether there are any workarounds or recommendations for inter-core task management and communication in an &lt;STRONG&gt;AMP (Asymmetric Multiprocessing)&lt;/STRONG&gt; setup using FreeRTOS.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Whether any official example projects or documentation exist that demonstrate such a setup.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Looking forward to your clarification.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;&lt;EM&gt;Sathish Kumar&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 11:23:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-freeRTOS-SMP/m-p/2116918#M49914</guid>
      <dc:creator>sathishkumar_sunmugavel</dc:creator>
      <dc:date>2025-06-16T11:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 - freeRTOS SMP</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-freeRTOS-SMP/m-p/2117117#M49930</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/248322"&gt;@sathishkumar_sunmugavel&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;1. You can enable and configure the SMP feature inside the FreeRTOS package from Config Tools:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julin_AragnM_1-1750095626333.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/343133i95E08F6F7CC1DE48/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Julin_AragnM_1-1750095626333.png" alt="Julin_AragnM_1-1750095626333.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;3. In the latest FreeRTOS package (for RTD 5.0.0), there is an existing example for S32K358 and SMP,&amp;nbsp;&lt;STRONG&gt;FreeRTOS_Toggle_Led_Example_S32K358_SMP. &lt;/STRONG&gt;Here is the description:&amp;nbsp;&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 2px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'Courier New'; font-size: 10pt; white-space: pre;"&gt;
&lt;P style="margin: 0;"&gt;"Support SMP FreeRTOS: Switch 4 tasks with 2 cores: Per core has 2 tasks&lt;/P&gt;
&lt;P style="margin: 0;"&gt;1.1 The application software functionality&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Multiple core can switch tasks"&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;There are no specific documents for SMP, but you can refer to both pdfs attached to this reply for FreeRTOS documentation.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 17:40:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-freeRTOS-SMP/m-p/2117117#M49930</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2025-06-16T17:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 - freeRTOS SMP</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-freeRTOS-SMP/m-p/2117589#M49966</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200831"&gt;@Julián_AragónM&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for your prompt response.&lt;/P&gt;&lt;P&gt;I’m working with the SMP example provided in &lt;STRONG&gt;RTD 5.0.0&lt;/STRONG&gt;, which includes &lt;STRONG&gt;4 tasks across 2 cores&lt;/STRONG&gt; (2 tasks per core). To observe parallel execution, I added printf statements inside each task. However, I only see output from the tasks assigned to &lt;STRONG&gt;Core 1&lt;/STRONG&gt; — there’s no output from the tasks intended for &lt;STRONG&gt;Core 2&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Could you help clarify this behavior?&lt;/P&gt;&lt;P&gt;Specifically:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Why am I not seeing output from Core 2’s tasks?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;How can I &lt;STRONG&gt;confirm&lt;/STRONG&gt; which core is executing a given task?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is there a recommended way to &lt;STRONG&gt;verify that tasks are truly running in parallel&lt;/STRONG&gt; across both cores?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Looking forward to your guidance.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Sathish Kumar&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 08:49:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-freeRTOS-SMP/m-p/2117589#M49966</guid>
      <dc:creator>sathishkumar_sunmugavel</dc:creator>
      <dc:date>2025-06-17T08:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 - freeRTOS SMP</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-freeRTOS-SMP/m-p/2117735#M49975</link>
      <description>&lt;P&gt;I’ve attached the complete project for your reference.&lt;/P&gt;&lt;P&gt;In this project’s &lt;STRONG&gt;debug configurations&lt;/STRONG&gt;, only &lt;STRONG&gt;Core M7_0&lt;/STRONG&gt; is selected. Based on this, I assume that the &lt;STRONG&gt;binary is being flashed only to Core 0 (M7_0)&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sathishkumar_sunmugavel_0-1750160346126.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/343324iF744D1CAF26ADEED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sathishkumar_sunmugavel_0-1750160346126.png" alt="sathishkumar_sunmugavel_0-1750160346126.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, I’m not entirely confident about the &lt;STRONG&gt;flashing process and how it affects core execution&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Could you please help clarify how the binary is flashed and how it is mapped to each core? Specifically,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Is the binary indeed being flashed only to M7_0?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;What needs to be done to flash and run code on both cores?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Sathish kumar&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 11:43:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-freeRTOS-SMP/m-p/2117735#M49975</guid>
      <dc:creator>sathishkumar_sunmugavel</dc:creator>
      <dc:date>2025-06-17T11:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 - freeRTOS SMP</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-freeRTOS-SMP/m-p/2118085#M49991</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/248322"&gt;@sathishkumar_sunmugavel&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Actually, I'm not sure if this example works correctly through the PEMicro (OpenSDA) interface.&lt;/P&gt;
&lt;P&gt;I can see in the project's directory, a debug_t32 folder is included for the Lauterbach debugger. The scripts included may be necessary to run the project. Right now, I am not able to test it as I do not have the HW with me, but do you have a Lauterbach debugger to test the project instead?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since this package is a code drop, and the first time SMP functionality was implemented, there are some issues with configuration. I will ask internally about this issue.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Could you please help clarify how the binary is flashed and how it is mapped to each core? Specifically,&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Is the binary indeed being flashed only to M7_0?&lt;BR /&gt;&lt;/STRONG&gt;Yes, this seems to be the case. Normally, a second project, or object file is requested to debug multicore, however, SMP should run in a Lockstep configured core.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;What needs to be done to flash and run code on both cores?&lt;BR /&gt;&lt;/STRONG&gt;I've asked internally to the responsible team, I will get back ASAP, once I get a response.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 17 Jun 2025 22:14:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-freeRTOS-SMP/m-p/2118085#M49991</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2025-06-17T22:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 - freeRTOS SMP</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-freeRTOS-SMP/m-p/2118312#M50009</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200831"&gt;@Julián_AragónM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Since this package is a code drop, and the first time SMP functionality was implemented&lt;/STRONG&gt;&lt;BR /&gt;I wanted to clarify — does this mean the SMP support is still in early stages or not fully stable yet?&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Do you have access to a Lauterbach debugger to test the project?&lt;/STRONG&gt;&lt;BR /&gt;I can arrange a TRACE32 setup — could you please guide me on how to proceed further with it?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Additionally, I have a few observations:&lt;/P&gt;&lt;P&gt;I noticed that the startup code doesn't seem to enable M7_2.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sathishkumar_sunmugavel_0-1750230555808.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/343485i45D169320B34B37E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sathishkumar_sunmugavel_0-1750230555808.png" alt="sathishkumar_sunmugavel_0-1750230555808.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In that case, how is this core supposed to be activated?&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Since the FreeRTOS kernel is running on the boot core (M7_0), will it be responsible for starting the secondary core?&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Sathish.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 07:11:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-freeRTOS-SMP/m-p/2118312#M50009</guid>
      <dc:creator>sathishkumar_sunmugavel</dc:creator>
      <dc:date>2025-06-18T07:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 - freeRTOS SMP</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-freeRTOS-SMP/m-p/2120377#M50117</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/248322"&gt;@sathishkumar_sunmugavel&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I apologize for the late reply; I was waiting for a response from the respective team regarding this FreeRTOS implementation.&lt;/P&gt;
&lt;P&gt;1. SMP is still in early stages, e.g., some problems may arise while testing the project.&lt;/P&gt;
&lt;P&gt;2. If you already have a TRACE32 installation, you can simply open a TRACE32 Arm instance, load the .elf file with the Lauterbach debugger, and run the "run.cmm" script under the &lt;STRONG&gt;debug_t32&amp;nbsp;&lt;/STRONG&gt;folder inside the project's directory.&lt;/P&gt;
&lt;P&gt;This should pop two windows, from which you can&amp;nbsp;&lt;SPAN&gt;control the program flow.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julin_AragnM_1-1750458092492.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/344027i18D0A4A5C196EF35/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Julin_AragnM_1-1750458092492.png" alt="Julin_AragnM_1-1750458092492.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I can see the&amp;nbsp;&lt;SPAN&gt;Task&lt;STRONG&gt;X&lt;/STRONG&gt;_Core&lt;STRONG&gt;X&lt;/STRONG&gt; variables increasing for each loop. I've also initialized some GPIOs inside each task for both cores, indicating each function is being entered correctly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;In that case, how is this core supposed to be activated?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Since the FreeRTOS kernel is running on the boot core (M7_0), will it be responsible for starting the secondary core?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Keep in mind that in this example, the Lauterbach script configures Core 1 at startup. In normal multicore projects, M7_0 (main core) initializes all of the necessary registers for M7_2, however, it can also be done with debugger scripts.&lt;/P&gt;
&lt;P&gt;I've sent you a private message regarding the SW version.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2025 22:32:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-freeRTOS-SMP/m-p/2120377#M50117</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2025-06-20T22:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 - freeRTOS SMP</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-freeRTOS-SMP/m-p/2121064#M50130</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200831"&gt;@Julián_AragónM&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for the update.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;2. If you already have a TRACE32 installation, you can simply open a TRACE32 Arm instance, load the .elf file with the Lauterbach debugger, and run the "run.cmm" script under the&amp;nbsp;debug_t32&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;folder inside the project's directory.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;I have installed the TRACE32. If I create a project with Lauterbach T32 Debugging Interface like below,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sathishkumar_sunmugavel_0-1750650754811.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/344105i7E86DA37FA262E31/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sathishkumar_sunmugavel_0-1750650754811.png" alt="sathishkumar_sunmugavel_0-1750650754811.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am able to see the debug configurations for Lauterbach Debugger.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sathishkumar_sunmugavel_1-1750650844590.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/344106i34F3EE8B2DD212F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sathishkumar_sunmugavel_1-1750650844590.png" alt="sathishkumar_sunmugavel_1-1750650844590.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is it sufficient to just click &lt;STRONG&gt;debug&lt;/STRONG&gt;&amp;nbsp;from this debug configuration? Please share me the steps how to load the .elf and run "&lt;STRONG&gt;run.cmm"&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;Also, If I open &lt;STRONG&gt;"FreeRTOS_Toggle_Led_Example_S32K358_SMP"&amp;nbsp;&lt;/STRONG&gt;project, I don't see any debug configurations for the project. Please let me know how to create the debug configuration or load elf and run 'run.cmm' in this case.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Sathish.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 04:05:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-freeRTOS-SMP/m-p/2121064#M50130</guid>
      <dc:creator>sathishkumar_sunmugavel</dc:creator>
      <dc:date>2025-06-23T04:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 - freeRTOS SMP</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-freeRTOS-SMP/m-p/2121576#M50163</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/248322"&gt;@sathishkumar_sunmugavel&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is it sufficient to just click&amp;nbsp;debug&amp;nbsp;from this debug configuration?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This simply loads the .elf file to the MCU, which is the first step. You can use S32DS as a GUI to flash the board, or use the Lauterbach interface, whichever should be fine.&lt;/P&gt;
&lt;P&gt;In the TRACE32 instance, you can select "File -&amp;gt; Load File" and select the file from the "debug" folder.&lt;/P&gt;
&lt;P&gt;After loading the .elf file, you can run the script by clicking "File -&amp;gt; ChangeDir and Run Script", then move into the debug_t32 folder and click the&amp;nbsp;&lt;STRONG&gt;run.cmm&lt;/STRONG&gt; file.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julin_AragnM_0-1750699393755.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/344236i3C207B2D7034D0C6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Julin_AragnM_0-1750699393755.png" alt="Julin_AragnM_0-1750699393755.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This should run the configuration (load to RAM, path to elf file, which boot core, multicore ON, etc.) and open up the two windows I've previously shared in the thread.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 17:23:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-freeRTOS-SMP/m-p/2121576#M50163</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2025-06-23T17:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 - freeRTOS SMP</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-freeRTOS-SMP/m-p/2122203#M50197</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200831"&gt;@Julián_AragónM&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you so much for all the inputs. Much appreciated.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Sathish.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2025 11:31:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-freeRTOS-SMP/m-p/2122203#M50197</guid>
      <dc:creator>sathishkumar_sunmugavel</dc:creator>
      <dc:date>2025-06-24T11:31:12Z</dc:date>
    </item>
  </channel>
</rss>

