• uVision 5 assembly code debug
    Is there a way in uVision 5.x to set a break point in an assembly file (.s) and single step over assembly code in the debugger? This works in uVision 4.x but not in 5. It seems I can set a break...
  • uVision 5 assembly code debug
    Is there a way in uVision 5.x to set a break point in an assembly file (.s) and single step over assembly code in the debugger? This works in uVision 4.x but not in 5. It seems I can set a break...
  • 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 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...