- Navigate to dev.ti.com. Users are required to install the CCS
Cloud Agent. If CCS Cloud Agent is not installed yet, then follow the steps to complete
this installation.
- Plug in LP-MSPM0L2117
using a micro-USB cable. TI Developer Zone automatically detects that LP-MSPM0L2117 has been plugged in.
- Click Browse software and examples, which opens the MSPM0 SDK in a new window.
- In the left bar, navigate to Arm-based microcontrollers > Embedded Software > MSPM0 SDK > Examples > Development Tools > DriverLib > gpio_toggle_output > No RTOS > TI Clang Compiler > gpio_toggle_output.
- Click the Import button in the top right
corner of the screen. This action imports the project into the CCS Cloud and opens in a
new window.
- In CCS Cloud, click the debug icon in the left bar to open the debug view.
- Click the play button to deploy the code to the device and open a debug session. By default, the debugger pauses the first line of code.
- Click the blue play button to start the application.
- The RGB LED on LP-MSPM0L2117 needs to be blinking.
Now, the user is ready to begin prototyping by modifying the code or by importing a different example code.