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.
I'm currently using an FVP model to develop my system. I'm using the DS-5 debugger. In the expressions view, I'm always getting the EL3 address space view of my expression of interest although I'm running in EL2. How can I change this? Thanks in advance
You can view memory from other ELs by a similar mechanism - specifying (say) EL2:<address> in the memory view, or on the command line "x EL2:0x0".You cannot directly move the CPU to the different ELs, as this can only happen through an exception.