<?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 How to view printf output while debugging i.MX RT1064 using PEMicro JTAG (no USB-OTG or UART connect in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-view-printf-output-while-debugging-i-MX-RT1064-using/m-p/2253101#M35769</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I was previously debugging my i.MX RT1064 application through the USB-OTG port, which exposed a virtual COM port and allowed me to view PRINTF() output on a serial terminal without using UART pins.&lt;/P&gt;&lt;P&gt;Recently, I switched to debugging via &lt;STRONG&gt;PEMicro JTAG&lt;/STRONG&gt; in MCUXpresso IDE, and now I am unable to view any console output. I tried using the &lt;STRONG&gt;SWO/ITM printf viewer&lt;/STRONG&gt;, but no output appears. I also looked for &lt;STRONG&gt;semihosting options&lt;/STRONG&gt;, but they do not exist in the project settings in MCUXpresso IDE when using PEMicro.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My question:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Is there any software-only method to view printf console output while debugging via PEMicro JTAG on i.MX RT1064, without connecting external UART hardware?&lt;BR /&gt;How do i debug my code by viewing debug console?&lt;/P&gt;</description>
    <pubDate>Tue, 02 Dec 2025 10:29:52 GMT</pubDate>
    <dc:creator>shreya1</dc:creator>
    <dc:date>2025-12-02T10:29:52Z</dc:date>
    <item>
      <title>How to view printf output while debugging i.MX RT1064 using PEMicro JTAG (no USB-OTG or UART connect</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-view-printf-output-while-debugging-i-MX-RT1064-using/m-p/2253101#M35769</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I was previously debugging my i.MX RT1064 application through the USB-OTG port, which exposed a virtual COM port and allowed me to view PRINTF() output on a serial terminal without using UART pins.&lt;/P&gt;&lt;P&gt;Recently, I switched to debugging via &lt;STRONG&gt;PEMicro JTAG&lt;/STRONG&gt; in MCUXpresso IDE, and now I am unable to view any console output. I tried using the &lt;STRONG&gt;SWO/ITM printf viewer&lt;/STRONG&gt;, but no output appears. I also looked for &lt;STRONG&gt;semihosting options&lt;/STRONG&gt;, but they do not exist in the project settings in MCUXpresso IDE when using PEMicro.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My question:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Is there any software-only method to view printf console output while debugging via PEMicro JTAG on i.MX RT1064, without connecting external UART hardware?&lt;BR /&gt;How do i debug my code by viewing debug console?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 10:29:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-view-printf-output-while-debugging-i-MX-RT1064-using/m-p/2253101#M35769</guid>
      <dc:creator>shreya1</dc:creator>
      <dc:date>2025-12-02T10:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to view printf output while debugging i.MX RT1064 using PEMicro JTAG (no USB-OTG or UART con</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-view-printf-output-while-debugging-i-MX-RT1064-using/m-p/2256697#M35806</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254440"&gt;@shreya1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your interest in NXP MIMXRT series!&lt;/P&gt;
&lt;P&gt;First, your initial approach using USB-OTG CDC virtual serial port is viable. If you wish to use SWO/ITM, please refer to this application note:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN13234.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN13234.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It mentioned:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Gavin_Jia_1-1765175333873.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/368886iBEC6947B023ECB8A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Gavin_Jia_1-1765175333873.png" alt="Gavin_Jia_1-1765175333873.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, using the Semihosting within the MCUXpresso IDE also works. Beyond that, if you're using JLink, consider RTT; if you only need to monitor variables without printing logs, consider FreeMaster.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Gavin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 06:29:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-view-printf-output-while-debugging-i-MX-RT1064-using/m-p/2256697#M35806</guid>
      <dc:creator>Gavin_Jia</dc:creator>
      <dc:date>2025-12-08T06:29:05Z</dc:date>
    </item>
  </channel>
</rss>

