GPIO vs Secure GPIO

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

GPIO vs Secure GPIO

1,373 次查看
randa_zarrouk
Contributor III

One of the security features offered by the LPC55S6x is Secure GPIO. In the user manual is it given some insights about its configuration. Meanwhile, I was not able to see what this "type" of GPIO is additionally adding comparing to the "causal" GPIO. What do Secure mean in this context? 

Thank you in advance. 

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

1,266 次查看
Sabina_Bruce
NXP Employee
NXP Employee

Hello Randa,

Due to the architecture of normal GPIO, all digital IO pins states are readable through normal GPIO module from the GPIO read path, independent of which function is chosen for this pin(UART,SPI,I2C,etc). As a result, there is a possibility of leaking information from secure resource.

The application note for secure gpio will provide the details of what it entails such as the secure gpio mask that is implemented in order to turn on and off the state of this peripheral.

Hope this helps.

Have a great day!

Sabina