S32k144 back door key verify example inquiry

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

S32k144 back door key verify example inquiry

ソリューションへジャンプ
2,576件の閲覧回数
lim
Contributor II

Hi NXP

 

Now we want rewrite a Flash Configuration Field Offset Address's 0x0_040C for Flash Security Disable. do you have any Example Code?

We want that using for Debugger connect with a Security Disable/Mass Erase Enable 

0 件の賞賛
返信
1 解決策
2,561件の閲覧回数
Senlent
NXP TechSupport
NXP TechSupport

Hi@lim

You don't need to write any code, just modify these areas.

for example:Enable system security and Enable mass erase.

__FlashConfig
      	DCD	0xFFFFFFFF    ; 8 bytes backdoor comparison key
      	DCD	0xFFFFFFFF    ;
      	DCD	0xFFFFFFFF    ; 4 bytes program flash protection bytes
      	DCD	0xFFFF7FFF    ; FDPROT:FEPROT:FOPT:FSEC(0xFE = unsecured)
__FlashConfig_End

Senlent_0-1639472296741.png

 

please refers to this article.      

https://www.nxp.com.cn/docs/en/application-note/AN12130.pdf 

know more:

   It is very similar to the security features of the Kinetis family MCUs. You can refer to AN4507 Using the Kinetis Security and Flash Protection Features 
   https://www.nxp.com/docs/en/application-note/AN4507.pdf

BR!

     Jim,

 

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
2,562件の閲覧回数
Senlent
NXP TechSupport
NXP TechSupport

Hi@lim

You don't need to write any code, just modify these areas.

for example:Enable system security and Enable mass erase.

__FlashConfig
      	DCD	0xFFFFFFFF    ; 8 bytes backdoor comparison key
      	DCD	0xFFFFFFFF    ;
      	DCD	0xFFFFFFFF    ; 4 bytes program flash protection bytes
      	DCD	0xFFFF7FFF    ; FDPROT:FEPROT:FOPT:FSEC(0xFE = unsecured)
__FlashConfig_End

Senlent_0-1639472296741.png

 

please refers to this article.      

https://www.nxp.com.cn/docs/en/application-note/AN12130.pdf 

know more:

   It is very similar to the security features of the Kinetis family MCUs. You can refer to AN4507 Using the Kinetis Security and Flash Protection Features 
   https://www.nxp.com/docs/en/application-note/AN4507.pdf

BR!

     Jim,

 

0 件の賞賛
返信