<?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 Configure the Debug by flash in S32DS in S32G</title>
    <link>https://community.nxp.com/t5/S32G/Configure-the-Debug-by-flash-in-S32DS/m-p/2088191#M13319</link>
    <description>&lt;P&gt;Hello, I have a problem, i'm trying to run an existing project on S32G3 by debugging it by using Flash. I followed the steps to add the flash linker path but I couldn't find it so I add it my self, but it don't seems to be the solution because only the RAM linker is there.&lt;/P&gt;&lt;P&gt;Could you help me please or tell me where to find this linker to process Flash debuging (i.e. flash_linker.ld ) ?&lt;/P&gt;&lt;P&gt;Thanks : )&lt;/P&gt;</description>
    <pubDate>Mon, 28 Apr 2025 08:51:44 GMT</pubDate>
    <dc:creator>NancyW</dc:creator>
    <dc:date>2025-04-28T08:51:44Z</dc:date>
    <item>
      <title>Configure the Debug by flash in S32DS</title>
      <link>https://community.nxp.com/t5/S32G/Configure-the-Debug-by-flash-in-S32DS/m-p/2088191#M13319</link>
      <description>&lt;P&gt;Hello, I have a problem, i'm trying to run an existing project on S32G3 by debugging it by using Flash. I followed the steps to add the flash linker path but I couldn't find it so I add it my self, but it don't seems to be the solution because only the RAM linker is there.&lt;/P&gt;&lt;P&gt;Could you help me please or tell me where to find this linker to process Flash debuging (i.e. flash_linker.ld ) ?&lt;/P&gt;&lt;P&gt;Thanks : )&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 08:51:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Configure-the-Debug-by-flash-in-S32DS/m-p/2088191#M13319</guid>
      <dc:creator>NancyW</dc:creator>
      <dc:date>2025-04-28T08:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Configure the Debug by flash in S32DS</title>
      <link>https://community.nxp.com/t5/S32G/Configure-the-Debug-by-flash-in-S32DS/m-p/2088319#M13323</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249830"&gt;@NancyW&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your post.&lt;/P&gt;
&lt;P&gt;May I know if you are working with a RDB3 or a custom board?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;From my opinion, debug_flash runs program from flash memory, debug_ram runs it from MCU's RAM, but on S32G3, there is no on-chip flash on the SOC, the applications are fetched from external NVM and running on SRAM, so that the existing examples from RTD could not support debug_flash in S32DS.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Chenyin&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 10:51:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Configure-the-Debug-by-flash-in-S32DS/m-p/2088319#M13323</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2025-04-28T10:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Configure the Debug by flash in S32DS</title>
      <link>https://community.nxp.com/t5/S32G/Configure-the-Debug-by-flash-in-S32DS/m-p/2088464#M13326</link>
      <description>&lt;P&gt;Thank you for your answer, I am currently working with the RDB3. If I create a project from sctrach, can I use debug_flash? And how to use debug_flash because that’s what I want to do.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 13:40:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Configure-the-Debug-by-flash-in-S32DS/m-p/2088464#M13326</guid>
      <dc:creator>NancyW</dc:creator>
      <dc:date>2025-04-28T13:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Configure the Debug by flash in S32DS</title>
      <link>https://community.nxp.com/t5/S32G/Configure-the-Debug-by-flash-in-S32DS/m-p/2088795#M13330</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249830"&gt;@NancyW&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;As what I have mentioned, there&amp;nbsp;&lt;SPAN&gt;is no on-chip flash on the S32G, the BootROM will&amp;nbsp;fetch applications from external NVM and load it to the SRAM to run,&amp;nbsp;it can not directly program Qflash, so the App data can not be moved to Qflash directly. it is part reason that there are no debug_flash examples.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Theoretically, the debug_flash may be implemented by enabling XIP and some more modification on the existing code,&amp;nbsp; but there are not examples nor document related to XIP on S32G, I suggest running/debugging the applications in SRAM.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Apologize for your inconvenience.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Chenyin&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 02:16:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Configure-the-Debug-by-flash-in-S32DS/m-p/2088795#M13330</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2025-04-29T02:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Configure the Debug by flash in S32DS</title>
      <link>https://community.nxp.com/t5/S32G/Configure-the-Debug-by-flash-in-S32DS/m-p/2089106#M13337</link>
      <description>Oh okay I see now, thanks you for your answers !</description>
      <pubDate>Tue, 29 Apr 2025 07:47:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Configure-the-Debug-by-flash-in-S32DS/m-p/2089106#M13337</guid>
      <dc:creator>NancyW</dc:creator>
      <dc:date>2025-04-29T07:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Configure the Debug by flash in S32DS</title>
      <link>https://community.nxp.com/t5/S32G/Configure-the-Debug-by-flash-in-S32DS/m-p/2091313#M13359</link>
      <description>&lt;P&gt;Hi, sorry to distrurb you again, I just have another question is it possible to debug using the external QSPI memory and how to do it in the S32DS ? Do it have something to do with the IVT ?&lt;/P&gt;&lt;P&gt;Thanks for your time again !&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 09:09:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Configure-the-Debug-by-flash-in-S32DS/m-p/2091313#M13359</guid>
      <dc:creator>NancyW</dc:creator>
      <dc:date>2025-05-05T09:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Configure the Debug by flash in S32DS</title>
      <link>https://community.nxp.com/t5/S32G/Configure-the-Debug-by-flash-in-S32DS/m-p/2091822#M13363</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249830"&gt;@NancyW&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are welcome.&lt;/P&gt;
&lt;P&gt;From my experience, it is possible to debug flash if your external QSPI could support XIP, the IVT may not be changed from the default QSPI one, and the address in linker files may have to be changed to the address range for QSPI, but I do not see guides/examples on S32DS to create such project for S32G, maybe examples from S32K could be useful for your reference, however, it is beyond my supporting scope, apologize for your inconvenience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 03:10:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Configure-the-Debug-by-flash-in-S32DS/m-p/2091822#M13363</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2025-05-06T03:10:14Z</dc:date>
    </item>
  </channel>
</rss>

