• Inline assembly possible for STM32F4?
    When I try to use inline assembly in my code (__asm {...}), then it is refused due to thumb mode - I think this thumb mode is ultimately required for my processor (STM32F407)? I tried also #pragma...
  • Inline assembly possible for STM32F4?
    When I try to use inline assembly in my code (__asm {...}), then it is refused due to thumb mode - I think this thumb mode is ultimately required for my processor (STM32F407)? I tried also #pragma...
  • With inline assembly lose capability to debug and set breakpoints with the C Code source.
    We are using uVision 2.0 IDE. We are using in-line assembly code with C source. To get it compile we had to check Generate Assembler SRC File and Asseble SRC File for each of the Groups in the Project...
  • With inline assembly lose capability to debug and set breakpoints with the C Code source.
    We are using uVision 2.0 IDE. We are using in-line assembly code with C source. To get it compile we had to check Generate Assembler SRC File and Asseble SRC File for each of the Groups in the Project...
  • inline assembly in uv2 C source
    I've just started using uv2. I want to import my assembly code into C source (inline or to link them whith C files) Thanks.