• 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 not step through source code of included library
    Hi, I am using Keil to load an executable .elf image to Cortex m33 based device. The .elf image is generated outside Keil using makefile, so keil is used only to load this image to sram. This ...
  • 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...
  • Cant Step through C code
    I seem to be having the same issue as someone in this thread: http://www.keil.com/forum/15652/ I had it before and got it to go away, I'm not sure how... Now nothing I do works, I cant debug...
  • Is it possible to step through disassembly?
    Hia, I want to step through my c code, disassembly line by disassembly line. I've tried using F11/step into but this results in: the 'next statement' arrow jumping to a a line in the disassembly...