<?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>S32KのトピックRe: S32K312 EVB DEBUG</title>
    <link>https://community.nxp.com/t5/S32K/S32K312-EVB-DEBUG/m-p/2173275#M52894</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/193092"&gt;@PINKMAN&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I contacted SEGGER support, and they confirmed that there is a bug in the algorithm.&lt;BR /&gt;They are currently working on a fix. Once it's available, I will update the thread accordingly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Sep 2025 06:09:51 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2025-09-22T06:09:51Z</dc:date>
    <item>
      <title>S32K312 EVB DEBUG</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-EVB-DEBUG/m-p/2170131#M52695</link>
      <description>&lt;DIV class=""&gt;Hello:&lt;/DIV&gt;&lt;DIV class=""&gt;I made a really stupid mistake. I configured the debug port of the S32K31XEVB-Q100 as a regular GPIO, which now prevents me from downloading programs via the debug port. Could you please tell me if there are any solutions to this problem?&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;As an addition, I am using an external debugger instead of the on-board OPEN-SDA.&lt;/DIV&gt;</description>
      <pubDate>Tue, 16 Sep 2025 05:07:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-EVB-DEBUG/m-p/2170131#M52695</guid>
      <dc:creator>PINKMAN</dc:creator>
      <dc:date>2025-09-16T05:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 EVB DEBUG</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-EVB-DEBUG/m-p/2170279#M52707</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/193092"&gt;@PINKMAN&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;To ensure successful debugging, the MCU must be reset and the debugger must connect and halt the core within the brief time window before the pins are reconfigured.&lt;/P&gt;
&lt;P&gt;Did you also reconfigure the reset_b pin?&lt;/P&gt;
&lt;P&gt;If so, the only reliable way to reset the MCU is via a Power-On Reset (POR).&lt;/P&gt;
&lt;P&gt;What debugger are you using?&lt;/P&gt;
&lt;P&gt;For example, if you're using Lauterbach, you can use a script like this:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;SYStem.CPU S32K312-M7
SYStem.config.core 1. 1.
SYStem.config.debugporttype JTAG
System.JTAGclock 10MHz
sys.Option DUALPORT ON
wait state.power()
sys.up
if RUN()
break&lt;/LI-CODE&gt;
&lt;P&gt;It waits until the MCU is powered.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 08:02:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-EVB-DEBUG/m-p/2170279#M52707</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2025-09-16T08:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 EVB DEBUG</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-EVB-DEBUG/m-p/2170306#M52709</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I only configured PTA4 (JTAG_TMS_SWD_DIO) as CMP_OUT and did not configure other debugging pins. The debugger we use is JLINK. Could you please tell me if there is any way to solve this problem?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 08:26:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-EVB-DEBUG/m-p/2170306#M52709</guid>
      <dc:creator>PINKMAN</dc:creator>
      <dc:date>2025-09-16T08:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 EVB DEBUG</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-EVB-DEBUG/m-p/2170322#M52710</link>
      <description>&lt;P&gt;Can you try this solution?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32-SDK/failed-to-power-up-dap-after-program-s32k312-with-pll0-equal/td-p/1609010" target="_blank"&gt;https://community.nxp.com/t5/S32-SDK/failed-to-power-up-dap-after-program-s32k312-with-pll0-equal/td-p/1609010&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 08:53:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-EVB-DEBUG/m-p/2170322#M52710</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2025-09-16T08:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 EVB DEBUG</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-EVB-DEBUG/m-p/2170768#M52736</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PINKMAN_0-1758079038086.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/357221i7542CF1AEF22EC10/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PINKMAN_0-1758079038086.png" alt="PINKMAN_0-1758079038086.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;according your suggestion, it not works, the picture is my step,can you tell me what happened.&amp;nbsp; my debug is SWD mode,thanks&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 03:19:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-EVB-DEBUG/m-p/2170768#M52736</guid>
      <dc:creator>PINKMAN</dc:creator>
      <dc:date>2025-09-17T03:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 EVB DEBUG</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-EVB-DEBUG/m-p/2170846#M52746</link>
      <description>&lt;P&gt;Can you try JTAG protocol too?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 06:04:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-EVB-DEBUG/m-p/2170846#M52746</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2025-09-17T06:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 EVB DEBUG</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-EVB-DEBUG/m-p/2170932#M52758</link>
      <description>&lt;P&gt;i try all of the two mode ,still not work&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 08:02:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-EVB-DEBUG/m-p/2170932#M52758</guid>
      <dc:creator>PINKMAN</dc:creator>
      <dc:date>2025-09-17T08:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 EVB DEBUG</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-EVB-DEBUG/m-p/2170948#M52762</link>
      <description>&lt;P&gt;&lt;SPAN&gt;can you configured PTA4 (JTAG_TMS_SWD_DIO) as CMP_OUT if you have a S32K31XEVB-Q100,and try to unlock it use jlink command&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 08:09:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-EVB-DEBUG/m-p/2170948#M52762</guid>
      <dc:creator>PINKMAN</dc:creator>
      <dc:date>2025-09-17T08:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 EVB DEBUG</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-EVB-DEBUG/m-p/2173275#M52894</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/193092"&gt;@PINKMAN&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I contacted SEGGER support, and they confirmed that there is a bug in the algorithm.&lt;BR /&gt;They are currently working on a fix. Once it's available, I will update the thread accordingly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 06:09:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-EVB-DEBUG/m-p/2173275#M52894</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2025-09-22T06:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 EVB DEBUG</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-EVB-DEBUG/m-p/2200057#M54220</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/193092"&gt;@PINKMAN&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Segger has fixed the issue, the change will be included in version V8.88, scheduled to be released on November 12th.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 12:25:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-EVB-DEBUG/m-p/2200057#M54220</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2025-11-06T12:25:29Z</dc:date>
    </item>
  </channel>
</rss>

