<?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: S32G3 MultiCore Application Error in S32G</title>
    <link>https://community.nxp.com/t5/S32G/S32G3-MultiCore-Application-Error/m-p/1997986#M11784</link>
    <description>&lt;P&gt;hi,&lt;SPAN&gt;MohamedAbdelsla&lt;/SPAN&gt;&lt;WBR /&gt;&lt;SPAN&gt;m&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank you for your letter.&lt;BR /&gt;1.If you add A CAN clock to the M core, and the A core is stuck at startup, this should be the M core and the A core initialization conflict, I think you should check the initialization content of the A core, uninitialize the CAN clock in the A core.&lt;BR /&gt;2.For reference on multi-core applications you can refer to the IPCF driver's instructions to use it.&lt;/P&gt;
&lt;P&gt;3.Enabling Multicore Application on S32G2 using S32G2 Platform Software Integration can be referenced, but pay attention to the version of the software package.&lt;/P&gt;
&lt;P&gt;Hope it can help you.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Joey&lt;/P&gt;</description>
    <pubDate>Wed, 20 Nov 2024 11:12:23 GMT</pubDate>
    <dc:creator>Joey_z</dc:creator>
    <dc:date>2024-11-20T11:12:23Z</dc:date>
    <item>
      <title>S32G3 MultiCore Application Error</title>
      <link>https://community.nxp.com/t5/S32G/S32G3-MultiCore-Application-Error/m-p/1996332#M11756</link>
      <description>&lt;P&gt;Hi experts,&lt;BR /&gt;I have my own application on M7 core. Then I am going to integrate IPCF upon my app, so i've followed the example description of IPCF_FreeRTOS_M7-0, but when come to start M7 core command '&lt;SPAN&gt;startm7 0x34500400' ,&amp;nbsp;it got stuck and cannot proceed with boot step.&amp;nbsp;&lt;BR /&gt;So my question is how to run multicore application on S32G3? Is there any guide or example to do that? or such bootloader example?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 11:57:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G3-MultiCore-Application-Error/m-p/1996332#M11756</guid>
      <dc:creator>MohamedAbdelslam</dc:creator>
      <dc:date>2024-11-18T11:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: S32G3 MultiCore Application Error</title>
      <link>https://community.nxp.com/t5/S32G/S32G3-MultiCore-Application-Error/m-p/1997062#M11768</link>
      <description>&lt;P&gt;hi,&lt;SPAN&gt;MohamedAbdelsla&lt;/SPAN&gt;&lt;WBR /&gt;&lt;SPAN&gt;m&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Did you modify the IPCF_FreeRTOS_S32G399A_M7_0 demo program? If so, 0x34500400 will be changed and the startm7 command will need to be modified. Look at the IPCF_FreeRTOS_S32G399A_M7_0.map file and change the startm7 0x34500400 address to your own.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Joey_z_0-1732010396092.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/311220i49C88FBB894B56CE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Joey_z_0-1732010396092.png" alt="Joey_z_0-1732010396092.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it can help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Joey&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 10:01:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G3-MultiCore-Application-Error/m-p/1997062#M11768</guid>
      <dc:creator>Joey_z</dc:creator>
      <dc:date>2024-11-19T10:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: S32G3 MultiCore Application Error</title>
      <link>https://community.nxp.com/t5/S32G/S32G3-MultiCore-Application-Error/m-p/1997790#M11783</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/236188"&gt;@Joey_z&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Thanks for your support. The address (.intc_vector) of the start m core has not been changed.&amp;nbsp;&lt;BR /&gt;I modified the example which I have added a CAN driver logic to send some CAN frames using Free RTOS, so this code should initialize the clock. But when I am commenting the Clock initialization line, the A core can boot normally (but this will ruin the can driver work).&amp;nbsp;&lt;BR /&gt;-What are your recommendations to troubleshoot this issue?&lt;BR /&gt;-Normally how to create multicore application on S32G3 board?&lt;BR /&gt;-Should I follow the document ''Enabling Multicore Application on S32G2 using S32G2 Platform Software Integration''?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 07:02:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G3-MultiCore-Application-Error/m-p/1997790#M11783</guid>
      <dc:creator>MohamedAbdelslam</dc:creator>
      <dc:date>2024-11-20T07:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: S32G3 MultiCore Application Error</title>
      <link>https://community.nxp.com/t5/S32G/S32G3-MultiCore-Application-Error/m-p/1997986#M11784</link>
      <description>&lt;P&gt;hi,&lt;SPAN&gt;MohamedAbdelsla&lt;/SPAN&gt;&lt;WBR /&gt;&lt;SPAN&gt;m&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank you for your letter.&lt;BR /&gt;1.If you add A CAN clock to the M core, and the A core is stuck at startup, this should be the M core and the A core initialization conflict, I think you should check the initialization content of the A core, uninitialize the CAN clock in the A core.&lt;BR /&gt;2.For reference on multi-core applications you can refer to the IPCF driver's instructions to use it.&lt;/P&gt;
&lt;P&gt;3.Enabling Multicore Application on S32G2 using S32G2 Platform Software Integration can be referenced, but pay attention to the version of the software package.&lt;/P&gt;
&lt;P&gt;Hope it can help you.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Joey&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 11:12:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G3-MultiCore-Application-Error/m-p/1997986#M11784</guid>
      <dc:creator>Joey_z</dc:creator>
      <dc:date>2024-11-20T11:12:23Z</dc:date>
    </item>
  </channel>
</rss>

