• sleep mode of CPU
    Is there anyone know how to put the cpu in to sleep mode
  • sleep mode of CPU
    Is there anyone know how to put the cpu in to sleep mode
  • MMU table management during CPU mode switch
    Hello, I have been working on developing comprehensive Data Abort and Prefetch Abort handlers for our ARM Cortex A9 dual-core CPU. Among the exceptions which are covered by these handlers, I am now...
  • MMU table management during CPU mode switch
    Hello, I have been working on developing comprehensive Data Abort and Prefetch Abort handlers for our ARM Cortex A9 dual-core CPU. Among the exceptions which are covered by these handlers, I am now...
  • Windows C++ ARM CPU detection in user mode
    I'm currently developing a core lib which provides detection of ARM CPU features on the Windows platform. On x86 CPUs it is done by the __cpuid intrinsic which allows to read specific information like...