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.

CSS example projects won't build?

Other Parts Discussed in Thread: MSP430F5510

Hi,

I've just tried using CCS for the first time and I'm finding that some of the example projects don't build. Here's what I'm doing exactly. After installing and updating CSS to  v5.4.0.00091 

  1. open CCS
  2. Select Resource explorer tab
  3. Navigate to Libaries > Driverlib MSP430F5xx_6xx > Example Projects
  4. Select a project
  5. Enter Project Properties Dialouge
  6. Select my device under varient. MSP430F5510
  7. Select the latest compiler version, TI 4.1.7 (If I don't do this I get "Problems encountered while initializing build configuration" error dialogue)
  8. Click debug
Some of the projects such as gpio_ex6_writeToPort1 build and load onto the device successfully however a couple other I tried do not, specifically timer_a_ex6_upDownModeOperation and usci_b_i2c_ex2_masterTxMultiple. Both of these produce errors such as 

could not open source file "inc/hw_memmap.h" , "stdinit.h" etc.

Am I missing something? I would have thought these should work "out of the box" as it were.