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.

Code Composer Studio Workspace Links to Header Files

When a program file in the CCS Workspace loses all its links to the referenced header files which a have all the alias name declarations.

Is there a way to repair this so the links once again work? For example if you right click on any of the aliased register values such as "CS_CLOCK_DIVIDER_2" in the program attached nothing happens. Normally the declaration for CS_CLOCK_DIVIDER_@ opens the cs.h file and highlights "#define CS_CLOCK_DIVIDER_2 CS_CTL1_DIVS_1"

The only fix I found is to open a new Workspace and import the same program to the new workspace.

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*******************************************************************************
* MSP432 Clock System - HFXT Startup
*
* Description: This is a simple code example that starts the 48MHz crystal
* attached to HFXTIN/HFXTOUT, sources MCLK from the crystal, and then
* blinks an LED using SysTick (which is sourced from MCLK). This is meant
* as a very elementary code example which shows the use how to start the
* high frequency crystal and source clock signals from HFXT.
*
* This program runs infinitely until manually halted by the user.
*
* MSP432P401
* ------------------
* /|\| |
* | | |
* --|RST P1.0 |---> P1.0 LED
* | PJ.3 HFXTIN |---------
* | | |
* | | < 48Mhz xTal >
* | | |
* | PJ.2 HFXTOUT |---------
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX