FS32K116LAT0MLFT Secure debug

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

FS32K116LAT0MLFT Secure debug

495 次查看
mumumilmil
Contributor II

I am trying to set password if I have debug SW. using fs32k116lat0mlft, cyclone fx.

In Cyclone image creation, Renesas’si RH850 has check box that sets to password 16bit, but Arm fs32k116lat0mlft hasn’t setting password. Is it possible to set password when I try to debug?

Our device has SWD to debug.

0 项奖励
回复
3 回复数

471 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

There is no censorship support on S32K1 device.

There is option to use "Backdoor Comparison Key" mechanism but it is not natively supported by debugger. You can see example here:

https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K144-Verify-Backdoor-Access-Key-S32DS1-3...

 

0 项奖励
回复

255 次查看
betty54summers
Contributor I

While some microcontrollers like the Renesas RH850 have a dedicated setting for a debug password during image creation, the NXP S32K116 does not have this feature in the same manner. The security features for the S32K116, including the ability to disable debug access, are typically controlled through specific Flash Configuration Field (FCF) settings. These settings are part of the application code or the initialization process and are written to non-volatile memory. To secure the device and prevent unauthorized debugging via SWD, you would need to configure these FCF registers within your software, often at the project setup or a bootloader stage. This is a deliberate, code-based action rather than a simple checkbox option in the Cyclone FX programmer's interface MyCardStatement

0 项奖励
回复

254 次查看
betty54summers
Contributor I

I am trying to set password if I have debug SW. using fs32k116lat0mlft, cyclone fx.

In Cyclone image creation, Renesas’si RH850 has check box that sets to password 16bit, but Arm fs32k116lat0mlft hasn’t setting password. Is it possible to set password when I try to debug?

Our device has SWD to debug.

 

While some microcontrollers like the Renesas RH850 have a dedicated setting for a debug password during image creation, the NXP S32K116 does not have this feature in the same manner. The security features for the S32K116, including the ability to disable debug access, are typically controlled through specific Flash Configuration Field (FCF) settings. These settings are part of the application code or the initialization process and are written to non-volatile memory. To secure the device and prevent unauthorized debugging via SWD, you would need to configure these FCF registers within your software, often at the project setup or a bootloader stage. This is a deliberate, code-based action rather than a simple checkbox option in the Cyclone FX programmer's interface MyCardStatement

0 项奖励
回复