Skip to main content
Associate
August 22, 2026
Solved

STM32N6570-DK NonSecure Application not run.

  • August 22, 2026
  • 1 reply
  • 21 views

Hi,

I am creating a project CubeMX that uses both Secure and NonSecure.
I using USART1 for debugging, and my application only runs on SecureApp and cannot run NonSecureApp. I tried implementing the same as Template Isolation XIP but it still didn't work.

Best answer by TrungDT

I configured the RIF only and forget config the SAU.
After the SAU configured, my non-secure application ran correctly.

1 reply

TrungDTAuthorBest answer
Associate
August 22, 2026

I configured the RIF only and forget config the SAU.
After the SAU configured, my non-secure application ran correctly.