• arm thumb state
    why ARM prefers executing instructions in thumb state(16 bit instructions) rather than ARM state that executes 32 bit instructions?
  • arm thumb state
    why ARM prefers executing instructions in thumb state(16 bit instructions) rather than ARM state that executes 32 bit instructions?
  • ARM OR THUMB CODE
    Note: This was originally posted on 5th November 2010 at http://forums.arm.com We all know that there are two kinds of instruction, arm and thumb. Here is the question: how can I get the right instruction...
  • ARM/Thumb interworking problems
    I have the same problem as in thread posted here: http://www.keil.com/forum/docs/thread10202.asp Can anyone comment me, how the issue, described there, was solved? Thanks.
  • ARM/Thumb interworking problems
    I have a problem with calling ARM code from Thumb (C) code. The problem causes an 'undefined instruction' exception when using the 'switch' statement, because it is trying to call __ARM_switch8 from...