• v7M debug architecture questions
    Dear sirs, Regarding v7m debug architecture, I have some questions after reading the v7m architecture document. Q1: There is no mechanism to send instruction to the core for execution in debug state,...
  • ARMv7 architecture
    Can anyone share the ARMv7 architecture document to download ? - Hari.
  • ARM v7 Instruction Set Architecture Opcode Code
    Hello, I am working with some ARM hardware and I wrote a program in ARM Assembly. The ARM hardware that I am using requires the the program to be in HEX values and I found a website online that allowed...
  • Compability between architecture ARMv5TE and ARMv7-A
    Hello everyone! I have a question about the compability between architecture ARMv5TE and ARMv7-A. We want to change our Platform-Processor from ARM 946E-S to an ARM Cortex A9. The Problem is, that our...
  • two’s complement
    How to load the two’s complement representation of -1 into Register 3 using one instruction? i am working on ARM7 and NXP processor.