Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
Hi all i trying do transition from EL3 to EL2 exception ,but after ERET of EL3 mode it change the mode to EL2 , but as soon as when it will execute first instruction of EL2 , then It goes to Exception ...
This is happen for every secure to non secure transition in Armv8-A .
Please Guide if you know why this happen?
Thank you in advance.
Regards
Sanjay Kumar
Can you share the ELR_EL3, SPSR_EL3 and ESR_EL3 values when execution returns to EL3? Also, what's the address of el2_entry (for comparison to the reported ELR value)?
NO after execution first instruction of EL2 mode, it is remains in EL2 mode only but it goes into unexpected handler..so i cant read EL3 regions registers.