<?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: S32K3 JTAG password</title>
    <link>https://community.nxp.com/t5/S32K/S32K3-JTAG-password/m-p/2170167#M52698</link>
    <description>Hello,&lt;BR /&gt;Where can I find this "S32_JTAG_WRITE.cmm inside HSE_DEMOAPP_S32K3XX_0_2_1_0)" ?&lt;BR /&gt;I am working on unlocking JTAG to automate whenever I open the trace32.</description>
    <pubDate>Tue, 16 Sep 2025 05:57:05 GMT</pubDate>
    <dc:creator>NileshDharap</dc:creator>
    <dc:date>2025-09-16T05:57:05Z</dc:date>
    <item>
      <title>S32K3 JTAG password</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-JTAG-password/m-p/1968462#M41740</link>
      <description>&lt;P&gt;I want to use the JTAG Password function of S32K312.&lt;BR /&gt;Is the following method possible?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;S32K312 Secure debug setting (JTAG access not possible)&lt;BR /&gt;-&amp;gt; Password sent to MCU via CAN communication&lt;BR /&gt;-&amp;gt; MCU escapes Secure debug via Password (JTAG access possible)&lt;/P&gt;&lt;P&gt;Also, is it possible to set S32K312 Secure debug via CAN communication?&lt;BR /&gt;(When receiving a specific CAN message, MCU proceeds with setting Secure debug related registers)&lt;/P&gt;&lt;P&gt;If the above method is not possible, should I only enter the Password directly via JTAG to escape Secure debug?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 05:46:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-JTAG-password/m-p/1968462#M41740</guid>
      <dc:creator>kjy106906</dc:creator>
      <dc:date>2024-10-08T05:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 JTAG password</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-JTAG-password/m-p/1968775#M41769</link>
      <description>&lt;P&gt;Hi, please check steps inside manual&amp;nbsp;RM758221-HSE-B Firmware Reference Manual, chapter&amp;nbsp;Host debug.&lt;/P&gt;&lt;P&gt;Step 1) Provision the ADKP using the HSE_APP_DEBUG_KEY_ATTR_ID attribute.&lt;/P&gt;&lt;P&gt;Step 2) Set authorization method: password-based or challenge-response based, using the HSE_DEBUG_AUTH_MODE_ATTR_ID system attribute.&lt;/P&gt;&lt;P&gt;Step 3) Set the life cycle to OEM_PROD or IN_FIELD using the HSE_SECURE_LIFECYCLE_ATTR_ID system attribute.&lt;/P&gt;&lt;P&gt;All the above steps can be implemented in a DID/UDS routine no issue with that. After the 3rd step you ECU will be JTAG locked. You will need to provide the same password to debug tooling (Lauterbach Trace32 for ex, .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 09:19:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-JTAG-password/m-p/1968775#M41769</guid>
      <dc:creator>ovidiubriscan</dc:creator>
      <dc:date>2024-10-08T09:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 JTAG password</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-JTAG-password/m-p/1970715#M41867</link>
      <description>&lt;P&gt;Thank you.&lt;BR /&gt;After Step 3, if JTAG is locked, can I unlock JTAG by entering the password through UDS.?&lt;BR /&gt;Or is JTAG unlock only possible through Debug Tool?&lt;BR /&gt;We are using T32. Do you know the relevant guide?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 00:43:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-JTAG-password/m-p/1970715#M41867</guid>
      <dc:creator>kjy106906</dc:creator>
      <dc:date>2024-10-10T00:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 JTAG password</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-JTAG-password/m-p/1971022#M41883</link>
      <description>Hi, morning, this depends on your project strategy, both ways are possible, UDS adviceable to be behind a security access mechanism. But be aware Jtag unlock is only effective up to the next reset, any kind (which is a pain .., normally you want to unlock to debug stuff, hot attach or sleep/wakeup imposible to debug, reflash SW almost impossible). Permanent unlock of Jtag is not possible (like in older NXP architectures or in Tricore).&lt;BR /&gt;regards,</description>
      <pubDate>Thu, 10 Oct 2024 06:28:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-JTAG-password/m-p/1971022#M41883</guid>
      <dc:creator>ovidiubriscan</dc:creator>
      <dc:date>2024-10-10T06:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 JTAG password</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-JTAG-password/m-p/1971049#M41885</link>
      <description>&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;1. Please briefly explain how to unlock the Lock by JTAG PASSWORD with an external UDS message.&lt;/P&gt;&lt;P&gt;2. Should I input the JTAG PASSWORD with a tool like T32 through JTAG? Or is it possible to input it with a UDS message?&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;Is the reason why reprogramming is impossible because reprogramming requires a reset?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 06:44:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-JTAG-password/m-p/1971049#M41885</guid>
      <dc:creator>kjy106906</dc:creator>
      <dc:date>2024-10-10T06:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 JTAG password</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-JTAG-password/m-p/1971098#M41890</link>
      <description>1. You can do it with a $31 service , 31 01 &amp;lt;16bytes jtag_passwd&amp;gt;, or even with a $22 (RDBI), at the end you just need a trigger to your custom C API which will do the unlock procedure.&lt;BR /&gt;2. T32 is another easier option (and there are examples on how to do it, check S32_JTAG_WRITE.cmm inside HSE_DEMOAPP_S32K3XX_0_2_1_0) , this may be preferred method.&lt;BR /&gt;3. Normally when you do an attach o system up in T32 depends on the scripts behind but normally a reset happens, also when flashing process the scripts behind \demo\arm\flash\s32k3.cmm do some resets which will brake your "unlock" situation.</description>
      <pubDate>Thu, 10 Oct 2024 07:15:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-JTAG-password/m-p/1971098#M41890</guid>
      <dc:creator>ovidiubriscan</dc:creator>
      <dc:date>2024-10-10T07:15:51Z</dc:date>
    </item>
    <item>
      <title>回复： S32K3 JTAG password</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-JTAG-password/m-p/1971730#M41913</link>
      <description>&lt;P&gt;you can do it on mcu as PEMicro script does,&amp;nbsp; set SDAAP&amp;nbsp; registers to unlock debug.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 01:11:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-JTAG-password/m-p/1971730#M41913</guid>
      <dc:creator>victory</dc:creator>
      <dc:date>2024-10-11T01:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 JTAG password</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-JTAG-password/m-p/2170167#M52698</link>
      <description>Hello,&lt;BR /&gt;Where can I find this "S32_JTAG_WRITE.cmm inside HSE_DEMOAPP_S32K3XX_0_2_1_0)" ?&lt;BR /&gt;I am working on unlocking JTAG to automate whenever I open the trace32.</description>
      <pubDate>Tue, 16 Sep 2025 05:57:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-JTAG-password/m-p/2170167#M52698</guid>
      <dc:creator>NileshDharap</dc:creator>
      <dc:date>2025-09-16T05:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 JTAG password</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-JTAG-password/m-p/2170181#M52699</link>
      <description>You have it here : c:\NXP\HSE_DEMOAPP_S32K344_0_2_55_0\demo_security_installer\scripts\S32_JTAG_WRITE.cmm</description>
      <pubDate>Tue, 16 Sep 2025 06:11:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-JTAG-password/m-p/2170181#M52699</guid>
      <dc:creator>ovidiubriscan</dc:creator>
      <dc:date>2025-09-16T06:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 JTAG password</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-JTAG-password/m-p/2170242#M52705</link>
      <description>I see it directly accesses JTAG to unlock.&lt;BR /&gt;Can we use the same to unlock if the JTAG is locked with HSE module ?&lt;BR /&gt;If yes, can it have a mechanism where it reads a file where password is stored and unlock using it.&lt;BR /&gt;Or how can I insert a password ?</description>
      <pubDate>Tue, 16 Sep 2025 07:29:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-JTAG-password/m-p/2170242#M52705</guid>
      <dc:creator>NileshDharap</dc:creator>
      <dc:date>2025-09-16T07:29:41Z</dc:date>
    </item>
  </channel>
</rss>

