• Cortex-A9 core registers
    In RTL code of A9mp platform provided by ARM, I see that almost all registers are renamed and are out of order(There are registers named R0-R55). This make it quite difficult for me to debug some problems...
  • Cortex-A15MP Core Registers
    Hi, I am using ARM v7-A (Cortex A15 MP) and i want to observe the stack context, as i understand it, there are some offset values inside of ARM Core Registers (between LP, SP and PC), and the offset...
  • Cortex-a9 banked registers
    Using cortex-a9 (zynq 7010) With the gcc toolchain. I'm working on porting our RTOS scheduler to this platform. In a privileged exception state (SVC,IRQ,FIQ etc..) trying to restore a saved context. ...
  • Cortex-M3 Registers
    Hello guys. I am studying the Cortex-M3 technical reference manual. I have some doubts: - What is the function of each of the 13 general purpose 32-bit registers, R0 to R12? - What does Link Register...
  • ARM Cortex-A53 System Register
    Hello, I wanted to check the value of following interrupt related registers i.e. ICC_IAR1_EL1 ICC_EOIR1_EL1 I'm able to find the ICC_IAR1_EL1 inside the CORTEXA53 hierarchy. But NOT able to...