Hi,
I'm trying to emulate my program on A53 FVP, where there's a need to malloc ~64G size of data. Therefore I'm wondering:
- What is the mechanism of allocating RAM space for FVP device? Is it using system RAM (where my development studio is running) or it is using modeled RAM from server
- How many RAM memories are available for A53 model?
Hi AlanThe RAM used by the FVP model comes from the system RAM on the machine where your Arm DS is running.The memory map of Base Platform models, such as as the FVP_Base_Cortex-A53x1, is documented atdeveloper.arm.com/.../Base-Platform-memory-mapHope this helpsStephen
Thank you. I'm glad you found that useful.