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.