Once MSPBootProjectCreator has been executed and your project spec file created, you'll need to use that file in CCS to create a project.
- Start by opening CCS and navigating to Project → Import CCS Projects...
- Browse to the project spec file that was generated by MSPBootProjectCreator.pl
- Determine which application template you will be using and select the appropriate projects
- App_Shared_Comm: Shows how to share a communication interface with the bootloader
- App_Simple: Does not share a communication interface with the bootloader
- click Finish
- Delete the default linker command file from each project. This file will be titled lnk_<device variant>.cmd.
- After modifying the appropriate source code as specified in Section 4.1.1.3, you can build the project and program it on the MSP430 device.