Other Parts Discussed in Thread: SYSCONFIG
Hi,
I have imported the "basic_ble" project into Code Composer Studio (CCS), and I am unable to navigate to variable declarations and definitions. How can I achieve this?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I have imported the "basic_ble" project into Code Composer Studio (CCS), and I am unable to navigate to variable declarations and definitions. How can I achieve this?
Navami,
Right click on the variable/defintion and select "Open Declaration". The shortcut in CCS is F3. If you are interested in a definition which is defined by SysConfig generated files then you will need to build the project before it can be found within the CCS workspace.
Regards,
Ryan