We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?