GPIO vs Secure GPIO

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

GPIO vs Secure GPIO

653 Views
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. 

Labels (3)
0 Kudos
1 Reply

546 Views
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