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.

CCS/LP-MSP430FR2476: Code Composer Studio™ forum

Part Number: LP-MSP430FR2476

Tool/software: Code Composer Studio

What are the steps to compile the Out of Box Experience for the LP-MSP430FR2476?

SLAU802, page 17, section 4.1.2 indicates I need to be running CCS v8.0 or higher.  I'm running 9.2.  It says "... click Project>Import Existing CCS Eclipse Project.  Browse to desired demo project directory that contains main.c (see Figure 13)."  There is no tab under Project to Import Existing CCS Eclipse Project.

I've tried creating my own project, unzipping, the example files, and copying required .h files up to the project directory since the tool can't seem to see them in lower directories even if I adjust the include paths for the compiler invocation command.

I am completely stuck.  Any help will be appreciated.  Thanks.

Richard

  • Richard Burnes1 said:
    It says "... click Project>Import Existing CCS Eclipse Project.  Browse to desired demo project directory that contains main.c (see Figure 13)."  There is no tab under Project to Import Existing CCS Eclipse Project.

    Use the menu item Project->Import CCS Projects. 

    In older version of CCS, the menu item was called Import Existing CCS Eclipse Project. The name was later changed.

  • Thank you AartiG!  Your feedback helped me clear the problem.

    In CCS 9.2, it's located at File->Import->Code Composer Studio->CCS Projects.

    Thank you very much!