This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to Identify the physical address using the Virtual Address in ARM A72 Cortex using AArch32?

Hello,

AArch32 architecture uses maximum Physical address of 40bits. When we run a code usually we will get virtual address right.

How to find the physical address for this virtual address?

It would be helpful for me to check whether an array is falling in which memory region.