Hi @raz3l
On the LPC55S69, the platform-level security mechanisms that control peripheral access between Secure and Non-Secure worlds (enabled by ARM TrustZone-M)
Secure AHB Controller (SECURE_AHB / AHB_SECURE_CTRL)
Security access rules for AHB peripherals
Security access rules for AHB peripherals on AHB Slave Port P8. Each peripheral can
have independent security attribute.
Registers: SEC_CTRL_AHB_PORTx_SLAVEy_RULE
These determine whether each peripheral (e.g., SYSCON, CLOCK, IOCON, GPIO) is accessible by:
You can try to test it.
BR
Harry