<?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: How to run and debug an example &amp;quot;hello world&amp;quot; program in FRDM IMX93 from VS Code with in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2319453#M244076</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;I’ve followed the steps up to &lt;STRONG&gt;“Launch the M Core from U‑Boot Terminal”&lt;/STRONG&gt;, and the output from that step matches what the guide describes.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shanmugapriya_0-1771417183138.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/377145i0E7DF4711A1108FE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shanmugapriya_0-1771417183138.png" alt="Shanmugapriya_0-1771417183138.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;After this, I connected a J-Link probe to the board using the pins specified in the guide: &lt;STRONG&gt;SWCLK, DIO, Vref (3.3 V), and GND&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Then, in VS Code, I selected the debug configuration.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shanmugapriya_1-1771417284863.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/377146i082D12C04DB96668/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shanmugapriya_1-1771417284863.png" alt="Shanmugapriya_1-1771417284863.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Below is my &lt;STRONG&gt;launch.json&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;This is my launch.json file contents&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"configurations"&lt;/SPAN&gt;&lt;SPAN&gt;: [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"type"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"mcuxpresso-debug"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"Debug"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"request"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"launch"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"cwd"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"${workspaceFolder}"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"executable"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"elf"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"D:/NXP_SDKs/SDK_25_12_00_MCIMX93-EVK/mcuxsdk/examples/demo_apps/hello_world/debug/hello_world_cm33.elf"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// Launch mode = "load + reset + halt @ main"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"isAttach"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"stopAtSymbol"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"main"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"skipBuildBeforeDebug"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// Your probe S/N&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"probeSerialNumber"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"801023331"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"gdbInitCommands"&lt;/SPAN&gt;&lt;SPAN&gt;: [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"set remotetimeout 600"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"set debug-file-directory"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"set non-stop off"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// Helpful with i.MX93/J-Link "no generic reset":&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"gdbServerConfigs"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"linkserver"&lt;/SPAN&gt;&lt;SPAN&gt;: {},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"segger"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// i.MX93 M33 device name in J-Link&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"device"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"MIMX9352_M33"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"interface"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"SWD"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"speed"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"1000"&lt;/SPAN&gt;&lt;SPAN&gt;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// start conservative; increase later (e.g., 4000)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"reset"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"halt"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"serialNumber"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"801023331"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"core"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"logFile"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"${workspaceFolder}/.vscode/jlink_gdbserver.log"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"pemicro"&lt;/SPAN&gt;&lt;SPAN&gt;: {}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"showDevDebugOutput"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"raw"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; ]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;When I start debugging from VS Code, I get the following error:&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shanmugapriya_2-1771417393340.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/377148iF43078ECB46E7718/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shanmugapriya_2-1771417393340.png" alt="Shanmugapriya_2-1771417393340.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shanmugapriya_3-1771417442590.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/377149i3593B0330A6CD6E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shanmugapriya_3-1771417442590.png" alt="Shanmugapriya_3-1771417442590.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shanmugapriya_4-1771417459147.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/377150i847ACA5E6D011DFB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shanmugapriya_4-1771417459147.png" alt="Shanmugapriya_4-1771417459147.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Note:&amp;nbsp;For this test, both &lt;STRONG&gt;P1 and P16 USB ports&lt;/STRONG&gt; were connected, along with the &lt;STRONG&gt;J-Link probe&lt;/STRONG&gt;.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;Please let me know if you need any additional details to help diagnose the issue.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 18 Feb 2026 12:28:03 GMT</pubDate>
    <dc:creator>Shanmugapriya</dc:creator>
    <dc:date>2026-02-18T12:28:03Z</dc:date>
    <item>
      <title>How to run and debug an example "hello world" program in FRDM IMX93 from VS Code with MCUXpresso</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2302226#M243680</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have successfully built the example &lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN&gt;Hello World&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt; code and would like to run and debug it on the Cortex-M33 core, validating the output in the console.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Based on the knowledge base, I removed the two resistors to enable the SWD debugger and reworked the board for a 1.8 V VTref. The boot switches are configured in &lt;STRONG&gt;1001&lt;/STRONG&gt; mode.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am encountering the attached error when using the J-Link Commander.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shanmugapriya_0-1769601176741.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/374614i317AA68D3CDAB842/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shanmugapriya_0-1769601176741.png" alt="Shanmugapriya_0-1769601176741.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Additionally, when attempting to debug from VS Code, I encounter the same issue and the debug session fails.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shanmugapriya_1-1769601243673.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/374615i6A374C33FC692B2B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shanmugapriya_1-1769601243673.png" alt="Shanmugapriya_1-1769601243673.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Could you please help me identify and resolve these errors?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your support.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 11:58:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2302226#M243680</guid>
      <dc:creator>Shanmugapriya</dc:creator>
      <dc:date>2026-01-28T11:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to run and debug an example "hello world" program in FRDM IMX93 from VS Code with</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2302415#M243683</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/258983"&gt;@Shanmugapriya&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Please refer to this &lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Getting-Started-with-FRDM-IMX93-and-MCU-LINK-Pro-for-M-Core/ta-p/2108089" target="_self"&gt;guide&lt;/A&gt; for detailed instructions. It includes a step-by-step procedure to debug the FRDM board.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Although the reference guide uses an MCU-Link Pro, the same steps apply when using J-Link debuggers, as the debugging process is equivalent.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If you have any questions while following the guide, please let us know.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 19:16:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2302415#M243683</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2026-01-28T19:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to run and debug an example "hello world" program in FRDM IMX93 from VS Code with</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2302585#M243689</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;Thanks for sharing the steps. While following them, I noticed that the resistor indicated by the red arrow does &lt;STRONG&gt;not&lt;/STRONG&gt; have continuity to the &lt;STRONG&gt;SW_CLK&lt;/STRONG&gt; pin. Earlier, based on a community post, I had already removed two resistors.&lt;/P&gt;&lt;P&gt;After checking continuity from the &lt;STRONG&gt;SW_CLK&lt;/STRONG&gt; and &lt;STRONG&gt;SW_DIO&lt;/STRONG&gt; pins, I found that the resistors actually connected to these lines are the ones marked with the &lt;STRONG&gt;yellow arrows&lt;/STRONG&gt;, and I removed those instead.&lt;/P&gt;&lt;P&gt;Could someone please confirm which specific resistor(s) should be removed for SWD access—the ones marked in &lt;STRONG&gt;red&lt;/STRONG&gt;, or the ones marked in &lt;STRONG&gt;yellow&lt;/STRONG&gt;?&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shanmugapriya_0-1769664672182.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/374703i5AE2F02D72990C4E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shanmugapriya_0-1769664672182.png" alt="Shanmugapriya_0-1769664672182.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 05:33:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2302585#M243689</guid>
      <dc:creator>Shanmugapriya</dc:creator>
      <dc:date>2026-01-29T05:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to run and debug an example "hello world" program in FRDM IMX93 from VS Code with</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2302595#M243690</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;Could you please clarify the correct position of the boot switch &lt;STRONG&gt;SW1&lt;/STRONG&gt; for the steps mentioned in the link you shared: &lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Getting-Started-with-FRDM-IMX93-and-MCU-LINK-Pro-for-M-Core/ta-p/2108089" target="_blank"&gt;Getting Started with FRDM-IMX93 and MCU-LINK Pro for M Core Debugging - NXP Community&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 05:51:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2302595#M243690</guid>
      <dc:creator>Shanmugapriya</dc:creator>
      <dc:date>2026-01-29T05:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to run and debug an example "hello world" program in FRDM IMX93 from VS Code with</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2302993#M243699</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I am facing such an error when "fastboot 0" is commanded.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shanmugapriya_0-1769685894527.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/374802iCB7327A1ACF222A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shanmugapriya_0-1769685894527.png" alt="Shanmugapriya_0-1769685894527.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 11:25:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2302993#M243699</guid>
      <dc:creator>Shanmugapriya</dc:creator>
      <dc:date>2026-01-29T11:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to run and debug an example "hello world" program in FRDM IMX93 from VS Code with</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2304694#M243765</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/258983"&gt;@Shanmugapriya&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The position of SW1 depends on whether the system is booting from eMMC or from the SD card. Please ensure SW1 is set according to the selected boot source.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The message “Failed to configure default pinctrl” is expected behavior and can be safely ignored. It does not indicate a functional issue.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;On the FRDM board, the resistors that need to be removed are R3017 and R3018.&lt;BR /&gt;Please refer to the board image or schematic to verify their exact location before removal.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chavira_1-1770039931783.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/375171i2CD2530B0AE4D723/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Chavira_1-1770039931783.png" alt="Chavira_1-1770039931783.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Chavira&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>Mon, 02 Feb 2026 13:45:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2304694#M243765</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2026-02-02T13:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to run and debug an example "hello world" program in FRDM IMX93 from VS Code with</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2304763#M243772</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;. If the error "&lt;SPAN&gt;Failed to configure default pinctrl" can be safely ignored, I will proceed with the steps and update the status.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Shanmugapriya&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 17:25:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2304763#M243772</guid>
      <dc:creator>Shanmugapriya</dc:creator>
      <dc:date>2026-02-02T17:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to run and debug an example "hello world" program in FRDM IMX93 from VS Code with</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2305729#M243817</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;DIV&gt;While checking the layout screenshot, I accidentally removed the wrong resistor — R403 (10 kΩ) instead of R3018. I seem to have misplaced the tiny resistor. Where can I source a replacement for this component?&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Feb 2026 06:12:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2305729#M243817</guid>
      <dc:creator>Shanmugapriya</dc:creator>
      <dc:date>2026-02-04T06:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to run and debug an example "hello world" program in FRDM IMX93 from VS Code with</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2308812#M243842</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/258983"&gt;@Shanmugapriya&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can purchase a 10 k, 0402 resistor with ±1% tolerance from your local electronic components distributor.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;There is nothing special or custom about this part, it is a standard 10 kΩ resistor.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 14:25:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2308812#M243842</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2026-02-04T14:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to run and debug an example "hello world" program in FRDM IMX93 from VS Code with</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2312736#M243868</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you. I will check and resolder the resistor.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 09:23:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2312736#M243868</guid>
      <dc:creator>Shanmugapriya</dc:creator>
      <dc:date>2026-02-05T09:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to run and debug an example "hello world" program in FRDM IMX93 from VS Code with</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2319453#M244076</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;I’ve followed the steps up to &lt;STRONG&gt;“Launch the M Core from U‑Boot Terminal”&lt;/STRONG&gt;, and the output from that step matches what the guide describes.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shanmugapriya_0-1771417183138.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/377145i0E7DF4711A1108FE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shanmugapriya_0-1771417183138.png" alt="Shanmugapriya_0-1771417183138.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;After this, I connected a J-Link probe to the board using the pins specified in the guide: &lt;STRONG&gt;SWCLK, DIO, Vref (3.3 V), and GND&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Then, in VS Code, I selected the debug configuration.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shanmugapriya_1-1771417284863.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/377146i082D12C04DB96668/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shanmugapriya_1-1771417284863.png" alt="Shanmugapriya_1-1771417284863.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Below is my &lt;STRONG&gt;launch.json&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;This is my launch.json file contents&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"configurations"&lt;/SPAN&gt;&lt;SPAN&gt;: [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"type"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"mcuxpresso-debug"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"Debug"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"request"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"launch"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"cwd"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"${workspaceFolder}"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"executable"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"elf"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"D:/NXP_SDKs/SDK_25_12_00_MCIMX93-EVK/mcuxsdk/examples/demo_apps/hello_world/debug/hello_world_cm33.elf"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// Launch mode = "load + reset + halt @ main"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"isAttach"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"stopAtSymbol"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"main"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"skipBuildBeforeDebug"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// Your probe S/N&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"probeSerialNumber"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"801023331"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"gdbInitCommands"&lt;/SPAN&gt;&lt;SPAN&gt;: [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"set remotetimeout 600"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"set debug-file-directory"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"set non-stop off"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// Helpful with i.MX93/J-Link "no generic reset":&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"gdbServerConfigs"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"linkserver"&lt;/SPAN&gt;&lt;SPAN&gt;: {},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"segger"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// i.MX93 M33 device name in J-Link&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"device"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"MIMX9352_M33"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"interface"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"SWD"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"speed"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"1000"&lt;/SPAN&gt;&lt;SPAN&gt;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// start conservative; increase later (e.g., 4000)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"reset"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"halt"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"serialNumber"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"801023331"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"core"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"logFile"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"${workspaceFolder}/.vscode/jlink_gdbserver.log"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"pemicro"&lt;/SPAN&gt;&lt;SPAN&gt;: {}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"showDevDebugOutput"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"raw"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; ]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;When I start debugging from VS Code, I get the following error:&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shanmugapriya_2-1771417393340.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/377148iF43078ECB46E7718/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shanmugapriya_2-1771417393340.png" alt="Shanmugapriya_2-1771417393340.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shanmugapriya_3-1771417442590.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/377149i3593B0330A6CD6E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shanmugapriya_3-1771417442590.png" alt="Shanmugapriya_3-1771417442590.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shanmugapriya_4-1771417459147.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/377150i847ACA5E6D011DFB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shanmugapriya_4-1771417459147.png" alt="Shanmugapriya_4-1771417459147.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Note:&amp;nbsp;For this test, both &lt;STRONG&gt;P1 and P16 USB ports&lt;/STRONG&gt; were connected, along with the &lt;STRONG&gt;J-Link probe&lt;/STRONG&gt;.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;Please let me know if you need any additional details to help diagnose the issue.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 Feb 2026 12:28:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-run-and-debug-an-example-quot-hello-world-quot-program-in/m-p/2319453#M244076</guid>
      <dc:creator>Shanmugapriya</dc:creator>
      <dc:date>2026-02-18T12:28:03Z</dc:date>
    </item>
  </channel>
</rss>

