esmt

Decode ESMT DRAM and SPI Flash part numbers into density, speed, and package details.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you understand and decode the complex Manufacturer Part Numbers (MPNs) for Elite Semiconductor Memory Technology (ESMT) components, saving you time and reducing errors when working with their DRAM and Flash memory.

Core Features & Use Cases

  • MPN Structure Decoding: Breaks down ESMT MPNs into their constituent parts (prefix, density, configuration, version, speed, package).
  • Density and Speed Interpretation: Provides tables to translate density codes and speed grades into human-readable values.
  • Package Identification: Maps package codes to their physical descriptions.
  • Use Case: When you encounter an ESMT part number like "M12L128168A-6TG", this Skill can tell you it's a 128Mbit SDRAM, 16-bit bus, 8 banks, 6ns speed, in a TSOP-II package.

Quick Start

Use the esmt skill to decode the part number M12L128168A-6TG.

Frequently Asked Questions about esmt

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

FAQPage Schema
How do I decode an ESMT memory part number to identify its density and speed?

To decode an ESMT memory part number, you parse its constituent structure codes for density, configuration, version, speed, and package. This translates alphanumeric MPN segments into human-readable specifications like 128Mbit density and 6ns speed.

What does each section of an ESMT DRAM or SPI Flash MPN represent?

Each section of an ESMT MPN represents a specific physical or electrical attribute: the prefix denotes the product family, followed by codes for density, configuration, version, speed grade, and package type. This structure facilitates component identification and cross-referencing.

Can I cross-reference ESMT memory components using their manufacturer part numbers?

Yes, you can cross-reference ESMT memory components by decoding their manufacturer part numbers. The Skill breaks down MPN structure for DRAM and SPI Flash, mapping density, speed, and package codes to support automated identification and cross-referencing.

How do I map ESMT package codes to their physical descriptions for DRAM components?

You map ESMT package codes to physical descriptions by referencing the decoded MPN structure. For example, the Skill identifies a TG suffix as a TSOP-II package, translating these alphanumeric codes into standard physical package formats.

Does this MPN decoding approach support both ESMT DRAM and SPI Flash memory?

Yes, this MPN decoding approach supports both ESMT DRAM and SPI Flash memory. The Skill parses the part number structure to identify density, configuration, and speed codes across both memory types for component identification.

What is the best way to automate ESMT component identification from a part number string?

The best way to automate ESMT component identification is by applying pattern matching to the part number string. The Skill provides handler implementation guidance and structural parsing to extract density, speed, and package data automatically.