Browse By Tags

  • Facing issues while using debugger ARMAEMv8-A_MP_0 on DS5. How to solve it?

    I am using ARM DS5 Ultimate Edition (Version 5.18.0)

    Target aarch64-arm-none-eabi is being used for compilation.
    I am trying to run the .axf on ARMAEMv8-A_MP_0.
    While running the .axf I am getting this error:-
    ERROR(CMD426): Cannot find symbol to start or…

  • ARMv8 Foundation Model GICv2 Address Map Overlap?

    Hi,

    I'm looking at the ARMv8 Foundation Model User Guide (ARM DUI 0677C). In section 3.1, Memory Map, the following data appears regarding the address of GICv2 registers:

    0x00_2C00_0000 0x00_2C00_1FFF, GIC Physical CPU interface, GICC, 8KB

    0x00_2C00_1000…

  • why Foundation Model can not produce Address size fault,Translation fault, Access flag fault?

    Hi,

         I  want  to produce an exception in Foundation Model to test my ARMV8 U-boot. But when I set AF bit to 0 in last level page table entry, and want to produce an Access Flag exception, it failed, the same happened to Address size fault and Translation…