I am including a precompiled ST library into my project:
#include <stm32f10x_lib.h>
This library is located in: c:\Keil\ARM\RV31\LIB.
I want to be able to use the IDE to step into the library function and step through the 'C' code.
Can this easily be done without compiling the acutal source code in my project?