<?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 multicore how does it works ? in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1804092#M31549</link>
    <description>&lt;P&gt;Hi &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;P&gt;as I said, the download works, however, within the "Multi-Core Implementation in RTD of S32K3" document, regarding access protection, another application note is referenced (page17). However, this link points to the sharepoint again. Can you provide this app note here?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AndreasStolze_0-1707397022824.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/262507i1FF4EF6153D963B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndreasStolze_0-1707397022824.png" alt="AndreasStolze_0-1707397022824.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;AndreasStolze_0-1707397022824.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;BR /&gt;Andreas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2024 13:14:18 GMT</pubDate>
    <dc:creator>AndreasStolze</dc:creator>
    <dc:date>2024-02-08T13:14:18Z</dc:date>
    <item>
      <title>S32k358 multicore how does it works ?</title>
      <link>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1799918#M31331</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I'm new to multicore mircroprocessor and would like to have more infos on how it's works.&lt;/P&gt;&lt;P&gt;For example on the s32K358 with only one elf file ?&lt;BR /&gt;Can the 2 core (core 0 and core 2) run the same code from the same flash address ?&lt;BR /&gt;How the 2 cores are started ?&lt;BR /&gt;&lt;BR /&gt;Is there EB tresos configuration example ?&lt;BR /&gt;&lt;BR /&gt;Sophie&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 13:07:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1799918#M31331</guid>
      <dc:creator>sobo</dc:creator>
      <dc:date>2024-02-01T13:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: S32k358 multicore how does it works ?</title>
      <link>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1800289#M31343</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/146287"&gt;@sobo&lt;/a&gt;,&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;Yes, it can be done with one file only.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;Regarding your question, in the two cores, the debugging is independent. You can step into one core, and the other one can be running or paused depending on the previous debug operation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Here are some multicore examples you can look into:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.nxp.com/t5/S32K/S32K324-Multi-Core-Example-Project-based-on-Whiteboard/m-p/1515429" target="_blank"&gt;Solved: S32K324 Multi-Core Example Project based on Whiteb... - NXP Community&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.nxp.com/t5/S32K/S32K344-Whiteboard-Example-Project/m-p/1500850/highlight/false#M16879" target="_blank"&gt;Solved: S32K344 Whiteboard Example Project - NXP Community&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The S32K324 examples includes a single project for two cores which compiled into single elf file.&lt;/P&gt;
&lt;P&gt;Hope you find this helpful.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 21:35:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1800289#M31343</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2024-02-01T21:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: S32k358 multicore how does it works ?</title>
      <link>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1800658#M31372</link>
      <description>&lt;P&gt;Hi Julian,&lt;BR /&gt;&lt;BR /&gt;I will check the example.&lt;BR /&gt;I see that there is Application Note in the Zip with S32K324, is there new version available ? or other AN to help with multicore ?&lt;BR /&gt;&lt;BR /&gt;Sophie&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 08:05:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1800658#M31372</guid>
      <dc:creator>sobo</dc:creator>
      <dc:date>2024-02-02T08:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: S32k358 multicore how does it works ?</title>
      <link>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1800902#M31388</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;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another question, I'm reading the application bote :&amp;nbsp;Multi-Core Implementation in RTD of S32K3&lt;BR /&gt;The part&amp;nbsp;3.3.1. EcuC configuration guide.&lt;/P&gt;&lt;P&gt;My question is the s32k358 has 3 cores. Core 0 and core 1 as lock step and a core 2.&lt;/P&gt;&lt;P&gt;In the EcuC configuration with EB tresos Do we need to define the 3 cores ?&lt;/P&gt;&lt;P&gt;For example in the CAN&amp;nbsp; IM manual it is write that&lt;/P&gt;&lt;P&gt;"&amp;nbsp;The Can assumes there is a single EcucPartition allocated per core. Internally, the module will use the Core ID&amp;nbsp;returned by GetCoreID API to reference the appropriate global data and configuration elements."&lt;BR /&gt;&lt;BR /&gt;So in the S32K358 the running core will be the Core 0 and the Core 2, so if I used the example of the application note , the EcuCoreId will not be correct if I only declared 2 cores in the ECUc module.&lt;/P&gt;&lt;P&gt;am I correct ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sobo_0-1706883456224.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/261664i6A0C5D485978B3E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sobo_0-1706883456224.png" alt="sobo_0-1706883456224.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;sobo_0-1706883456224.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 14:20:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1800902#M31388</guid>
      <dc:creator>sobo</dc:creator>
      <dc:date>2024-02-02T14:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: S32k358 multicore how does it works ?</title>
      <link>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1801935#M31451</link>
      <description>&lt;P&gt;Hi &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;P&gt;by chance I am currently also researching this topic.&lt;/P&gt;&lt;P&gt;In the first link you provided, there are 2 documents referenced:&lt;/P&gt;&lt;P&gt;- S32K32x Multicore Quick Start Guide&lt;BR /&gt;- Multi-Core Implementation in RTD of S32K3&lt;/P&gt;&lt;P&gt;I cannot find these documents. However, today I would look for a "S32K&lt;STRONG&gt;358&lt;/STRONG&gt; Mutlicore Quick Start Guide" as well as the RTD documentation for RTD &lt;STRONG&gt;4.0&lt;/STRONG&gt;, the post talks about the 2.0 version.&lt;/P&gt;&lt;P&gt;Can you provide (a link) to these documents?&lt;/P&gt;&lt;P&gt;Thank you&lt;BR /&gt;Andreas&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 13:47:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1801935#M31451</guid>
      <dc:creator>AndreasStolze</dc:creator>
      <dc:date>2024-02-05T13:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: S32k358 multicore how does it works ?</title>
      <link>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1802124#M31459</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/146287"&gt;@sobo&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Yes, you are right, each core must be defined.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 20:39:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1802124#M31459</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2024-02-05T20:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: S32k358 multicore how does it works ?</title>
      <link>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1802127#M31460</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/222504"&gt;@AndreasStolze&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;I apologize for the inconveniences this may cause, but these projects are the latest as of now, there are no current examples for S32K358.&lt;/P&gt;
