• 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...
  • 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...
  • Change between thumb and arm state in C Code
    I am trying to run some old code from Insiders Guide written in 2004. The code contained __arm and __thumb inside the functions to indicate to the compiler the function types either arm or thumb. After...
  • Change between thumb and arm state in C Code
    I am trying to run some old code from Insiders Guide written in 2004. The code contained __arm and __thumb inside the functions to indicate to the compiler the function types either arm or thumb. After...
  • STM3210E-EVAL with Ulink2 and uVision3
    Hi, I am using STM3210E-EVAL (STM32F103ZE processor) with ULINK2 and uVision3. In the "debug session" I am only able to see Timer 1 to Timer 4 in the "Peripherals tab". I am not able to see Timer...