• 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...
  • carshed micro to enable "enable ARM / Thumb interworking"
    Hi all I added a timer interrupt lpc2368 I've worked with the Arm that works well when I check enable ARM / Thumb interworking In the tab C / C + + project settings, arm is crashed i am forced...
  • Interworking Thumb-Mode Assembly Module -- How?
    Hi All. I'm having difficulty creating a Thumb-mode assembly language module that will successfully link in a uVision3+CARM project that is compiled in ARM mode. The module compiles, links and works...
  • 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...