S32K CSEC

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

S32K CSEC

2,198件の閲覧回数
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,190件の閲覧回数
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,186件の閲覧回数
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,177件の閲覧回数
lukaszadrapa
NXP TechSupport
NXP TechSupport

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

Regards,

Lukas

 

0 件の賞賛
返信