mspm0-ccs

Installation
SKILL.md

MSPM0 CCS Agent Skill

Use this skill when working on TI MSPM0 firmware projects that use CCS, CCS Theia, SysConfig, and DriverLib.

This skill is for Claude Code, OpenCode, OpenClaw, Continue, Cursor, Codex, and other skill-aware CLI or editor agents. It is not Codex-specific.

First Steps

  1. Locate the project .syscfg file.
  2. Read the .syscfg metadata: device, package, SDK product, and SysConfig tool version.
  3. Inspect generated ti_msp_dl_config.h for generated names, macros, IRQ names, and init function spelling.
  4. Inspect existing module instances, such as GPIO, UART, PWM, I2C, ADC, TIMER, SYSCTL, DMA, and interrupts.
  5. If the needed SysConfig field or enum is unclear, read references/syscfg_schema_sources.md and inspect local SDK examples or .meta/*.syscfg.js before editing.
  6. Read the relevant docs under references/ before changing hardware configuration.
  7. Modify the smallest relevant .syscfg section and follow the local naming style.
  8. Update application code to use generated DriverLib macros.
  9. Rebuild or run SysConfig CLI after .syscfg changes.

Core Rules

Installs
1
GitHub Stars
1
First Seen
May 15, 2026
mspm0-ccs — mc3545dada/mspm0-ccs-agent-skill