• Using GICv2 with FVP

    josecm
    josecm

    I am using the A53 FVP model with DS-5. I see that by default this is configured to be used with GICv3 by, for example, reading the architecture version on the GICC_IIDR register. Is it possible to use GICv2 instead? How can I do this?

    Thanks in advan…

    • over 1 year ago
    • Software Tools
    • Arm Development Studio forum
  • ARM Cortex-A53 - How to compile and run (Simulate) an hello world .c code on DS-5 Eclipse Environment?

    Yos
    Yos

    I would like to open a new project under DS-5. I want it to have the following code:

    int main() {

         int a = 7;

         int b = 3;

         for (int i=0; i < a*b; i++)

             a = b+i;…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum