Winbond Manufacturer Handler Skill

Identify Winbond memory components and determine compatibility from MPN patterns.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management and identification of Winbond memory components, including SPI Flash, NOR Flash, and EEPROM, by providing standardized handling and compatibility checks.

Core Features & Use Cases

  • Component Identification: Recognizes various Winbond memory types and series based on MPN patterns.
  • Package Code Mapping: Extracts and maps package suffixes to standard package types.
  • Series Extraction: Isolates the base series and density code from part numbers.
  • Compatibility Analysis: Determines if components with different packages or variants are compatible based on series and density.
  • Use Case: Quickly identify and verify the compatibility of different Winbond SPI Flash memory chips for a new PCB design, ensuring the correct specifications are met.

Quick Start

Use the Winbond handler to extract the series and package code from the part number W25Q128JVSIQ.

Frequently Asked Questions about Winbond Manufacturer Handler Skill

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

FAQPage Schema
How do I extract the series and package code from a Winbond part number?

Winbond memory components are identified by parsing MPN patterns across W25, W29, and W24 series. The handler isolates the base series and density code from the part number to recognize SPI Flash, NOR Flash, and EEPROM types.

How do I check compatibility between Winbond SPI Flash memory chips?

To check Winbond SPI Flash compatibility, the handler analyzes series and density codes extracted from part numbers. It determines if components with different packages or variants are compatible based on these matching density metrics.

What Winbond memory series are supported for pattern matching?

Supported Winbond memory series for direct pattern matching include the W25, W29, and W24 series. These cover various SPI Flash, NOR Flash, and EEPROM component types recognized by their specific MPN patterns.

Can I map Winbond package suffixes to standard package types automatically?

Yes, you can automatically map Winbond package suffixes to standard package types. The handler extracts package suffixes directly from the part number string and translates them into their corresponding standard package formats.

How do I identify the memory type from a Winbond MPN?

To identify the memory type from a Winbond MPN, the handler evaluates part number patterns to categorize the component as SPI Flash, NOR Flash, or EEPROM, isolating the base series to determine specifications.