xmc

Decodes SPI NOR Flash XMC MPNs into series, density, and package codes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you understand and work with XMC (Wuhan Xinxin Semiconductor) electronic components by decoding their Manufacturer Part Numbers (MPNs), understanding their specifications, and providing guidance on their use.

Core Features & Use Cases

  • MPN Decoding: Breaks down XMC MPNs to identify series, density, and package type.
  • Specification Lookup: Provides tables for series prefixes, density codes, and package details.
  • Handler Guidance: Offers code snippets for pattern matching and extracting information from MPNs.
  • Use Case: When you encounter an XMC part like "XM25QH128A", this Skill can tell you it's a 128 Mbit SPI NOR Flash memory with a 3.3V operating voltage and an SOIC-8 package.

Quick Start

Use the xmc skill to decode the MPN XM25QU256C.

Frequently Asked Questions about xmc

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

FAQPage Schema
How do I decode an XMC semiconductor MPN for SPI NOR Flash components?

To decode an XMC semiconductor MPN, parse the series prefix, density code, and package code. For example, decoding XM25QH128A identifies it as a 128 Mbit SPI NOR Flash memory component.

What does the density code in a Wuhan Xinxin Semiconductor part number represent?

The density code in a Wuhan Xinxin Semiconductor part number represents the storage capacity of the SPI NOR Flash component. Decoding this segment from the MPN reveals the exact memory density, such as 128 Mbit.

How can I extract component specifications from an XMC MPN using code?

You can extract component specifications from an XMC MPN by implementing pattern matching handlers. The Skill provides code snippets for pattern matching and extracting series, density, and package information directly from the part number string.

Can I cross-reference XMC SPI NOR Flash components with other manufacturers?

Yes, you can cross-reference XMC SPI NOR Flash components with other manufacturers. The Skill provides cross-reference guidance to help identify equivalent semiconductor components across different vendors.

Does the XMC MPN structure include a voltage selection guide for SPI NOR Flash?

Yes, the XMC MPN structure includes a voltage selection guide for SPI NOR Flash. Decoding the MPN identifies the operating voltage, such as the 3.3V specified for the XM25QH128A component.