• what changes to the source code of ARM Cortex-M3 can i make in order to shorten execution time?
    here are the 3 codes i need to change to shorten execution time. any help will be greatly appreciated.
  • Reduce TCO with Arm Based SmartNICs
    What is a SmartNIC A SmartNIC is a Network Interface Card that includes general-purpose CPUs. The CPUs are used to offload processing that is done by server CPUs. Arm CPUs are being selected for SmartNIC...
  • 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...
  • Reduce ARM CM0+ scatter initialization during boot?
    We are using ARM CM0+ in our embedded SoC design and I noticed that boot takes a long time. Specifically, I saw that it took ~18K cycles after the unreset before we executed an instruction that I recognize...
  • Cortex-M7 VFMA usage
    Dear All, this is my first post and I hope I do not make any serious mistakes. My question is regarding the use case of the cortex-m7 VFMA/VMLA instruction. I am evaluating a polinomial for which...