<?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のトピックRe: S32G274 FreeRTOS_SMP</title>
    <link>https://community.nxp.com/t5/S32G/S32G274-FreeRTOS-SMP/m-p/2073271#M13144</link>
    <description>&lt;P&gt;hi,&lt;SPAN&gt;Wanyj&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank you for contacting us.&lt;/P&gt;
&lt;P&gt;You can try modifying&amp;nbsp;vTaskCoreAffinitySet() function to use&amp;nbsp;&lt;SPAN&gt; M7_1 core to execute tasks as the following picture.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Joey_z_0-1743651651361.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/331119iC3E5EEEE7FE8214C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Joey_z_0-1743651651361.png" alt="Joey_z_0-1743651651361.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;then, add print to test it.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Joey_z_1-1743651664054.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/331120i1D3B9C1B6C1532F7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Joey_z_1-1743651664054.png" alt="Joey_z_1-1743651664054.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Joey&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Apr 2025 03:42:00 GMT</pubDate>
    <dc:creator>Joey_z</dc:creator>
    <dc:date>2025-04-03T03:42:00Z</dc:date>
    <item>
      <title>S32G274 FreeRTOS_SMP</title>
      <link>https://community.nxp.com/t5/S32G/S32G274-FreeRTOS-SMP/m-p/2072777#M13135</link>
      <description>&lt;P&gt;Hello everyone, I am using the SMP function of FreeRTOS on S32G274. When debugging with Lauterbach, I can correctly start M7-0 and M7_1 cores in two windows. However, if I burn the compiled bin file to the development board, I found out through printing that I only started M7-0 core。&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Wanyj_2-1743588285556.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/330983i2A05BE36BF384875/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Wanyj_2-1743588285556.png" alt="Wanyj_2-1743588285556.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't understand how the program can enter the main function through M7_1 core for the second time to start xPortStartScheduler ();&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Wanyj_1-1743588165601.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/330982i08ADEE7BC5B8F1BF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Wanyj_1-1743588165601.png" alt="Wanyj_1-1743588165601.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="Wanyj_0-1743588140602.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/330981iB795CD55126A200C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Wanyj_0-1743588140602.png" alt="Wanyj_0-1743588140602.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am using the official demo provided. How can I boot M7_1 core to execute tasks? I hope to receive an answer. Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 10:04:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G274-FreeRTOS-SMP/m-p/2072777#M13135</guid>
      <dc:creator>Wanyj</dc:creator>
      <dc:date>2025-04-02T10:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: S32G274 FreeRTOS_SMP</title>
      <link>https://community.nxp.com/t5/S32G/S32G274-FreeRTOS-SMP/m-p/2073271#M13144</link>
      <description>&lt;P&gt;hi,&lt;SPAN&gt;Wanyj&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank you for contacting us.&lt;/P&gt;
&lt;P&gt;You can try modifying&amp;nbsp;vTaskCoreAffinitySet() function to use&amp;nbsp;&lt;SPAN&gt; M7_1 core to execute tasks as the following picture.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Joey_z_0-1743651651361.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/331119iC3E5EEEE7FE8214C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Joey_z_0-1743651651361.png" alt="Joey_z_0-1743651651361.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;then, add print to test it.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Joey_z_1-1743651664054.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/331120i1D3B9C1B6C1532F7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Joey_z_1-1743651664054.png" alt="Joey_z_1-1743651664054.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Joey&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 03:42:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G274-FreeRTOS-SMP/m-p/2073271#M13144</guid>
      <dc:creator>Joey_z</dc:creator>
      <dc:date>2025-04-03T03:42:00Z</dc:date>
    </item>
  </channel>
</rss>

