2025-02-28 2:48 PM
I have a project with TrustZone enabled, and am able to debug the non-secure side fine, but breakpoints never hit on the secure side (functions through nsc from non-secure side) other than main before it jumps to the non-secure side. I'm setting it up as follows:
. Are there any settings so that breakpoints will hit in the secure code called from the non-secure side?
Thanks.