<?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: S32G2 Enabling Multicore Application</title>
    <link>https://community.nxp.com/t5/S32G/S32G2-Enabling-Multicore-Application/m-p/2403200#M16728</link>
    <description>&lt;P&gt;Hi, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/236188"&gt;@Joey_z&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, after adding, it will show "undeclared" on the third image.&lt;/P&gt;&lt;P&gt;Commenting out will show "No such file or directory", on the fifth image.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zhipeng_1-1786347067301.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/394063i5D0CF48B98CEDECB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="zhipeng_1-1786347067301.png" alt="zhipeng_1-1786347067301.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;"CryptoDal.h" is located in D:\NXP\Integration_Reference_Examples_S32G2_2022_06\code\framework\realtime\bsw\dal\cryptodal\generic\include&lt;/P&gt;&lt;P&gt;"Hse_Ip.h" is located in D:\NXP\SW32G_RTD_4.4_3.0.2_HF01\eclipse\plugins\Crypto_TS_T40D11M30I2R0\include&lt;/P&gt;&lt;P&gt;I have found both files in their respective folders, and the file paths are also written in launch.bat.&lt;/P&gt;&lt;P&gt;The current problem feels like the plugin path was not included during the compilation process.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;</description>
    <pubDate>Mon, 10 Aug 2026 07:46:19 GMT</pubDate>
    <dc:creator>zhipeng</dc:creator>
    <dc:date>2026-08-10T07:46:19Z</dc:date>
    <item>
      <title>S32G2 Enabling Multicore Application</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-Enabling-Multicore-Application/m-p/2403079#M16725</link>
      <description>&lt;P&gt;Hi, nxp&amp;nbsp;fellows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are preparing to use multi-core to run programs in the S32G274A chip, using A53 to run Linux and M7 to run LLCE_CAN.&lt;/P&gt;&lt;P&gt;We referred to "Enabling Multicore Application on S32G2 using S32G2 Platform Software Integration", according to 5.2. Configure the bootloader, installed the recommended software packages, and configured them following the steps.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zhipeng_7-1786181958976.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/394034i7FC881D235D6A1A0/image-size/small?v=v2&amp;amp;px=200" role="button" title="zhipeng_7-1786181958976.png" alt="zhipeng_7-1786181958976.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;There is an error in 5.3. Build The Bootloader during compilation.&lt;/P&gt;&lt;P&gt;The launch.bat file was edited.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zhipeng_0-1786182860528.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/394035iBABD3835BE1E4364/image-size/small?v=v2&amp;amp;px=200" role="button" title="zhipeng_0-1786182860528.png" alt="zhipeng_0-1786182860528.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;An error occurred after running launch.bat. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zhipeng_0-1786180508617.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/394026iFD0C0B33356DC106/image-size/small?v=v2&amp;amp;px=200" role="button" title="zhipeng_0-1786180508617.png" alt="zhipeng_0-1786180508617.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After commenting out the relevant code.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zhipeng_5-1786181360466.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/394032i8F6220B9AE4555F2/image-size/small?v=v2&amp;amp;px=200" role="button" title="zhipeng_5-1786181360466.png" alt="zhipeng_5-1786181360466.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zhipeng_2-1786180921774.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/394029iB2667C5AC086A76E/image-size/small?v=v2&amp;amp;px=200" role="button" title="zhipeng_2-1786180921774.png" alt="zhipeng_2-1786180921774.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I found the CryptoDal.h file in the installation directory.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zhipeng_4-1786181305215.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/394031i9A78379D98315D4B/image-size/small?v=v2&amp;amp;px=200" role="button" title="zhipeng_4-1786181305215.png" alt="zhipeng_4-1786181305215.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zhipeng_6-1786181450684.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/394033iE5EC95B5CCCB994F/image-size/small?v=v2&amp;amp;px=200" role="button" title="zhipeng_6-1786181450684.png" alt="zhipeng_6-1786181450684.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Where could there be any mistakes?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2026 09:54:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-Enabling-Multicore-Application/m-p/2403079#M16725</guid>
      <dc:creator>zhipeng</dc:creator>
      <dc:date>2026-08-08T09:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 Enabling Multicore Application</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-Enabling-Multicore-Application/m-p/2403132#M16726</link>
      <description>&lt;P&gt;Hi,&lt;SPAN&gt;zhipeng&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For your issue, will there be an error if the following contents are added? Is it commenting out won't cause an error?&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-1786328574726.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/394045iA063ACB7F8AE2FA0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Joey_z_0-1786328574726.png" alt="Joey_z_0-1786328574726.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Joey&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2026 02:25:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-Enabling-Multicore-Application/m-p/2403132#M16726</guid>
      <dc:creator>Joey_z</dc:creator>
      <dc:date>2026-08-10T02:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 Enabling Multicore Application</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-Enabling-Multicore-Application/m-p/2403200#M16728</link>
      <description>&lt;P&gt;Hi, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/236188"&gt;@Joey_z&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, after adding, it will show "undeclared" on the third image.&lt;/P&gt;&lt;P&gt;Commenting out will show "No such file or directory", on the fifth image.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zhipeng_1-1786347067301.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/394063i5D0CF48B98CEDECB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="zhipeng_1-1786347067301.png" alt="zhipeng_1-1786347067301.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;"CryptoDal.h" is located in D:\NXP\Integration_Reference_Examples_S32G2_2022_06\code\framework\realtime\bsw\dal\cryptodal\generic\include&lt;/P&gt;&lt;P&gt;"Hse_Ip.h" is located in D:\NXP\SW32G_RTD_4.4_3.0.2_HF01\eclipse\plugins\Crypto_TS_T40D11M30I2R0\include&lt;/P&gt;&lt;P&gt;I have found both files in their respective folders, and the file paths are also written in launch.bat.&lt;/P&gt;&lt;P&gt;The current problem feels like the plugin path was not included during the compilation process.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2026 07:46:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-Enabling-Multicore-Application/m-p/2403200#M16728</guid>
      <dc:creator>zhipeng</dc:creator>
      <dc:date>2026-08-10T07:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 Enabling Multicore Application</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-Enabling-Multicore-Application/m-p/2403257#M16730</link>
      <description>&lt;P&gt;Hi，&lt;SPAN&gt;zhipeng&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is Secure Boot enabled in the configuration? Try to enable the Secure boot, check if the issue will&amp;nbsp;disappear.&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_2-1786353784256.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/394079iD96FF2822F40DD41/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Joey_z_2-1786353784256.png" alt="Joey_z_2-1786353784256.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;</description>
      <pubDate>Mon, 10 Aug 2026 09:46:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-Enabling-Multicore-Application/m-p/2403257#M16730</guid>
      <dc:creator>Joey_z</dc:creator>
      <dc:date>2026-08-10T09:46:54Z</dc:date>
    </item>
  </channel>
</rss>

