You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The secure-mode start-up works fine but the call into nonsecure_init fails suggesting some part of the setup of the non-secure execution context is buggy...
And from the ARM documentation: SFSR.INVEP:
Invalid entry point. This bit is set if a function call from the Non-secure state or exception targets a non-SG instruction in the Secure state. This bit is also set if the target address is an SG instruction, but there is no matching SAU/IDAU region with the NSC flag set.
The secure-mode start-up works fine but the call into nonsecure_init fails suggesting some part of the setup of the non-secure execution context is buggy...
Address: 0x2007c1
|mpu_region: 0
|sau_region: 0
|mpu_region_valid: 0
|sau_region_valid: 1
|read_ok: 1
|readwrite_ok: 1
|nonsecure_read_ok: 1
|nonsecure_readwrite_ok: 1
|secure: 0
|idau_region_valid: 1
|idau_region: 0
Taking exception 3 [Prefetch Abort]
...really SecureFault with SFSR.INVEP
...taking pending secure exception 3
The text was updated successfully, but these errors were encountered: