MSPM33 SDK QuickStart Guide for Code Composer Studio¶
1. Introduction¶
This guide is intended to assist users in the initial setup and demonstration of running their first MSPM33 application with Code Composer Studio.
This guide is not intended to explain the functionality of Code Composer Studio. Please refer to the documentation available through the Help menu in Code Composer Studio or the Code Composer Studio IDE Guide for MSPM33 MCUs included with the MSPM33 SDK documentation.
2. Prerequisites¶
The user is expected to have downloaded and installed the following:
3. Start a MSPM33 project on Code Composer Studio¶
Open Code Composer Studio. The Getting Started page will show up, or it can be opened by selecting Help → Getting Started.
Note that Code Composer Studio will automatically detect a MSPM33 LaunchPad if connected.
Click on Create a new project with Code Composer Studio IDE to open the Project Wizard.
On the Project Wizard, select:
Device or Launchpad
Project to open, note that a brief description is provided and search filters can be used
Project name
Compiler, note that Code Composer Studio support TI Arm Clang and Arm GCC
RTOS or No-RTOS, if available for example
Click on Create.
If the MSPM33 SDK hasn’t been installed, Code Composer Studio will request to install it. Any other dependencies such as compilers can also be installed.
Close window once the SDK is installed.
The project will be imported into the workspace.
Optionally, open SysConfig.
Some examples in the MSPM33 SDK have SysConfig support. SysConfig is an intuitive and comprehensive collection of graphical utilities for configuring pins, peripherals, radios, subsystems, and other components. SysConfig helps you manage, expose, and resolve conflicts visually so that you have more time to create differentiated applications.
Simply double-click the
.syscfgfile in the project to open the SysConfig viewer and start exploring.
For more information about using SysConfig with MSPM33, visit the Using SysConfig with MSPM33 guide.
Right-click on the project and click on Build Project(s).
Press F5 or click on the Debug icon followed by Start debugging icon.
4. Using TI Resource Explorer¶
TI Resource Explorer (TI-Rex) helps you find all the latest examples, libraries, demo applications, datasheets, and more for your chosen platform.
This tool is available at https://dev.ti.com/tirex, but it’s also integrated into Code Composer Studio allowing for a more integrated user experience.
5. Known Issues and Frequently Asked Questions (FAQs)¶
Please refer to Known Issues and FAQ inside the SDK.