• ARM Cortex-A53 - How to compile and run (Simulate) an hello world .c code on DS-5 Eclipse Environment?

    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;…

  • ARM Cortex-A7 FVP

    Hello

    I am using the DS-5 professional edition and I can execute the examples for the ARM Cortex-A8 FVP. But where do I get the FVP for the ARM Cortex-A7?

    regards

    Matthias