<?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 multi core debug issue in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2295989#M56190</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/13836"&gt;@petervlna&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;One more observation, resetting happening only if clock is enabled.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If clock is not explicitly initialized in both cores, resetting not happening.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there anything I need to do with clock configuration for multi core?&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jan 2026 11:57:08 GMT</pubDate>
    <dc:creator>nirmal_masilamani</dc:creator>
    <dc:date>2026-01-19T11:57:08Z</dc:date>
    <item>
      <title>S32K358 multi core debug issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2290612#M56010</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;Currently i am working with s32k358 custom board, i am facing hard fault issue when i try to debug both cores.&lt;/P&gt;&lt;P&gt;Controller resetting continuously.&lt;/P&gt;&lt;P&gt;I have attached my code. one core with FREE RTOS, another core without RTOS.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2026 05:58:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2290612#M56010</guid>
      <dc:creator>nirmal_masilamani</dc:creator>
      <dc:date>2026-01-09T05:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 multi core debug issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2290738#M56015</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Controller resetting continuously.&lt;/P&gt;
&lt;P&gt;Check the reason for resets. Read RGM FES and DES registers to see the reset sources.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_0-1767948771306.png" style="width: 681px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/372282i34FAB2262B16CB19/image-dimensions/681x177?v=v2" width="681" height="177" role="button" title="petervlna_0-1767948771306.png" alt="petervlna_0-1767948771306.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2026 08:53:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2290738#M56015</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2026-01-09T08:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 multi core debug issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2290755#M56018</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/13836"&gt;@petervlna&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Due to continuous resetting its very difficult to debug.&lt;/P&gt;&lt;P&gt;My doubt is,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can i use core 0 without RTOS and Core 2 with Free RTOS?&lt;/P&gt;&lt;P&gt;To use CAN in core 2, do I need to anything specific in project setting | Linker file | any other XRDC register? Just normal CAN configuration is enough.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2026 09:10:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2290755#M56018</guid>
      <dc:creator>nirmal_masilamani</dc:creator>
      <dc:date>2026-01-09T09:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 multi core debug issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2291545#M56052</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Due to continuous resetting its very difficult to debug.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Simply do hot attach with your debugger. This will stop code execution, so no SW reset will be triggered.&lt;/P&gt;
&lt;P&gt;For example use Lauterbach debugger and do UP right after the power on reset.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Can i use core 0 without RTOS and Core 2 with Free RTOS?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Sure, there is no issue here. Make sure you share resources between cores correctly.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;To use CAN in core 2, do I need to anything specific in project setting | Linker file | any other XRDC register? Just normal CAN configuration is enough.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It depends. If only core2 will access the peripheral, then you do not have to worry about conflicts.&lt;/P&gt;
&lt;P&gt;Suggested steps:&lt;/P&gt;
&lt;DIV style="font-family: 'Segoe UI'; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px;"&gt;
&lt;UL&gt;
&lt;LI&gt;Decide which FlexCAN instance Core2 will own (e.g., FlexCAN0).&lt;/LI&gt;
&lt;LI&gt;In your Core0 init, set clocks and SIUL2 mux for the chosen CAN pins (or do it on Core2 if your boot model allows).&lt;/LI&gt;
&lt;LI&gt;Configure XRDC: assign Core2’s domain and permit access to the FlexCAN instance (PAC) and any RAM you’ll use for CAN buffers (MRC).&lt;/LI&gt;
&lt;LI&gt;In Core2 project, configure Can_43_FLEXCAN and IntCtrl_Ip so FlexCAN interrupts are enabled and handled on Core2.&lt;/LI&gt;
&lt;LI&gt;Build &amp;amp; load two images (Core0 &amp;amp; Core2). Verify CAN RX/TX and interrupts on Core2.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Jan 2026 08:01:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2291545#M56052</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2026-01-12T08:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 multi core debug issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2291551#M56053</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/13836"&gt;@petervlna&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your inputs,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Configure XRDC: assign Core2’s domain and permit access to the FlexCAN instance (PAC) and any RAM you’ll use for CAN buffers (MRC).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Is there any example available or documents for XRDC configuration?&lt;/P&gt;&lt;P&gt;To use Free RTOS, in core 2, what's needs to done?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2026 08:11:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2291551#M56053</guid>
      <dc:creator>nirmal_masilamani</dc:creator>
      <dc:date>2026-01-12T08:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 multi core debug issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2292549#M56088</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;I am trying use multi core in S32K358 in custom board.&lt;/P&gt;&lt;P&gt;I simply configured LED in Core 0 and UART in Core 2, But after some time, Controller restting ( Not fixed interval ).&lt;/P&gt;&lt;P&gt;Resetting reason from&lt;STRONG&gt; Power_Ip_GetResetReason&amp;nbsp;&lt;/STRONG&gt;-. Power on Reset.&lt;/P&gt;&lt;P&gt;I tried configuring XRDC for UART, but after RM init system goes to hard fault.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 11:57:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2292549#M56088</guid>
      <dc:creator>nirmal_masilamani</dc:creator>
      <dc:date>2026-01-13T11:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 multi core debug issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2292590#M56092</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Power_Ip_GetResetReason&amp;nbsp;&lt;/STRONG&gt;-. Power on Reset.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hmm, this looks like you lost power to your uC.&lt;/P&gt;
