This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

uVision IDE stepping into Cortex Libraries

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?

0