• 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...
  • Library source-level debugging
    Hi, I've built a library with arm-none-eabi-gcc with -g (Tag_ABI_optimization_goals = Optimized for best debugging illusion, speed and small size sacrificed (=6)). I'm trying to debug that library...
  • 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.
  • Inline Assembler- Debug
    Hi: Why when I debug this code, the debugger do not execute the lines between #pragma asm and #pragma endasm. What happen? Thanks My C code: -------------------------------------------- #pragma...
  • Library source code level debugging
    Hi, I have a problem with getting source-code debugging for created library. I've searched whole forum for this problem, but with poor results. This is what I do: 1. Some part of code is putted...