&lt;P&gt;Was there a reset performed by your SBC chip? Did you monitor HVD, LVD and reset line by oscilloscope to see if the voltages was OK when reset occurs?&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 12:44:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2292590#M56092</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2026-01-13T12:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 multi core debug issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2295910#M56181</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/13836"&gt;@petervlna&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I have monitored Reset Pin, for every reset-&amp;gt; &lt;STRONG&gt;reset pin drops to low.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Could you please share details for HVD and LVD pin details?&lt;/P&gt;&lt;P&gt;Another observation, resetting not happening if I program core 2 with empty while (1) loop.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resetting happening only, if there some logic in core 2&lt;/STRONG&gt; (even with LED link).&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 10:13:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2295910#M56181</guid>
      <dc:creator>nirmal_masilamani</dc:creator>
      <dc:date>2026-01-19T10:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 multi core debug issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2295989#M56190</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/13836"&gt;@petervlna&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;One more observation, resetting happening only if clock is enabled.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If clock is not explicitly initialized in both cores, resetting not happening.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there anything I need to do with clock configuration for multi core?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 11:57:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2295989#M56190</guid>
      <dc:creator>nirmal_masilamani</dc:creator>
      <dc:date>2026-01-19T11:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 multi core debug issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2296399#M56205</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Could you please share details for HVD and LVD pin details?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_0-1768895465349.png" style="width: 550px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/373451iBF3899CC7976D60F/image-dimensions/550x161?v=v2" width="550" height="161" role="button" title="petervlna_0-1768895465349.png" alt="petervlna_0-1768895465349.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Check the schematic of your board to see where exactly is HV_A routed.&lt;/P&gt;
&lt;P&gt;For your S32K3 device (e.g., S32K358 in your AEB project), the core voltage (V11) is generated internally using the high‑voltage input domain VDD_HV_A.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Another observation, resetting not happening if I program core 2 with empty while (1) loop.&lt;/P&gt;
&lt;P&gt;Resetting happening only, if there some logic in core 2 (even with LED link).&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That is a good point. Do you use NXP evalaution board?&lt;/P&gt;
&lt;P&gt;If not, you power supply might not be strong enough to execute task on 2 cores and once second core draw higher current the LVDs will reset micro.&lt;/P&gt;
&lt;P&gt;But I expect there will be some HW resource sharing issues which will lead to reset. For example not servicing the SWT for core2, etc...&lt;/P&gt;
&lt;P&gt;Still best way is to look at FCCU NCFS registers for faults and RGM FES and DES for reset reasons.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2026 08:05:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2296399#M56205</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2026-01-20T08:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 multi core debug issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2296404#M56206</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You can check and try following example:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/S32K358-Multicore-Start-CM7-2-from-CM7-0/ta-p/1923889" target="_blank"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/S32K358-Multicore-Start-CM7-2-from-CM7-0/ta-p/1923889&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2026 08:11:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2296404#M56206</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2026-01-20T08:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 multi core debug issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2296442#M56207</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/13836"&gt;@petervlna&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I used same example only, even in that example if i do clock_init() system resetting.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2026 09:07:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2296442#M56207</guid>
      <dc:creator>nirmal_masilamani</dc:creator>
      <dc:date>2026-01-20T09:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 multi core debug issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2296626#M56212</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;OK, thanks for clarification.&lt;/P&gt;
&lt;P&gt;Changing the clock, will significantly increase the power consumption.&lt;/P&gt;
&lt;P&gt;I expect you scenario is as follows.&lt;/P&gt;
&lt;P&gt;You start second core, change the clocks and power source is not able to deliver required power in the time, therefore the LVDs ?(low voltage ddetectors) will trigger reset.&lt;/P&gt;
&lt;P&gt;Micro starts and reset over and over after reset.&lt;/P&gt;
&lt;P&gt;Measure you power source (SBC) along with reset line to see if the reset match the voltage drop on VDD_HV_A or on SBC.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Peter&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2026 11:23:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2296626#M56212</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2026-01-20T11:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: S32K358 multi core debug issue</title>
      <link>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2308067#M56588</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/13836"&gt;@petervlna&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for your support, resetting issue due to power issue in board.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 13:24:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K358-multi-core-debug-issue/m-p/2308067#M56588</guid>
      <dc:creator>nirmal_masilamani</dc:creator>
      <dc:date>2026-02-04T13:24:46Z</dc:date>
    </item>
  </channel>
</rss>

