I am evaluating the use of TI Code Composer to support a C program for the TI MSP430 micro-controller.
I can't, however, figure out how to open the project that I have been working on, with great success, for the last week. It no longer is loaded with a project after I start Code Composer and select the "Workplace" that I've been using all along. There is no obvious way to open an existing project file.
There seems to be no menu item to open an existing project. Likewise, there seems to be no list of recent projects to choose from. The menu option "Switch Workplace" gives me some choices, but all I end up with is an empty project. TI's documentation on "Workplace" is not clear to me and the ability to simply open an existing project file seems to be non-existent. It seems that Workplace is simply a folder in which to store projects.
How I can I open a project and get back to work?
What is the difference between a ccsproject, a cproject, and a project file in Code Composer?
TI Documentation does not match the actual program. It says (see below) that there is "Open Project" Menu option. There is not an an "Open Project Menu."
Thank you,
Michael Jablonski
Here is the TI documentation that does not match the actual program:
Project menu
The Project menu allows you to perform actions (builds or compilations) on projects in the Workbench.
Open Project
This command opens the currently selected project or projects. The selected projects must currently be closed for this command to be available.
Close Project
This command closes the currently selected project or projects. The selected projects must be currently open for this command to be available. Closing a project will remove all of that project's state from memory, but the contents on disk are left untouched.