• how to know the specific cycles of every arm instruction (armV7,cortex-a8) while executing in asm file?

    how to know the specific cycles of every arm instruction (armV7,cortex-a8) while executing in asm form?

    if there are some documents which describes it in detail?

    In Chinese:

    我目前用cortex-A8(armV7)来开发项目,由于一些算法需要在ARM端跑,算法需要优化,需要写arm汇编指令,

    想知道,armv7每个指令执行消耗的周期…

  • Minimal Frequency of Operation

    Hello,

    Is there any data regarding the minimum and maximum frequency a processor can operate in ARM V-7 ?

  • I am looking for intro material ARMv7

    Hello,

    I am trying to learn how to use the device, not the innermost working of the VSLI design.  :-)  I am consulting the Reference Manuals, but they are proving to be a challenge.

    Please let me give some background, indicating what I know, and what I…

  • page table Cachability bit effect!

    Hi experts,

    I really get confused with the page table cachability bit (c bit) effect (Cortex-A8) and need your help to find answer of my question. The questions is whether page table C-bit only controls writing/updating into the cache(inner or outer) lines…

  • Cache and store buffer maintenance in cortex-a8!

    Dear All,

    Technical data sheets for the ARM7500FE  and ARM7100 say that:

    "In the ARM Processor the cache will be searched regardless of the state of the C bit, only reads that miss the cache will be affected."

    Now the question is that whether…

  • What happens if an interrupt occurs as it is already disabled

    for ARMv7 architecture:What happens if an interrupt occurs as it is already disabled