• A53 core does not enter sleep state with WFE
    I am trying to use WFE on Linux user space. I have the following code, while(1) { if (condition==TRUE) break; __asm__ __volatile__ ("wfe" : : : "memory"); ... } It seems the core never...
  • Cortex A53 Program Counter Load After Debug Exit
    Hi All , Incase We need to have the program counter execution (PC) modified post debug entry for COrtex A53 , Say the A53 is executing from address 0x8000000 and once after the debug we need to make...
  • How to get the secure(or non-secure) state on Cortex-A53?
    Could anyone give me the code to get the current secure state?
  • 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 to force ARM core into debug state when DBGEN was tied LOW?
    Note: This was originally posted on 11th January 2009 at http://forums.arm.com [size=3][font="Courier New"] Hello,     After our SoC(ARM926EJ-S inside) was mounted on our development board, ARM Multi...