This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

BX to non secure code region in the secure world

I am wondering the behavior of Cortex-M33 if BX (not BXNS) is used to branch to non-secure code region.

Based on the reference manual of ARMv8-M, it seems a UsageFault will be caused. However, I am wondering whether it would be a Secure UsageFault or Non-Secure UsageFault.

Thanks in advance.