SLUUDN3 July   2026 LP5814 , LP5815 , LP5817

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. 1Introduction
  5. 2Hardware Setup
  6. 3Software Setup
  7. 4Sample Code Structure
    1. 4.1 Design Requirements
    2. 4.2 Flow Diagram
    3. 4.3 Pattern Parameters
  8. 5Revision History

Software Setup

To set up the software for the LP-MSPM0L1306 LaunchPad™, please follow these steps (demonstrated in a computer with Windows 11 OS):

  1. Download and install Code Composer Studio™.
    1. Download Code Composer Studio integrated development environment (IDE) (Version ≥ 12.5.0).
    2. Follow the installation instructions to install Code Composer Studio. During the installation process, if you choose the Setup type to be Custom Installation, select MSPM0 32-bit Arm Cortex-M0+ General Purpose MCUs in Select Components, as marked with the red box in Figure 3-1.
      LP5815 LP5814 LP584I LP5815 LP5817 Installation Process of Code
                    Composer Studio Figure 3-1 Installation Process of Code Composer Studio
  2. Download and install MSPM0-SDK (Version ≥ 2.4.xx.xx).
    1. To verify the installation is correct, open the Code Composer Studio software. Select Windows from the top menu bar. Then select Preferences from the drop-down list. The Preferences window shows. From the left side bar, select Code Composer StudioProducts.
    2. Make sure that there is MSPM0 SDK and SysConfig (SysConfig is installed automatically when you install MSPM0 32-bit Arm Cortex-M0+ General Purpose MCUs) under the Discovered products, as is marked in Figure 3-2. If MSPM0 SDK or SysConfig does not appear, select Refresh on the right side of the Preference window. If MSPM0 SDK or SysConfig are still unavailable, check whether the installation is correct. A standalone desktop version of SysConfig can be found at SYSCONFIG System configuration tool.
      LP5815 LP5814 LP584I LP5815 LP5817 Verification of MSPM0 SDK
                    Installation Figure 3-2 Verification of MSPM0 SDK Installation
  3. Download and import the sample code. After downloading the sample code compressed file to a local computer, extract the file and import the Code Composer Studio (CCS) project according to the process provided in the link: Importing a CCS Project.
  4. Load the program to the MCU according to the process provided in the link: Building and Running Your Project.