S32K344-Application debug authorization mode

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

S32K344-Application debug authorization mode

跳至解决方案
988 次查看
Simon-Liu
Contributor V

Hello

I see in RM that in the table [Feature configuration in CUST_DEL Device Life Cycle] there are settings as shown in the figure below. When modifying the debugging mode through HSE, is the debugging of the Application software?
The default state is Password-based approach, but I can debug directly using S32DS without using HSE, without a password.
Or does the debugging here refer to debugging HSE?

 

BestRegards,

Simon

0 项奖励
回复
1 解答
956 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @Simon-Liu 

"Table 194. Feature configuration in CUST_DEL Device Life Cycle" shows what should be configured in CUST_DEL life cycle. It does not say that these features take effect in CUST_DEL life cycle.

Debuging of HSE core is not allowed for users at all.
Application debug port is open in CUST_DEL life cycle. After advancing to OEM_PROD or to IN_FIELD, it is mandatory to use ADKP (password or key).

If you don't use HSE, you can follow this article:
https://community.nxp.com/t5/S32K-Knowledge-Base/S32K3-Restrict-the-debug-access-with-a-password-whe...

If you use HSE, the ADKP configuration should be done by HSE services. You can find an example in this package:
https://www.nxp.com/webapp/Download?colCode=S32K3_HSE_DemoExamples
The example is:
c:\NXP\S32K3_HSE_DemoExamples_1_0_0\S32K3_HSE_DemoExamples\Device_Configuration\S32K344_CQC_DEMO\

Regards,
Lukas

在原帖中查看解决方案

2 回复数
957 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @Simon-Liu 

"Table 194. Feature configuration in CUST_DEL Device Life Cycle" shows what should be configured in CUST_DEL life cycle. It does not say that these features take effect in CUST_DEL life cycle.

Debuging of HSE core is not allowed for users at all.
Application debug port is open in CUST_DEL life cycle. After advancing to OEM_PROD or to IN_FIELD, it is mandatory to use ADKP (password or key).

If you don't use HSE, you can follow this article:
https://community.nxp.com/t5/S32K-Knowledge-Base/S32K3-Restrict-the-debug-access-with-a-password-whe...

If you use HSE, the ADKP configuration should be done by HSE services. You can find an example in this package:
https://www.nxp.com/webapp/Download?colCode=S32K3_HSE_DemoExamples
The example is:
c:\NXP\S32K3_HSE_DemoExamples_1_0_0\S32K3_HSE_DemoExamples\Device_Configuration\S32K344_CQC_DEMO\

Regards,
Lukas

953 次查看
Simon-Liu
Contributor V

Hi, @lukaszadrapa 

Thank you for your answer.
I understand that whether a password is required for debugging is related to the life cycle.

 

BestRegards,

Simon

0 项奖励
回复