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 .elf image contains debug symbols and paths to source code. this .elf image is the result of the following process: I built library with debug information included using option -g and O0 optimization Then I build another project that use this Library which is linked sttaticly to this project and i got this .elf image finally i use Keil to load this elf image to my device through the .ini file. the problem is when debugging i can debug the source code of the second project but I can not step through the library source code the only that I can do is stepping through the disassembly of this librray no more i tried to explicitly specifying the path of this library to keil by using the command SEt SRC = Path but it didn't work. Do you have an idea what could be wrong here?
Many thanks.
View all questions in Keil forum