• How many clock cycles does a"for" loop take?
    Hello, I work with cortex M3-Microcontroller (LPC1768) and I want to know how much clock has a loop (for) for(i=0;i<1;i++); Thanks
  • How many clock cycles does a"for" loop take?
    Hello, I work with cortex M3-Microcontroller (LPC1768) and I want to know how much clock has a loop (for) for(i=0;i<1;i++); Thanks
  • How many clock cycles does it take to switch working states by CPS #n
    Hi everyone! I usually use the instruction CPS to switch working states form PL1 to PL0, or switch between PL1s. How many clock cycles does it take? Based on Cortex-R5, will it take a long time? ...
  • Push/Pop in Cortex A55 64bit mode
    Hi, Is there any alternate instruction for push/pop since it is not supported in the cortex a55 (64 bit mode)? Currently I'm doing the stacking of the processor register manually using STP/LDP instructions...
  • Push/Pop in Cortex A55 64bit mode
    Hi, Is there any alternate instruction for push/pop since it is not supported in the cortex a55 (64 bit mode)? Currently I'm doing the stacking of the processor register manually using STP/LDP instructions...