<?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中的主题 回复： Dual core function or setting based on S32K358</title>
    <link>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2081434#M47804</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Not personally as I work with Lauterbach and I am writing multicore scripts for such purpose.&lt;/P&gt;
&lt;P&gt;But in S32DS is such possibility:&lt;/P&gt;
&lt;P&gt;You can place multiple efls in the launch group&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_2-1744785978159.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/333385i3E2721E13D74422F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="petervlna_2-1744785978159.png" alt="petervlna_2-1744785978159.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_1-1744785948436.png" style="width: 683px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/333383iA23ED895A3AE2426/image-dimensions/683x367?v=v2" width="683" height="367" role="button" title="petervlna_1-1744785948436.png" alt="petervlna_1-1744785948436.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
    <pubDate>Wed, 16 Apr 2025 06:46:58 GMT</pubDate>
    <dc:creator>petervlna</dc:creator>
    <dc:date>2025-04-16T06:46:58Z</dc:date>
    <item>
      <title>Dual core function or setting based on S32K358</title>
      <link>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2070713#M47294</link>
      <description>&lt;P&gt;Hi :&lt;/P&gt;&lt;P&gt;I am interesting in dual core function based on s32k358, is there any related documents or example that I can check?&lt;/P&gt;&lt;P&gt;The following MCU setting is my project now, I think I use core2 only, I want to know if I want some tasks run at core1 and some run at core2, what should I do?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BillWen_0-1743387184273.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/330388iBF0309C9BBEEACC7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BillWen_0-1743387184273.png" alt="BillWen_0-1743387184273.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The other question is Can I run a project with lock-step and dual-core functions in the same time?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;BR, BillWen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 02:16:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2070713#M47294</guid>
      <dc:creator>BillWen</dc:creator>
      <dc:date>2025-03-31T02:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dual core function or setting based on S32K358</title>
      <link>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2070902#M47304</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;I am interesting in dual core function based on s32k358, is there any related documents or example that I can check?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I would start from the reading of reference manual and the RTD example projects.&lt;/P&gt;
&lt;P&gt;For example MCU module:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_1-1743405950665.png" style="width: 525px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/330451i77EDEA8032C2F42F/image-dimensions/525x423?v=v2" width="525" height="423" role="button" title="petervlna_1-1743405950665.png" alt="petervlna_1-1743405950665.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;The following MCU setting is my project now, I think I use core2 only, I want to know if I want some tasks run at core1 and some run at core2, what should I do?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Well, this is application dependent.&lt;/P&gt;
&lt;P&gt;Basically you can write simple scheduler which will execute function on selected core.&lt;/P&gt;
&lt;P&gt;Or you can use OS, which will assign the task and resources to the core.&lt;/P&gt;
&lt;P&gt;It really depends on how optimized you like to have the code.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;The other question is Can I run a project with lock-step and dual-core functions in the same time?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes, as you can see there are 3 cores. Two are lockstep and 1 separated.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_0-1743405502538.png" style="width: 700px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/330448i544046362393B5F1/image-dimensions/700x272?v=v2" width="700" height="272" role="button" title="petervlna_0-1743405502538.png" alt="petervlna_0-1743405502538.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 07:29:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2070902#M47304</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2025-03-31T07:29:05Z</dc:date>
    </item>
    <item>
      <title>回复： Dual core function or setting based on S32K358</title>
      <link>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2077861#M47617</link>
      <description>&lt;P&gt;Hi Petervlna:&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;I still can not understand about how to set the MCAL MCU for dual-core. But I know it would be one project two folder if I want to use dual core, I want to know about the following part how to set, is this related to dual core?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BillWen_0-1744251552704.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/332373i833727278521D093/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BillWen_0-1744251552704.png" alt="BillWen_0-1744251552704.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;BR, BillWen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 02:19:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2077861#M47617</guid>
      <dc:creator>BillWen</dc:creator>
      <dc:date>2025-04-10T02:19:23Z</dc:date>
    </item>
    <item>
      <title>回复： Dual core function or setting based on S32K358</title>
      <link>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2078044#M47622</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Ok, so you want static assignment of MCAL driver tasks to the cores?&lt;/P&gt;
&lt;P&gt;For such you will need OS with such capability.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 07:10:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2078044#M47622</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2025-04-10T07:10:15Z</dc:date>
    </item>
    <item>
      <title>回复： Dual core function or setting based on S32K358</title>
      <link>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2078135#M47628</link>
      <description>Hi Peter:&lt;BR /&gt;Our purpose is whole BMS run on core0 and lockstep core1, and some monitor run on core2.&lt;BR /&gt;For example, I want ADC Group 1 controlled by core2, and ADC2 and ADC 3 controlled by core0, something like this.&lt;BR /&gt;If I want to use core0 and core2, my project name should be the following rule?&lt;BR /&gt;HVBMS_RD_IntProj_774_772_K358_S32DS_0_0&lt;BR /&gt;&amp;amp;&lt;BR /&gt;HVBMS_RD_IntProj_774_772_K358_S32DS_0_2&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;BR, BillWen</description>
      <pubDate>Thu, 10 Apr 2025 08:38:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2078135#M47628</guid>
      <dc:creator>BillWen</dc:creator>
      <dc:date>2025-04-10T08:38:07Z</dc:date>
    </item>
    <item>
      <title>回复： Dual core function or setting based on S32K358</title>
      <link>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2079812#M47736</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I was looking into this and the only way is to have 2 separate projects. One for each core.&lt;/P&gt;
&lt;P&gt;So you will have 2 linkers and 2 output files which you will load into micro.&lt;/P&gt;
&lt;P&gt;one project for autosar and the other for complex drivers.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;I want ADC Group 1 controlled by core2, and ADC2 and ADC 3 controlled by core0, something like this.&lt;BR /&gt;If I want to use core0 and core2, my project name should be the following rule?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I see only rule here is resource sharing. So if you assign the ADC1 to core 2 then make sure you do not have resource conflict with core0.&lt;/P&gt;
&lt;P&gt;best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 09:31:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2079812#M47736</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2025-04-14T09:31:16Z</dc:date>
    </item>
    <item>
      <title>回复： Dual core function or setting based on S32K358</title>
      <link>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2081169#M47798</link>
      <description>Hi petervlna:&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;I already can flash the image into core0 and core2 independently. I used s32k358 bringup project to modify and add a new linker file for core2.&lt;BR /&gt;My next step is flash core0 and core2 in the same time and run together.&lt;BR /&gt;Do you have any experience on this? Should I open all of the multicore support configuration?&lt;BR /&gt;&lt;BR /&gt;Btw, I already start to study S32K32X Multicore Quick Start Guide and Multi-Core support in RTD for S32K3 documents.&lt;BR /&gt;Thanks&lt;BR /&gt;BR, BillWen</description>
      <pubDate>Wed, 16 Apr 2025 00:38:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2081169#M47798</guid>
      <dc:creator>BillWen</dc:creator>
      <dc:date>2025-04-16T00:38:23Z</dc:date>
    </item>
    <item>
      <title>回复： Dual core function or setting based on S32K358</title>
      <link>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2081434#M47804</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Not personally as I work with Lauterbach and I am writing multicore scripts for such purpose.&lt;/P&gt;
&lt;P&gt;But in S32DS is such possibility:&lt;/P&gt;
&lt;P&gt;You can place multiple efls in the launch group&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_2-1744785978159.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/333385i3E2721E13D74422F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="petervlna_2-1744785978159.png" alt="petervlna_2-1744785978159.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_1-1744785948436.png" style="width: 683px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/333383iA23ED895A3AE2426/image-dimensions/683x367?v=v2" width="683" height="367" role="button" title="petervlna_1-1744785948436.png" alt="petervlna_1-1744785948436.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 06:46:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2081434#M47804</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2025-04-16T06:46:58Z</dc:date>
    </item>
    <item>
      <title>回复： Dual core function or setting based on S32K358</title>
      <link>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2082911#M47904</link>
      <description>Hi Petervlna:&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;I have another question.&lt;BR /&gt;I’m using S32K358 and trying to boot only CM7_2 (Core2) without enabling CM7_0 (Core0).&lt;BR /&gt;However, when I disable CM7_0 and flash the application to CM7_2, the chip seems to lock up and I get “Secure Debug Access Denied”.&lt;BR /&gt;After I use j-link to erase, then I can access it again.&lt;BR /&gt;&lt;BR /&gt;So I want to confirm:&lt;BR /&gt;&lt;LI-EMOJI id="lia_backhand-index-pointing-right" title=":反手食指指向右侧:"&gt;&lt;/LI-EMOJI&gt; Is it possible to run Core2 standalone, without enabling Core0?&lt;BR /&gt;Or is CM7_0 always required to be active first before Core2 can start properly?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;BR, BillWen</description>
      <pubDate>Fri, 18 Apr 2025 01:56:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2082911#M47904</guid>
      <dc:creator>BillWen</dc:creator>
      <dc:date>2025-04-18T01:56:31Z</dc:date>
    </item>
    <item>
      <title>回复： Dual core function or setting based on S32K358</title>
      <link>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2084231#M47971</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Ok, and do you have a boot core at the start address of Core2?&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Is it possible to run Core2 standalone, without enabling Core0?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Or is CM7_0 always required to be active first before Core2 can start properly?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No, it is not required. But if you do not have boot code at the Core2 boot address, it will crash.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 05:20:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2084231#M47971</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2025-04-22T05:20:23Z</dc:date>
    </item>
    <item>
      <title>回复： Dual core function or setting based on S32K358</title>
      <link>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2087094#M48155</link>
      <description>&lt;P&gt;Hi Petervina:&lt;/P&gt;&lt;P&gt;Thanks for your help, the following is the figure that I implement 358 tpl bringup project into Dual-core mode.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BillWen_0-1745563929762.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/334875i5E1AF8DCBFA5DCA7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BillWen_0-1745563929762.png" alt="BillWen_0-1745563929762.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Left side fun on core0 and right side run on core2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;BR, BillWen&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 06:52:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2087094#M48155</guid>
      <dc:creator>BillWen</dc:creator>
      <dc:date>2025-04-25T06:52:36Z</dc:date>
    </item>
    <item>
      <title>回复： Dual core function or setting based on S32K358</title>
      <link>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2087131#M48159</link>
      <description>Hi Petervlna&lt;BR /&gt;Another question, I already can debug core0 and core2 in the same time, but after I power off then power on , only core 0 run but not core2, do you have any experience about this problem?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;BR, BillWen</description>
      <pubDate>Fri, 25 Apr 2025 07:31:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2087131#M48159</guid>
      <dc:creator>BillWen</dc:creator>
      <dc:date>2025-04-25T07:31:52Z</dc:date>
    </item>
    <item>
      <title>回复： Dual core function or setting based on S32K358</title>
      <link>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2088038#M48215</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Hmm, are you performing start of cores from application?&lt;/P&gt;
