• 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
  • 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
  • How to jump to assigned place after interrupt occurs ?
    Hi, I want to implement following job in C code with Keil C51. (1) jump to a place (function entry) after an interrupt occurs. I know how to implement it in assemble, but I don't know how to implement...
  • How to jump to assigned place after interrupt occurs ?
    Hi, I want to implement following job in C code with Keil C51. (1) jump to a place (function entry) after an interrupt occurs. I know how to implement it in assemble, but I don't know how to implement...
  • After enable mmu, a translation fault occur when I try to run OS in EL2 (VHE mode) with cortex-a55(armv8.1)
    hello, arm expert. I try to run a zephyr os in aarch64 el2 mode on armv8.1 cpu (cortex-a55). Zephyr can run successful in aarch64 el1 mode on cortex-a55 platform, And as I know, when enable armv8...