Jtag Lock and Unlock feature for s32k312

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Jtag Lock and Unlock feature for s32k312

1,094 Views
abdul_rahiman_csg
Contributor II

How to enable and disable JTAG Lock/Unlock using password authentication for S32K312 MC in WinIDEA or SEGGER J-Flash?

Tags (1)
0 Kudos
Reply
1 Reply

1,066 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @abdul_rahiman_csg 

The process to protect JTAG with a password depends on whether the HSE firmware is used or not:
With HSE FW:
  1. Set up the ADKP (Application Debug Key/Password).
  2. Ensure that authentication method is configured as password mode or challenge-response mode.
  3. Advance the lifecycle stage.
For more information, refer to section 2.6.1.4 (Debug) of the HSE_B Firmware Reference Manual, Rev. 2.4. Additionally, we provide examples in the HSE DemoApp (located in S32K3 Standard Software > Automotive SW - S32K3 - HSE Firmware) and in the S32K3 MCUs for General Purpose HSE Demo Examples.
 
Without HSE FW:
  1. Program the CUST_DB_PSWD_A field in UTEST memory.
  2. Advance the lifecycle stage.
 
For instructions on how to unlock the device, please refer to the following links from Segger and iSYSTEM:
 
BR, VaneB