• thumb
    Hello, I wrote a function which call another function through a pointer of function call. When I trace the call, as soon as I reach the function the thumb bit is cleared , and of course the program...
  • Problem in converting the ARM code into THUMB
    Hi, Good Day. I am working on ARM7TDMI core processor from Analog Devices family (ADuC703x). I developed a preemptive scheduler on the same in ARM environment. The functionality of the same is fine...
  • ARM and THUMB code in disassembly window
    Hi all, how can I force the disassembly window of uVision to show thumb mode? The CPU runs in thumb mode (T=1), and a single step correctly advances the PC by 2 bytes, but the disassembly shows ARM...
  • disassembly of thumb code
    If I set a breakpoint shortly after my main() routine (which runs in thumb mode), the disassembly window shows arm code when the breakpoint is hit. Stepping is really weird because the PC advances by...
  • 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.