Hello
I know that ERET (exception return) and change of CPSR.M can be used for switching mode from high to low. Which way is recommended and why ?
BR, Grace
Generally, I'd recommend using the expiation return instructions to change mode. So, ERET if in EL2/Hyp mode or one of the other exception return operations if in EL1.