• Debug mode is starting in thumb mode
    I am using uVision3 and have an LPC2294. I am just using the default blinky program that comes with the SW. First, Is there any way to read what is in the flash after a programming it using the...
  • Flash programming & Thumb mode
    Hi All, I use the Keil uVersion3 and MCBSTR9 EVAL board to run the FMI example from ST and find it is not working unless you compile the code in thumb-mode instead of ARM-mode. Can anyone give me...
  • ARM mode Thumb mode switching
    Note: This was originally posted on 13th January 2011 at http://forums.arm.com Hi, Let me explain my problem, i come across one situation cmp r1,#0 beq labels_of1 i would like to merge both the instructions...
  • 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...
  • 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...