• Can't step through code
    I am using the restricted version of uVision3 along with ULink JTAG adapter, and I am trying to debug some C code. Every time I try to single step through my code it always goes to the disassembly window...
  • Can't step through .s assembly file when debugging
    I've done some searching on the forum, and this question seems to be asked, but no concrete answer has been given. I'm using the Tiva C with the latest uVision. I have a main.s where all my assembly...
  • Can only step through assembly code and not the C/C++ editor
    I must have changed some settings and don't know what. I can only step through the assembly code during a debug session. Nothing moves in the C/C++ editor window. I have already looked into this , but...
  • Can't step through STR9LIB code
    If I use any of the library source code from C:\Keil\ARM\RV30\LIB\ST\STR91x (91x_ssp.c for example but it is the same for all of them) and build the project (with no compiler or linker warnings or errors...
  • Can't step in assembly main.s code
    I have an assembly program that builds and runs fine but when trying to single step using the simulator it will always go to the disassembly window to show the code progress. I want it to step though...