• 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...
  • Is there primask core register in cortex-R5
    Is there primask core register in cortex-R5
  • Cortex-m0 instructions and core registers immediete values
    Hi, i have just got a cortex-m0(LPC1114) based dev board. I'm reading about the architecture and instructions. My understanding is that it supports most thumb 16-bit instructions and a handful thumb-2...
  • Why is MDR (I2C Master Core) register is not updating ???
    I am trying I2C driver below is the code. () The code I'm using from (Software Development Kit\TM4C1294XL Firmware Development Package\examples\peripherals\i2c). Here, by using I2CMasterDataPut(I2C0_BASE...