SLAU646F September 2015 – June 2020
This section describes the step-by-step instructions to create an assembly or C project from scratch and to download and run an application on the MSP430 MCU using the MSP430 GCC toolchain. Also, the CCS Help presents a more detailed information of the process.
Figure 3-1 Creating New CCS Project Using MSP430 GCCNotice that the project contains a .ld file (appropriate for the target selected). This is the linker script that contains the memory layout and section allocation. This file is the equivalent of the TI linker command file (.cmd) used by TI MSP430 Compiler and Linker.
To use an existing source file for the project, click Project → Add Files... and browse to the file of interest. Single click on the file and click Open or double-click on the file name to complete the addition of it into the project folder.
Now add the necessary source files to the project and build. Similar to TI tools, additional compiler and linker options can be set from Project Properties.
Figure 3-2 CCS Project
Using MSP430 GCC