<?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 Re: S32K396: (S32 DS IDE) Debugger is not getting connected in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/S32K396-S32-DS-IDE-Debugger-is-not-getting-connected/m-p/2125818#M13568</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/251990"&gt;@SonuRaut&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have sent you an email through your support ticket with more detailed information regarding this issue.&lt;/P&gt;
&lt;P&gt;If you agree to continue the support through that channel, feel free to mark this thread as resolved. Otherwise, I am happy to continue assisting you here as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, VaneB&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jun 2025 18:22:28 GMT</pubDate>
    <dc:creator>VaneB</dc:creator>
    <dc:date>2025-06-30T18:22:28Z</dc:date>
    <item>
      <title>S32K396: (S32 DS IDE) Debugger is not getting connected</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32K396-S32-DS-IDE-Debugger-is-not-getting-connected/m-p/2125567#M13566</link>
      <description>&lt;P&gt;After receiving the evaluation board, we executed the following steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Connected the evaluation board with a power supply. Configured the jumper as:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SonuRaut_0-1751277669323.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/345275iE4C9F07A64AF05E3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SonuRaut_0-1751277669323.png" alt="SonuRaut_0-1751277669323.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;We have used the example code for LED blinking provided at :-&lt;/LI&gt;&lt;/OL&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="SonuRaut_1-1751277669347.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/345274i2E9FDA2ADC17EB8B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SonuRaut_1-1751277669347.jpeg" alt="SonuRaut_1-1751277669347.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;We checked the LED (D35) was blinking.&lt;/LI&gt;&lt;LI&gt;We changed startup_cm7.s file (Port_Example_S32K396\Project_Settings\Startup_Code\startup_cm7.s)&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;We changed value of CM7_0_ENABLE to 0 and value of CM7_2_ENABLE to 1&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#define CM7_0_ENABLE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0)&lt;/P&gt;&lt;P&gt;#ifndef CM7_1_ENABLE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define CM7_1_ENABLE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0)&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;P&gt;#ifndef CM7_2_ENABLE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define CM7_2_ENABLE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (1)&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;P&gt;#ifndef CM7_3_ENABLE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define CM7_3_ENABLE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Again, we reversed it to default values. (CM7_0_ENABLE to 1 and value of CM7_2_ENABLE to 0)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;#define CM7_0_ENABLE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (1)&lt;/P&gt;&lt;P&gt;#ifndef CM7_1_ENABLE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define CM7_1_ENABLE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0)&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;P&gt;#ifndef CM7_2_ENABLE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define CM7_2_ENABLE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0)&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;P&gt;#ifndef CM7_3_ENABLE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define CM7_3_ENABLE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;We are not able to connect to the debugger and flash the project.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 30 Jun 2025 10:01:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32K396-S32-DS-IDE-Debugger-is-not-getting-connected/m-p/2125567#M13566</guid>
      <dc:creator>SonuRaut</dc:creator>
      <dc:date>2025-06-30T10:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: S32K396: (S32 DS IDE) Debugger is not getting connected</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32K396-S32-DS-IDE-Debugger-is-not-getting-connected/m-p/2125818#M13568</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/251990"&gt;@SonuRaut&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have sent you an email through your support ticket with more detailed information regarding this issue.&lt;/P&gt;
&lt;P&gt;If you agree to continue the support through that channel, feel free to mark this thread as resolved. Otherwise, I am happy to continue assisting you here as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, VaneB&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 18:22:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32K396-S32-DS-IDE-Debugger-is-not-getting-connected/m-p/2125818#M13568</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2025-06-30T18:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: S32K396: (S32 DS IDE) Debugger is not getting connected</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32K396-S32-DS-IDE-Debugger-is-not-getting-connected/m-p/2126026#M13570</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It is acceptable to me. Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 04:28:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32K396-S32-DS-IDE-Debugger-is-not-getting-connected/m-p/2126026#M13570</guid>
      <dc:creator>SonuRaut</dc:creator>
      <dc:date>2025-07-01T04:28:46Z</dc:date>
    </item>
  </channel>
</rss>