&lt;P&gt;Check the clocks and if the cores are active in ME module.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 07:07:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2088038#M48215</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2025-04-28T07:07:29Z</dc:date>
    </item>
    <item>
      <title>回复： Dual core function or setting based on S32K358</title>
      <link>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2088052#M48216</link>
      <description>Hi Peter:&lt;BR /&gt;&lt;BR /&gt;Yes, I want to start from core0 and use the following code to enable core2,&lt;BR /&gt;&lt;BR /&gt;IP_MC_ME-&amp;gt;PRTN0_CORE4_ADDR = (uint32)0x00800000;&lt;BR /&gt;IP_MC_ME-&amp;gt;PRTN0_CORE4_PCONF = MC_ME_PRTN0_CORE4_PCONF_CCE_MASK;&lt;BR /&gt;IP_MC_ME-&amp;gt;PRTN0_CORE4_PUPD = MC_ME_PRTN0_CORE4_PUPD_CCUPD_MASK;&lt;BR /&gt;IP_MC_ME-&amp;gt;CTL_KEY = 0x5AF0U;&lt;BR /&gt;IP_MC_ME-&amp;gt;CTL_KEY = 0xA50FU;&lt;BR /&gt;while (IP_MC_ME-&amp;gt;PRTN0_CORE4_PUPD == 1) { };&lt;BR /&gt;while ((IP_MC_ME-&amp;gt;PRTN0_CORE4_STAT &amp;amp; MC_ME_PRTN0_CORE4_STAT_CCS_MASK) == 0) { };&lt;BR /&gt;&lt;BR /&gt;Check the clocks and if the cores are active in ME module.&lt;BR /&gt;I'm not sure about this, can you tell me more detailed ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;BR, BillWen</description>
      <pubDate>Mon, 28 Apr 2025 07:17:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2088052#M48216</guid>
      <dc:creator>BillWen</dc:creator>
      <dc:date>2025-04-28T07:17:58Z</dc:date>
    </item>
    <item>
      <title>回复： Dual core function or setting based on S32K358</title>
      <link>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2089195#M48281</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Yes, I want to start from core0 and use the following code to enable core2,&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I am not familiar with code/driver you are using and since there are only macros I cant judge.&lt;/P&gt;
&lt;P&gt;Simple follow the RM for core enable:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_1-1745916880329.png" style="width: 613px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/335519i15425AC40D3EE6BD/image-dimensions/613x184?v=v2" width="613" height="184" role="button" title="petervlna_1-1745916880329.png" alt="petervlna_1-1745916880329.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_2-1745916915009.png" style="width: 606px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/335520i06CD7F3475142870/image-dimensions/606x579?v=v2" width="606" height="579" role="button" title="petervlna_2-1745916915009.png" alt="petervlna_2-1745916915009.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Check the clocks and if the cores are active in ME module.&lt;BR /&gt;I'm not sure about this, can you tell me more detailed ?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;46.7.23 Partition 0 Core 2 Status Register (PRTN0_CORE2_STAT)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_0-1745916712613.png" style="width: 498px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/335517i6824BBBC970CE7DF/image-dimensions/498x385?v=v2" width="498" height="385" role="button" title="petervlna_0-1745916712613.png" alt="petervlna_0-1745916712613.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 08:55:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Dual-core-function-or-setting-based-on-S32K358/m-p/2089195#M48281</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2025-04-29T08:55:36Z</dc:date>
    </item>
  </channel>
</rss>