&lt;P&gt;As for the documents you requested, you can find them through the link beneath the post:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julin_AragnM_0-1707166096970.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/262011iCF504095C8D0F999/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Julin_AragnM_0-1707166096970.png" alt="Julin_AragnM_0-1707166096970.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Julin_AragnM_0-1707166096970.png&lt;/span&gt;&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-1707166126394.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/262012iD75C53C075688DCF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Julin_AragnM_1-1707166126394.png" alt="Julin_AragnM_1-1707166126394.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Julin_AragnM_1-1707166126394.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 20:50:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1802127#M31460</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2024-02-05T20:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: S32k358 multicore how does it works ?</title>
      <link>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1802433#M31472</link>
      <description>&lt;P&gt;Hi &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;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the update. Apparently these files are not a normal or secure NXP download, but on a sharepoint. I don't have access.&lt;/P&gt;&lt;P&gt;Can you provide me access or another link?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AndreasStolze_1-1707204213849.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/262107iF674982A5F596CED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndreasStolze_1-1707204213849.png" alt="AndreasStolze_1-1707204213849.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;AndreasStolze_1-1707204213849.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 07:24:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1802433#M31472</guid>
      <dc:creator>AndreasStolze</dc:creator>
      <dc:date>2024-02-06T07:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: S32k358 multicore how does it works ?</title>
      <link>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1802751#M31496</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/222504"&gt;@AndreasStolze&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I apologize for the misunderstanding, there is also a public package in response to the original message:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julin_AragnM_0-1707231370760.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/262170i3C2FEB16D53801F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Julin_AragnM_0-1707231370760.png" alt="Julin_AragnM_0-1707231370760.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Julin_AragnM_0-1707231370760.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 14:56:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1802751#M31496</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2024-02-06T14:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: S32k358 multicore how does it works ?</title>
      <link>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1802756#M31497</link>
      <description>Thanks, this worked!</description>
      <pubDate>Tue, 06 Feb 2024 15:17:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1802756#M31497</guid>
      <dc:creator>AndreasStolze</dc:creator>
      <dc:date>2024-02-06T15:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: S32k358 multicore how does it works ?</title>
      <link>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1804092#M31549</link>
      <description>&lt;P&gt;Hi &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;P&gt;as I said, the download works, however, within the "Multi-Core Implementation in RTD of S32K3" document, regarding access protection, another application note is referenced (page17). However, this link points to the sharepoint again. Can you provide this app note here?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AndreasStolze_0-1707397022824.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/262507i1FF4EF6153D963B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndreasStolze_0-1707397022824.png" alt="AndreasStolze_0-1707397022824.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;AndreasStolze_0-1707397022824.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;BR /&gt;Andreas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 13:14:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1804092#M31549</guid>
      <dc:creator>AndreasStolze</dc:creator>
      <dc:date>2024-02-08T13:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: S32k358 multicore how does it works ?</title>
      <link>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1834119#M33376</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/146287"&gt;@sobo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also encountered the same problem, can you send me a single elf project of k358?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward to your replay!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 01:56:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k358-multicore-how-does-it-works/m-p/1834119#M33376</guid>
      <dc:creator>preh_zhenjiang</dc:creator>
      <dc:date>2024-03-25T01:56:11Z</dc:date>
    </item>
  </channel>
</rss>

