Part Number: CC2652P
Tool/software: Code Composer Studio
Hi there,
I'm using CCS10.1, SimpleLink SDK4.20.
When not in debug mode, if a function is implemented in SDK, it seems that there is no way to jump to the implementation of the function from where it invoked.
For example, below is in ti_drivers_config.c,
Double click Pin_init(), press F3 to go to declaration, it just jumps to PIN.h which is in SimpleLInk SDK directory, like this,
Then, continue pressing F3, it won't jump to the source c file.
In fact, the source file is PINCC26XX.c which is in SDK directory, like this,
However, when in debug, I can use F5(step into) on PIN_Init to jump to the implementation in file PINCC26XX.c.
And, if a function is implemented in user's directory rather than SDK's directory, I can jump to the source file using F3.
So, my problem is , if a function is implemented in SDK, how to jump to the source file when it is not in debug mode?


