Do LPC5500 Series MCUs support Code Read Protection (CRP)?

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

Do LPC5500 Series MCUs support Code Read Protection (CRP)?

1,244 次查看
dnjsdnwja
Contributor II

I could find CRP sections from Cortex-M0 and Cortex-M3 MCUs in the data sheet, but there are no such thing in that of Cortex-M33 (LPC5500) MCUs. Do they support CRP?

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

1,183 次查看
Alexis_A
NXP TechSupport
NXP TechSupport

Hello @dnjsdnwja,

The security module for the LPC546xx is very different to the security found in the LPC5500 family, as it mentioned gorvak, the PFR manage different security levels but non of this related to disable the flash module to read or write directly to the flash. This would need to be done directly in software.

But in the devices that has TrustZone, the flash APIs could be restricted to only outside the secure section.

Please check the following app note and the UM to know more information about this.

Best Regards,

Alexis Andalon

0 项奖励
回复

1,217 次查看
Gorvak
Contributor II

Yes you can use pfr to configure debug protection. See the app notes. 

1,201 次查看
dnjsdnwja
Contributor II

Hi thanks for your reply,

 

In fact, I would like to know if there is any support for protecting flash from reading even from software but not only from debugger. Do you have any idea on this?

Well, I realized that I am not sure whether CRP protects that case as well, maybe I should create another post for that.

0 项奖励
回复