S32K CSEC

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

S32K CSEC

2,298 次查看
wanglijun
Contributor II

Hello,

About the S32K CSEC module, after MCU production, the user key is empty.

And I select the authorizing key is KEY_N. Currently if update the key, what is the authorizing key value?

标记 (1)
0 项奖励
回复
3 回复数

2,290 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

you can see in AN5401:

lukaszadrapa_0-1618907824798.png

So, when MASTER_ECU_KEY is loaded first time, blank key is used as an authorizing key:

uint32_t BLANK_KEY_VALUE[4] = {0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF}; //When key value is not written it is all FFs

lukaszadrapa_2-1618908032194.png

Once the MASTER_ECU_KEY is loaded, it's used for authorization of other keys:

lukaszadrapa_3-1618908115961.png

 

Also this could be useful:

lukaszadrapa_4-1618908158905.png

Regards,

Lukas

 

 

 

0 项奖励
回复

2,286 次查看
wanglijun
Contributor II
Hello, If I want to update the KEY_N at first, the process is same with MATER KEY, right? Thank you!
0 项奖励
回复

2,277 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

As explained in the first screenshot from AN5401 above, yes.

Regards,

Lukas

 

0 项奖励
回复