We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
Thanks! But is there any way to quickly change between the two during a simulation?
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.