<?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>S32Gのトピック回复： S32G2 - Multicore standby mode implement</title>
    <link>https://community.nxp.com/t5/S32G/S32G2-Multicore-standby-mode-implement/m-p/1610182#M2393</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for your feedback.&lt;/P&gt;
&lt;P&gt;At this moment, the only multicore example available is the one provided on A13750, which is more of a communication example between the different cores available in S32G. We do apologize.&lt;/P&gt;
&lt;P&gt;There is a community post that creates a Standby Demo using a UART Example, we could recommend taking a look into it to see if this helps with your development.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/NXP-Designs-Knowledge-Base/S32G-M-kernel-Standby-demo-and-how-to-porting-to-Mcal/ta-p/1556313" target="_blank"&gt;S32G: M kernel Standby demo and how to porting to ... - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If this is not enough, we could recommend opening a ticket on NXP online services, for them to further study the possibility of a multicore standby example.&lt;/P&gt;
&lt;P&gt;Please, let us know.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Mar 2023 17:26:32 GMT</pubDate>
    <dc:creator>Daniel-Aguirre</dc:creator>
    <dc:date>2023-03-06T17:26:32Z</dc:date>
    <item>
      <title>S32G2 - Multicore standby mode implement</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-Multicore-standby-mode-implement/m-p/1605013#M2313</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi NXP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;According to this figure in AN12952 of S32G2, all activities (ex: IRQ) on all cores expect main core need to be disabled or stop before executing WFI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But we can find any function to do these task.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We tried to implement it, but it seems the WFI status of cluster0 and cluster1 keep in 0.(non-disable)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you help to give me a hint?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We compared the WFI status in M-core and A+M core when DUT power on for reference in below table &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shenghao_0-1677219945840.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/212228iB019D6FFC76889B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shenghao_0-1677219945840.png" alt="Shenghao_0-1677219945840.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="Shenghao_1-1677219945902.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/212229i7E574E64AA6EA52E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shenghao_1-1677219945902.png" alt="Shenghao_1-1677219945902.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Shenghao&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 06:26:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-Multicore-standby-mode-implement/m-p/1605013#M2313</guid>
      <dc:creator>Shenghao</dc:creator>
      <dc:date>2023-02-24T06:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 - Multicore standby mode implement</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-Multicore-standby-mode-implement/m-p/1605438#M2322</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;For the Core turn-off sequence, there is a flow-diagram shown on the S32G2 reference manual [Page 1083, S32G2 Reference Manual, Rev. 6, 11/2022]. Have you taken a look into it?&lt;/P&gt;
&lt;P&gt;This should be done with the MC_ME module inside the S32G.&lt;/P&gt;
&lt;P&gt;Please, let us know if this information was helpful or not.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 18:55:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-Multicore-standby-mode-implement/m-p/1605438#M2322</guid>
      <dc:creator>Daniel-Aguirre</dc:creator>
      <dc:date>2023-02-24T18:55:34Z</dc:date>
    </item>
    <item>
      <title>回复： S32G2 - Multicore standby mode implement</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-Multicore-standby-mode-implement/m-p/1609753#M2391</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've checked it. But we don't know how to implement on our platform.&lt;/P&gt;&lt;P&gt;Do you have any multi-core examplem code for standby mode?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 06:11:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-Multicore-standby-mode-implement/m-p/1609753#M2391</guid>
      <dc:creator>Shenghao</dc:creator>
      <dc:date>2023-03-06T06:11:15Z</dc:date>
    </item>
    <item>
      <title>回复： S32G2 - Multicore standby mode implement</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-Multicore-standby-mode-implement/m-p/1610182#M2393</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for your feedback.&lt;/P&gt;
&lt;P&gt;At this moment, the only multicore example available is the one provided on A13750, which is more of a communication example between the different cores available in S32G. We do apologize.&lt;/P&gt;
&lt;P&gt;There is a community post that creates a Standby Demo using a UART Example, we could recommend taking a look into it to see if this helps with your development.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/NXP-Designs-Knowledge-Base/S32G-M-kernel-Standby-demo-and-how-to-porting-to-Mcal/ta-p/1556313" target="_blank"&gt;S32G: M kernel Standby demo and how to porting to ... - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If this is not enough, we could recommend opening a ticket on NXP online services, for them to further study the possibility of a multicore standby example.&lt;/P&gt;
&lt;P&gt;Please, let us know.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 17:26:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-Multicore-standby-mode-implement/m-p/1610182#M2393</guid>
      <dc:creator>Daniel-Aguirre</dc:creator>
      <dc:date>2023-03-06T17:26:32Z</dc:date>
    </item>
  </channel>
</rss>

