<?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: LLCE example and U-boot</title>
    <link>https://community.nxp.com/t5/S32G/LLCE-example-and-U-boot/m-p/2402499#M16723</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/235540"&gt;@GioMusto&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;1. Commonly, I suggest using S32DS3.5.x(for example, 3.5.14) for working with S32G(mentioned in release notes of S32G RTD release), and make sure that the following packages are installed at least:（RTD and development package）&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chenyin_h_0-1786010049364.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/393877i147A6B32623EF839/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chenyin_h_0-1786010049364.png" alt="chenyin_h_0-1786010049364.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2. To simplify the process, you may import an example project into the S32DS, and then open the IVT tool, for example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chenyin_h_1-1786010241259.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/393878iFFAC0984145F70E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chenyin_h_1-1786010241259.png" alt="chenyin_h_1-1786010241259.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then have a try if the IVT tool could be used for generating blob based on your own images.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;</description>
    <pubDate>Thu, 06 Aug 2026 09:59:10 GMT</pubDate>
    <dc:creator>chenyin_h</dc:creator>
    <dc:date>2026-08-06T09:59:10Z</dc:date>
    <item>
      <title>LLCE example and U-boot</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-example-and-U-boot/m-p/2396020#M16636</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I'm trying to make the LLCE examples work on the Goldbox.&lt;/P&gt;&lt;P&gt;I modified the CAN2CAN example a little bit, and it works if I debug it from S32DS.&lt;/P&gt;&lt;P&gt;If I try to run it from U-boot, however, it executes, but hangs U-boot itself.&lt;/P&gt;&lt;P&gt;These are the commands I'm running:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;dcache off; mw.q 0x34000000 0x0 0x100000; dcache on&lt;/P&gt;&lt;P&gt;fatload mmc 0:2 ${loadaddr} /llce.elf&lt;/P&gt;&lt;P&gt;bootm7 ${loadaddr} VTABLE&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I can see the CAN traffic on the bus, so the example is running, but U-boot hangs and is not able to accept commands anymore.&lt;/P&gt;&lt;P&gt;After some debugging, I was able to trace the problem to the &lt;SPAN&gt;&lt;EM&gt;PlatformInit()&lt;/EM&gt; call, and in particular the code to set the clock.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If I remove that code, however, the example does not work anymore.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you have any suggestions?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 15:10:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-example-and-U-boot/m-p/2396020#M16636</guid>
      <dc:creator>GioMusto</dc:creator>
      <dc:date>2026-07-16T15:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE example and U-boot</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-example-and-U-boot/m-p/2396165#M16637</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/235540"&gt;@GioMusto&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your post.&lt;/P&gt;
&lt;P&gt;The issue you mentioned may be caused clock or other resource confliction between M and A side.&lt;/P&gt;
&lt;P&gt;1. On S32G product, under default settings,&amp;nbsp;the BSP running on A53 side is designed under the assumption that it has exclusive access to the system, and therefore does not consider potential conflicts introduced by other software components, while in your M core application, it may also touch critical resources like clock/memory, etc. You have to careful about every part of the code, to avoid any possible confliction/re-configuration for critical resources.&lt;/P&gt;
&lt;P&gt;2. For running both M7 application and Linux BSP simultaneously, the recommended way is to firstly running a M7 bootloader to manage the resources, as introduced via &lt;A href="https://www.google.com/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=&amp;amp;cad=rja&amp;amp;uact=8&amp;amp;ved=2ahUKEwjdjNn82tiVAxXth68BHZqTMtgQFnoECA0QAQ&amp;amp;url=https%3A%2F%2Fcommunity.nxp.com%2Fpwmxy87654%2Fattachments%2Fpwmxy87654%2FS32G%2F15638%2F1%2FEnabling%2520Multicore%2520Application%2520on%2520S32G2_.pdf&amp;amp;usg=AOvVaw3FT4UDbktml5nnMZAZ9xmc&amp;amp;opi=89978449" target="_self"&gt;AN13750&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2026 02:57:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-example-and-U-boot/m-p/2396165#M16637</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2026-07-17T02:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE example and U-boot</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-example-and-U-boot/m-p/2396221#M16641</link>
      <description>Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/24163"&gt;@chenyin_h&lt;/a&gt;, thanks for your reply.&lt;BR /&gt;I see the guide you posted is for the S32G2. Is it the same for S32G3, or are there some differences?&lt;BR /&gt;&lt;BR /&gt;Do you have any suggestion on things to keep an eye on? Common problems, and so on.</description>
      <pubDate>Fri, 17 Jul 2026 06:49:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-example-and-U-boot/m-p/2396221#M16641</guid>
      <dc:creator>GioMusto</dc:creator>
      <dc:date>2026-07-17T06:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE example and U-boot</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-example-and-U-boot/m-p/2396234#M16643</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/235540"&gt;@GioMusto&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;Yes, it is for S32G2, not G3, but the method introduced is similar.&lt;/P&gt;
&lt;P&gt;Since it is based on early version software packages, it could not be considered as a step by step guide when using recent version software combinations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2026 07:17:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-example-and-U-boot/m-p/2396234#M16643</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2026-07-17T07:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE example and U-boot</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-example-and-U-boot/m-p/2402163#M16718</link>
      <description>&lt;P&gt;I'm trying to build the M7 bootloader by following AN13750 and the "System-Level Bootloader Integration Example for S32G3XX".&lt;/P&gt;&lt;P&gt;I managed to compile the bootloader (with some difficulties, since I'm missing the SAF package), but now I'm stuck with the IVT tool in S32DS.&lt;/P&gt;&lt;P&gt;When I create a new project, select S32G399A, Cortex-M7_0, and create a configuration, I get the error "IVT tool does not support the current processor. The same is true for DCD, QuadSPI, DDR and eFuse (see screenshot).&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IVT_error.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/393775i46E2706ECEDA5299/image-size/large?v=v2&amp;amp;px=999" role="button" title="IVT_error.png" alt="IVT_error.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2026 13:12:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-example-and-U-boot/m-p/2402163#M16718</guid>
      <dc:creator>GioMusto</dc:creator>
      <dc:date>2026-08-05T13:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE example and U-boot</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-example-and-U-boot/m-p/2402499#M16723</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/235540"&gt;@GioMusto&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;1. Commonly, I suggest using S32DS3.5.x(for example, 3.5.14) for working with S32G(mentioned in release notes of S32G RTD release), and make sure that the following packages are installed at least:（RTD and development package）&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chenyin_h_0-1786010049364.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/393877i147A6B32623EF839/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chenyin_h_0-1786010049364.png" alt="chenyin_h_0-1786010049364.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2. To simplify the process, you may import an example project into the S32DS, and then open the IVT tool, for example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chenyin_h_1-1786010241259.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/393878iFFAC0984145F70E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chenyin_h_1-1786010241259.png" alt="chenyin_h_1-1786010241259.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then have a try if the IVT tool could be used for generating blob based on your own images.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2026 09:59:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-example-and-U-boot/m-p/2402499#M16723</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2026-08-06T09:59:10Z</dc:date>
    </item>
  </channel>
</rss>

