<?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 NXP MCXN547 JTAG Pin Configuration in MCX Microcontrollers</title>
    <link>https://community.nxp.com/t5/MCX-Microcontrollers/NXP-MCXN547-JTAG-Pin-Configuration/m-p/2129277#M3496</link>
    <description>&lt;DIV class=""&gt;Hi NXP,&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;We reserve the JTAG pins for potential JTAG functionality on the device.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Although we will primarily use SWD for development and debugging, we still need to know how to configure the device to support full JTAG functionality if needed.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Here are the steps from google to support the JTAG on MCXN547.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;Please correct me if there is anything wrong or provide the related document. That would be great.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;BR /&gt;By default, the MCU is set to SWD mode. To enable JTAG, we need to configure the BOOT_CFG fuses—either directly or via the ISP tool (blhost).&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Below is an example of how to do this using blhost:&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;I&gt;# Check if the MCU is connected&lt;BR /&gt;blhost -p /dev/ttyUSB0 -- get-property 1&lt;BR /&gt;&lt;BR /&gt;# Read the current BOOT_CFG value&lt;BR /&gt;blhost -p /dev/ttyUSB0 -- read-memory 0x9E410 4&lt;BR /&gt;&lt;BR /&gt;# Program the JTAG-enable fuse (example value only)&lt;BR /&gt;blhost -p /dev/ttyUSB0 -- fuse-program-once 0x460 0x00000010&lt;BR /&gt;&lt;BR /&gt;# Reset the MCU&lt;/I&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;BR /&gt;Use a debug device like the PEmicro Multilink, with proper configuration applied within MCUXpresso IDE to support JTAG.&lt;/DIV&gt;</description>
    <pubDate>Mon, 07 Jul 2025 11:38:14 GMT</pubDate>
    <dc:creator>Sparklin</dc:creator>
    <dc:date>2025-07-07T11:38:14Z</dc:date>
    <item>
      <title>NXP MCXN547 JTAG Pin Configuration</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/NXP-MCXN547-JTAG-Pin-Configuration/m-p/2129277#M3496</link>
      <description>&lt;DIV class=""&gt;Hi NXP,&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;We reserve the JTAG pins for potential JTAG functionality on the device.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Although we will primarily use SWD for development and debugging, we still need to know how to configure the device to support full JTAG functionality if needed.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Here are the steps from google to support the JTAG on MCXN547.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;Please correct me if there is anything wrong or provide the related document. That would be great.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;BR /&gt;By default, the MCU is set to SWD mode. To enable JTAG, we need to configure the BOOT_CFG fuses—either directly or via the ISP tool (blhost).&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Below is an example of how to do this using blhost:&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;I&gt;# Check if the MCU is connected&lt;BR /&gt;blhost -p /dev/ttyUSB0 -- get-property 1&lt;BR /&gt;&lt;BR /&gt;# Read the current BOOT_CFG value&lt;BR /&gt;blhost -p /dev/ttyUSB0 -- read-memory 0x9E410 4&lt;BR /&gt;&lt;BR /&gt;# Program the JTAG-enable fuse (example value only)&lt;BR /&gt;blhost -p /dev/ttyUSB0 -- fuse-program-once 0x460 0x00000010&lt;BR /&gt;&lt;BR /&gt;# Reset the MCU&lt;/I&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;BR /&gt;Use a debug device like the PEmicro Multilink, with proper configuration applied within MCUXpresso IDE to support JTAG.&lt;/DIV&gt;</description>
      <pubDate>Mon, 07 Jul 2025 11:38:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/NXP-MCXN547-JTAG-Pin-Configuration/m-p/2129277#M3496</guid>
      <dc:creator>Sparklin</dc:creator>
      <dc:date>2025-07-07T11:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: NXP MCXN547 JTAG Pin Configuration</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/NXP-MCXN547-JTAG-Pin-Configuration/m-p/2129531#M3498</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201468"&gt;@Sparklin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This post in on the NXP Public forums. Were you trying to post it in a different community space?&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Gustavo&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 20:15:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/NXP-MCXN547-JTAG-Pin-Configuration/m-p/2129531#M3498</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2025-07-07T20:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: NXP MCXN547 JTAG Pin Configuration</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/NXP-MCXN547-JTAG-Pin-Configuration/m-p/2129640#M3499</link>
      <description>Hi Gusarambula,&lt;BR /&gt;&lt;BR /&gt;Here is the first place to post the question.&lt;BR /&gt;Just want to figure out the way to enable JTAG mode is by configuring the BOOT_CFG fuses with blhost.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Spark</description>
      <pubDate>Tue, 08 Jul 2025 01:39:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/NXP-MCXN547-JTAG-Pin-Configuration/m-p/2129640#M3499</guid>
      <dc:creator>Sparklin</dc:creator>
      <dc:date>2025-07-08T01:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: NXP MCXN547 JTAG Pin Configuration</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/NXP-MCXN547-JTAG-Pin-Configuration/m-p/2129870#M3502</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201468"&gt;@Sparklin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks for your question.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; Both SWD and JTAG are enabled on the MCXN547, so there's no need for software configuration. For SWD/JTAG hardware design, please refer to the schematic of the FRDM - MCXN947.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=90818-MCXN947SH" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=90818-MCXN947SH&lt;/A&gt;&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="Alice_Yang_0-1751957497062.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/346457iAE133C0F92D03079/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1751957497062.png" alt="Alice_Yang_0-1751957497062.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you using MCUXpresso with J-link probe,&amp;nbsp; choose JTAT as below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_1-1751957779934.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/346461iF7658A8AE36A112B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_1-1751957779934.png" alt="Alice_Yang_1-1751957779934.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you have any issues or concerns, don't hesitate to contact me. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&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;Alice&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 06:56:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/NXP-MCXN547-JTAG-Pin-Configuration/m-p/2129870#M3502</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2025-07-08T06:56:39Z</dc:date>
    </item>
  </channel>
</rss>

