DEBUG password (ADKP)

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

DEBUG password (ADKP)

3,641 Views
MengWang1
Contributor I

The S32K312 chip used in the project should unlock the DEBUG password (ADKP) in the program code.

How to implement this feature?

0 Kudos
Reply
1 Reply

3,582 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hello @MengWang1,

I'm sorry for the delay,

The attached procedure (password mode) would probably be possible to use from the application code,

danielmartynek_0-1684483993593.png

But this hasn't been tested / validated, and it is not recommended, as in the case, the Password Authentication you would need to have the Plain ADKP recorded in the memory to make the authentication. This can leave the ADKP exposed as it is not in secure flash.

Also, there is no need to do it this way, there are scripts available for the debuggers to authenticate them via JTAG, this doesn't require to have the ADKP directly exposed in the memory of the MCU.

 

Regards,

Daniel

0 Kudos
Reply