2026-02-26 6:04 PM
I created a sample project using the STM32N657-DK,
but when I try to debug using ST-LINK, each project does not work and results in a HardFault or similar error.
I also tried loading them simultaneously from the debug configuration, but it was not successful.
How can I properly debug both AppliSecure and AppliNonSecure?
Also, is this the correct way to create a sample using the TrustZone feature of the STM32N6570-DK?
I would appreciate your guidance.
I am using STM32CubeIDE version 1.19.0.
For the sample project I created, I made "FSBL", "AppliNonSecure", and "AppliSecure".