Hi all,
I’m using Arm Development Studio 2025.0-1 with the FVP_BaseR_Cortex-R52 model. My goal is to access and write to an SRAM region that lies outside the default fixed map provided by the Base model (for example, address 0x0600_0000 or 0x0800_0000).
However, whenever my code tries to write to these addresses, the execution goes to the data abort handler. In the Memory Browser of Arm DS, those locations also appear as unmapped / inaccessible .I am running my baremetal code on this platform.
Thanks and best regards
Bhargav