st

Decode STMicroelectronics component part numbers into series, package, and voltage specifications.

3|Updated Jan 31, 2025
One-click install
npx skills add https://github.com/Cantara/lib-electronic-components --skill st
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: st
Source: https://github.com/Cantara/lib-electronic-components/tree/main/.claude/skills/manufacturers/st
Command: npx skills add https://github.com/Cantara/lib-electronic-components --skill st

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you understand the complex naming conventions used by STMicroelectronics for their components, enabling you to quickly identify key specifications like microcontroller core, package type, and voltage ratings.

Core Features & Use Cases

  • MPN Decoding: Parses Manufacturer Part Numbers (MPNs) for various ST component families (STM32, STM8, MOSFETs, Voltage Regulators).
  • Specification Identification: Extracts details such as microcontroller series, flash size, pin count, MOSFET voltage/current ratings, and regulator output voltage.
  • Use Case: You encounter an STM32 microcontroller part number like STM32F407VGT6 and need to know its core, package, and memory size. This Skill will decode it for you.

Quick Start

Use the st skill to decode the part number STM32F103C8T6.

Frequently Asked Questions about st

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I decode an STM32 microcontroller part number to find its specifications?

To decode an STM32 part number, the Skill analyzes its structure using pattern matching to extract specifications like microcontroller series, flash size, and package type. This enables quick identification of component features from the MPN string.

What does a STMicroelectronics MPN encoding scheme represent?

A STMicroelectronics MPN encoding scheme represents component specifications embedded in a structured string. The Skill parses this structure to identify key details like voltage ratings, pin count, and memory size for microcontrollers, MOSFETs, and voltage regulators.

Can I use this to extract voltage and current ratings from ST MOSFET part numbers?

Yes, you can use this Skill to extract voltage and current ratings from ST MOSFET part numbers. It applies string manipulation to interpret the MPN encoding scheme, identifying the specific electrical characteristics of the component.

Does this Skill decode ST voltage regulator part numbers for output voltage details?

Yes, this Skill decodes ST voltage regulator part numbers to identify output voltage details. It applies pattern matching to the MPN structure, extracting the specific voltage ratings and series information for voltage regulators.

What details can I identify by parsing the STM32F407VGT6 part number?

By parsing the STM32F407VGT6 part number, you can identify its microcontroller core, package type, and memory size. The Skill uses pattern matching to extract these key specifications from the STMicroelectronics MPN structure.