This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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. When we do this the in-line is compile correctly. But we lose the capability to debug and set breakpoints with the C Code source. We only have the mixed with assembly with C Code commented out. What do I need to do to get the capability to debug and set breakpoints with the C Code source back and have in-line assembly.

Parents
  • What do I need to do to get the capability to debug and set breakpoints with the C Code source back and have in-line assembly.

    This is not supported, I'm afraid.
    Perhaps it makes sense to place C and assembly language sources into separate files.

Reply
  • What do I need to do to get the capability to debug and set breakpoints with the C Code source back and have in-line assembly.

    This is not supported, I'm afraid.
    Perhaps it makes sense to place C and assembly language sources into separate files.

Children