• How to measure program execution time in ARM Cortex-A53 processor?
    Hi, I was using following method to read clock in cortex-a15:        static void readticks(unsigned int *result)         {             struct timeval t;             unsigned int cc;             if (!enabled...
  • how to execute the code from RAM ??
    Hi,     i am working on XMC4500. i want to Implement Self Flashing i.e., the Controller Flash itself, Till now the code is Running from Flash. To Achive this one approach is if i Execute code from RAM...
  • Loading cortex M1 soft processor on Pynq Processor
    am trying to load the ARM Cortex-M1 soft processor on the pynq Z2. I am writing a simple C program to read values from an array and displaying it on the Jupyter notebook. This does not seem to work as...
  • Getting Execution Time of progams on armv8_64-bit processors
    I have written a library for ARMv8-A 64 bit processors (OS- linaro debian). Now I want to time them. I am utilising gcc compiler and on Intel processors I was timing the execution utilising std::chrono...
  • Cortex-A5 based processors
    Hi all, It is just out of curiosity that I wanted to see the chips based on Cortex-A5 core. I couldn't find much except some Atmel SAM5 or something. For the Cortex-A8, there seem a number of processors...