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.

Mysterious include file - where's it coming from?

Other Parts Discussed in Thread: MSP430F6638, MSP430F5529

I am using CCS V5.2 (Linux) and trying to get  an 'CHM1_Example' project (from the USB toolkit) to work on the MSP430F6638.

The example project was written for the '5529.  I've changed the project settings to choose the

6638 and compiler version 4.1.1.  All builds well.

However, in debugging the code, I noticed that I am still picking up the '/opt/ti/ccsv5/.../msp430f5529.h' file for some of the macros.  I have gone through the project settings as thoroughly as I can to find every reference to the target processor with no luck.  The build continued to pick up the '5529.h' file.

I then grepped all project files (including the hidden project files) and changed every reference in every file to the '6638' target proc.  The build *still* continued picking up the '5529.h file.

Where is this information coming from?