• Cortex-M3 pipelining of consecutive LDR instructions to different memory regions?
    Hi all, recently I did some measurements concerning the SysTick-Timer and consumend clock cycles (because of performance reasons). I wrote a simple function in assembly, which gets called from a C file...
  • Cortex-M3 pipelining of consecutive LDR instructions to different memory regions?
    Hi all, recently I did some measurements concerning the SysTick-Timer and consumend clock cycles (because of performance reasons). I wrote a simple function in assembly, which gets called from a C file...
  • Memory Alignment for VSTM/VLDM Instructions on Cortex R52
    Hello All, Assumptions : 1.SIMD operations are enabled. 2.Q0 - Q7 registers contain value zero. 3.r0 contains the array pointer which will zero out the memory. I am using vstm instruction...
  • Memory Alignment for VSTM/VLDM Instructions on Cortex R52
    Hello All, Assumptions : 1.SIMD operations are enabled. 2.Q0 - Q7 registers contain value zero. 3.r0 contains the array pointer which will zero out the memory. I am using vstm instruction...
  • Interrupt latency while STR/LDR in cortex-M3
    Hi, What is the expected behaviour on M3 when issuing STR/LDR to some remote memory (AHB) and interrupt arrive? is the interrupt being delayed although this is normal memory and this command can re...