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.

msp430f5438.h file missing

Other Parts Discussed in Thread: MSP430F5438

I'm new to CCSV4 and will be working with the 'F5438 device. I tried to compile a program that our SW engineers wrote and I'm getting the an error stating the 'msp430F5438.h' file could not be opened. I searched everywhere on my PC and this file just does not exist on my machine. The SW guy sent me the file and I put it in the folder C:\Program Files\Texas Instruments\ccsv4\msp430\include. When I try to rebuild the program I get the same error.

What am I doing wrong? Can someone briefly explain the use of the .cmd files?

 

thanks

  • Can you trying adding the path to the file in your include search paths? Right-click on your project and select build properties. Then select C/C++ Build in the left panel and under the Tools Settings tab in the right panel, look uder MSP430 Compiler for the Include Options. In the Include Options you can add include search paths.

    mike holz said:
    Can someone briefly explain the use of the .cmd files?

    See section 4.4.7 of: http://focus.ti.com/lit/ug/slau132c/slau132c.pdf