How do I actually set up the debugger to do secure authentication?

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

How do I actually set up the debugger to do secure authentication?

跳至解决方案
1,366 次查看
andrewfisher
Contributor III

I am using a LPC55S28 chip and wish to lock it down so only authenticated debug is possible. chapter 51 of the user guide explains quite a bit about the process but does not go into the specifics of how I actually set up a debug session in say MCUXpresso.

Is there a document explaining this anywhere?

Also its not entirely clear how I generate the credentials to make this work that would be useful information too. Examples showing how to generate keys similar to those in the secure boot section would help.

Thanks

0 项奖励
回复
1 解答
1,360 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello andrewfisher,

There is an application describe the steps, you can refer to:

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

https://www.nxp.com/docs/en/application-note-software/AN13037SW.zip 

Please pay attention, in AN, the SPSDK not the latest version, so the files in .zip folder not

suitable, can download newest example files in 

https://github.com/NXPmicro/spsdk/tree/master/examples/dat  

Another attention is do not use this step:

3.2.7 Revert device after programming CMPA 

 

BR

Alice

在原帖中查看解决方案

2 回复数
1,361 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello andrewfisher,

There is an application describe the steps, you can refer to:

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

https://www.nxp.com/docs/en/application-note-software/AN13037SW.zip 

Please pay attention, in AN, the SPSDK not the latest version, so the files in .zip folder not

suitable, can download newest example files in 

https://github.com/NXPmicro/spsdk/tree/master/examples/dat  

Another attention is do not use this step:

3.2.7 Revert device after programming CMPA 

 

BR

Alice

1,351 次查看
andrewfisher
Contributor III

Thank you, this is helpful.

0 项奖励
回复