Infineon Technologies CY7C63613-SC
- Part No.:
- CY7C63613-SC
- Manufacturer:
- Infineon Technologies
- Category:
- Application Specific Microcontrollers
- Package:
- 24-SOIC (0.295", 7.50mm Width)
- Datasheet:
-
CY7C63613-SC.pdf
- Description:
- IC MCU 8K USB LS MCU 24-SOIC
- Quantity:
- Payment:

- Shipping:

Inventory:1,340
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
CY7C63613-SC from Cypress Semiconductor is an 8-bit RISC USB microcontroller with integrated USB 1.1 transceiver, 8 KB OTP EPROM, 256 bytes RAM, 12-bit free-running timer, and 16 GPIO pins (12×7 mA sink, 4×12 mA sink for LED drive), operating at 12 MHz internal clock from a 6 MHz external resonator in 24-pin SOIC package for HID peripheral applications.
For engineers reviewing the CY7C63613-SC datasheet, CY7C63613-SC pinout, CY7C63613-SC application, or CY7C63613-SC equivalent, this device supports USB HID enumeration with three endpoints, PS/2 auto-configuration, vectored interrupts (USB reset, timer, GPIO, DAC), and low-EMI clock generation - critical for mouse, gamepad, and joystick firmware integration.
Technical Context
The CY7C63613-SC implements a Harvard-architecture RISC core optimized for USB 1.1 low-speed (1.5 Mbps) protocol handling, featuring dedicated USB Serial Interface Engine (SIE) with endpoint address register (0x10h), EPA0 mode register (0x12h), and counter registers (0x11h/0x13h/0x15h). It supports automatic bus reset detection and endpoint interrupt vectoring.
Its I/O subsystem includes four configurable ports (Port 0–3), each with independent direction and pull-up control via register 0x08h, interrupt enable per port (0x04h–0x07h), and DAC port (0x30h); GPIO interrupts share a single vector but are individually maskable, enabling precise event-driven peripheral control without polling.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| USB Speed | Low-speed only: 1.5 Mbps compliant with USB 1.1 spec - limits use to HID-class peripherals, no full-speed support. |
| EPROM Size | 8 Kbytes OTP - fixed firmware storage; no reprogrammability after programming; sufficient for compact HID descriptor + application logic. |
| RAM Size | 256 bytes - supports stack, variables, and endpoint buffer management for up to 3 endpoints (control + 2 data). |
| GPIO Pins | 16 total: Ports 0–2 (12 pins, 7 mA sink), Port 3 (4 pins, 12 mA sink) - enables direct LED drive without external drivers. |
| Timer Resolution | 12-bit free-running timer with 1 µs tick - provides precise timing for debouncing, polling intervals, or PWM-like LED dimming. |
| Operating Voltage | 4.0 V to 5.5 V DC - compatible with standard 5 V USB bus power; no LDO required for VDD regulation. |
| Reset Sources | Power-On Reset (POR) + Watchdog Timer (~8 ms timeout) - ensures deterministic startup and firmware recovery from lockup. |
Pinout & Package
Package: 24-pin SOIC (Small Outline Integrated Circuit), 300 mil width, JEDEC MS-013AC standard; lead-free and RoHS-compliant per ordering code suffix.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| VDD | Power supply | Primary 4.0–5.5 V DC input; powers core, USB transceiver, and I/O buffers. |
| GND | Ground reference | Digital and analog ground common point; must be low-impedance for USB signal integrity. |
| OSC1/OSC2 | Resonator interface | Connects to 6 MHz ceramic resonator; internal oscillator generates 12 MHz CPU clock with reduced EMI. |
| D+ / D− | USB differential pair | Integrated transceiver pins; require 1.5 kΩ pull-up on D+ for low-speed device enumeration. |
| P0.0–P0.3 | Port 0 I/O | 4-bit bidirectional port; individually configurable as CMOS output, open-drain, or pull-up input; 7 mA sink capability. |
| P1.0–P1.3 | Port 1 I/O | 4-bit bidirectional port; same configuration and drive as Port 0; shares GPIO interrupt vector. |
| P2.0–P2.3 | Port 2 I/O | 4-bit bidirectional port; identical electrical specs to Port 0/1; used for auxiliary controls or status indicators. |
| P3.0–P3.3 | Port 3 I/O | 4-bit high-drive port; 12 mA sink typical - directly drives LEDs or small relays without external FETs. |
| RESET | Active-low reset input | Asynchronous reset pin; overrides POR and WDR; pulled high externally for normal operation. |
Key Features
| Feature | Design Value |
|---|---|
| USB + PS/2 dual-mode interface | Auto-configures at power-up based on host handshake - eliminates separate firmware builds for USB vs PS/2 legacy support. |
| Vectored interrupt controller | Eight maskable sources (USB reset, timer, 3 endpoints, DAC, GPIO) with dedicated vectors - reduces ISR latency and simplifies firmware dispatch logic. |
| Configurable GPIO drive strength | Per-port selection of CMOS push-pull, open-drain, or pull-up input via register 0x08h - enables flexible interfacing with switches, LEDs, and level-shifted signals. |
| Integrated 12-bit timer | Free-running with 1 µs resolution and read-only LSB/MSB registers (0x24h/0x25h) - supports accurate timekeeping without CPU overhead. |
| Low-EMI clock architecture | Internal clock generator isolates 6 MHz resonator noise from digital core - meets Class B radiated emissions without added shielding or filtering. |
Applications
| Computer Peripheral Mouse | USB Gamepad Controller |
|---|---|
Use Scenario: Optical mouse with X/Y motion reporting and left/right button events over USB. IC Role / Device Role / Timing Role: USB HID device controller handling report descriptor parsing, endpoint 0 control transfers, and interrupt IN transfers for motion data. Use Value: 12 mA sink on P3 pins directly drives RGB status LEDs; 1 µs timer enables precise motion sampling interval control. | Use Scenario: Wired gamepad with analog stick ADC emulation (via GPIO sampling), button matrix scan, and vibration feedback. IC Role / Device Role / Timing Role: Embedded USB HID device managing three endpoints (control, interrupt IN, interrupt OUT) and real-time GPIO scanning. Use Value: 16 GPIO pins support full 8×8 button matrix + 4 LED indicators; vectored interrupts minimize polling latency for responsive gameplay. |
| Industrial Joystick Interface | Legacy PS/2 to USB Adapter |
Use Scenario: Ruggedized joystick for HMI panels requiring ESD-tolerant I/O and stable USB enumeration in noisy environments. IC Role / Device Role / Timing Role: Low-speed USB device with robust POR/WDT and configurable pull-ups for switch debouncing and noise immunity. Use Value: 4.0–5.5 V operation tolerates brown-out conditions; internal 12 MHz clock avoids external crystal cost and layout sensitivity. | Use Scenario: Passive adapter converting PS/2 keyboard/mouse signals to USB HID reports without external MCU. IC Role / Device Role / Timing Role: Dual-mode controller that detects host interface at boot and configures SIE or PS/2 state machine accordingly. Use Value: Eliminates need for separate PS/2 and USB firmware variants; single BOM supports both legacy and modern host systems. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar USB HID controller applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| FTDI FT230X | USB-to-serial bridge IC; no embedded MCU, no GPIO, no firmware programmability. | Requires external microcontroller for HID report generation; limited to UART-based protocols. | Select when USB connectivity is needed for existing UART-based peripherals, not for standalone HID device implementation. |
| Microchip PIC18F14K50 | Flash-based 8-bit MCU with USB 2.0 full-speed stack; 16 KB Flash, 1 KB RAM, no integrated transceiver (requires external PHY). | Supports custom HID descriptors and complex firmware; requires external USB resistors and layout for D+/D− routing. | Select when field-upgradable firmware, larger memory, or full-speed USB is required - at cost of increased BOM and design complexity. |
Compared with FT230X and PIC18F14K50, the CY7C63613-SC delivers turnkey USB HID functionality with integrated transceiver, OTP firmware, and LED-capable I/O - reducing component count and PCB area for cost-sensitive, volume HID peripherals where firmware updates are unnecessary.
Availability
CY7C63613-SC is available at Aetrix Electronics and suitable for computer peripheral mice, USB gamepads, industrial joysticks, and PS/2-to-USB adapters requiring stable component supply and long-term production continuity.
Supply support for CY7C63613-SC includes scheduled delivery planning, volume procurement assistance, BOM continuity management, traceable sourcing, and lifecycle availability coordination for OEM customers, industrial embedded developers, connected-device designers, and electronics production programs.
Manufacturer
Cypress Semiconductor (now part of Infineon Technologies) designs mixed-signal and programmable system-on-chip solutions for USB, memory, and programmable logic applications.
The CY7C63613 belongs to Cypress's CY7C63xxx USB microcontroller family, engineered specifically for low-cost, low-power HID peripheral implementations with minimal external components and no external crystal requirement.
FAQ
Is the CY7C63613-SC compatible with USB 2.0 hosts?
Yes, it is backward compatible with all USB 2.0 and later hosts in low-speed mode (1.5 Mbps), as defined by the USB 1.1 specification. It does not support full-speed (12 Mbps) or high-speed modes. Host enumeration relies on the 1.5 kΩ pull-up resistor on D+, and the device identifies itself as a low-speed device during reset signaling.
Can the 8 KB EPROM be reprogrammed after initial programming?
No. The CY7C63613-SC uses One-Time Programmable (OTP) EPROM. Firmware is permanently written during manufacturing or programming using industry-standard programmers (e.g., BP Microsystems, Data I/O). No field updates or erasure are possible - design validation must be completed before final programming.
What is the maximum sink current per GPIO pin on Port 3?
Each Port 3 pin (P3.0–P3.3) provides 12 mA typical sink current at VDD = 5 V and TA = 25°C, as specified in the DC Characteristics table (Section 17.0). This allows direct driving of standard 20 mA LEDs at reduced brightness or multiple parallel LEDs with shared current limiting.
Does the CY7C63613-SC require an external crystal?
No. It requires only a 6 MHz ceramic resonator connected to OSC1/OSC2 - not a crystal. The internal clock generator derives a clean 12 MHz CPU clock and USB timing signals from this resonator, eliminating crystal cost, layout sensitivity, and EMI concerns associated with fundamental-mode crystals.
CY7C63613-SC Specifications
- Product attributes
- Attribute value
- Manufacturer:
- Infineon Technologies
- Series:
- M8™
- Package/Case:
- 24-SOIC (0.295", 7.50mm Width)
- Packaging:
- Tube
- Product Status:
- Obsolete
- Programmable:
- Not Verified
- Applications:
- USB Microcontroller
- Core Processor:
- M8B
- Program Memory Type:
- OTP (8kB)
- Controller Series:
- CY7C636xx
- RAM Size:
- 256 x 8
- Interface:
- PS/2, USB
- Number of I/O:
- 16
- Voltage - Supply:
- 4V ~ 5.5V
- Operating Temperature:
- 0°C ~ 70°C
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Surface Mount
- Supplier Device Package:
- 24-SOIC
CY7C63613-SC FAQ
1.How can I place an order for CY7C63613-SC through Aetrix?
Please submit a Request for Quotation (RFQ) for CY7C63613-SC on Aetrix. Our sales agent will provide a competitive quotation and guide you through the order confirmation once you accept the terms.
2.Are the price and stock information for CY7C63613-SC reliable?
The price and inventory of CY7C63613-SC are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for CY7C63613-SC is usually 5 days.
3.What payment methods are accepted for CY7C63613-SC?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for CY7C63613-SC transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for CY7C63613-SC?
CY7C63613-SC orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your CY7C63613-SC order is processed, you will receive an email with the shipment details and tracking number.
Note: Tracking information may take up to 24 hours to appear. Express delivery typically takes 3–5 business days.
5.How can I obtain technical support or documentation for CY7C63613-SC?
For technical support, including CY7C63613-SC datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your CY7C63613-SC requirements.
6.How does Aetrix verify that CY7C63613-SC is sourced from the original manufacturer or authorized distributors?
All CY7C63613-SC products on Aetrix are procured from qualified distributors and authorized channels. Our dedicated quality assurance team conducts strict verification, including traceability checks and, if necessary, third-party testing. This ensures that CY7C63613-SC meets industry standards.
7.What is the process for return or replacement of CY7C63613-SC?
All CY7C63613-SC units undergo pre-shipment inspection (PSI). If there is an issue with CY7C63613-SC, returns or replacements are accepted under the following conditions:
1.Quantity discrepancies, incorrect items, or visible external defects (such as breakage or corrosion), acknowledged by Aetrix.
2.The issue is reported within 90 days of delivery.
3.The CY7C63613-SC part is unused and in its original packaging.
Return procedure for CY7C63613-SC:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
CY7C63613-SC Tags

-
CYPD3175-24LQXQ
Infineon Technologies

-
SLB9672VU20FW1523XTMA1
Infineon Technologies

-
SLB9670VQ20FW785XTMA1
Infineon Technologies

-
SLB9672XU20FW1523XTMA1
Infineon Technologies

-
SLB9673XU20FW2613XTMA1
Infineon Technologies

-
CYPD3125-40LQXIT
Infineon Technologies

-
AT97SC3204-U2A1A-20
Microchip Technology

-
AT97SC3204-U2A1A-10
Microchip Technology

-
SLM9670AQ20FW1311XTMA1
Infineon Technologies

-
SLB9672XU20FW1613XTMA1
Infineon Technologies

-
SLB9672AU20FW1613XTMA1
Infineon Technologies

-
SLB9673AU20FW2613XTMA1
Infineon Technologies
Tech Hub
18650 battery guide covering lithium-ion cell basics, 3.6V/3.7V voltage, 4.2V charging, mAh and Wh capacity, protected cells, chargers, BMS, series-parallel packs, holders, welding and sourcing checks.…
Hall effect sensor guide covering working principle, linear and digital sensors, Arduino circuits, current sensing, speed detection, automotive applications, A3144 examples, signal filtering and datash…
Product Change Notification guide for electronic components, covering PCN meaning, PCN vs PDN/EOL, common change types, risk levels, form-fit-function review, engineering validation, BOM control, LTB/L…
A practical guide to blend door actuators, covering HVAC function, symptoms, location, AC and heater issues, reset and calibration, replacement cost, electrical diagnosis, compatibility checks, and rep…
Engineering guide to Raspberry Pi alternatives, covering chip-level differences, Orange Pi, ROCK, Jetson, Banana Pi, NanoPi, Compute Module, Pico, GPIO, camera, HAT compatibility, and replacement risks…
Engineering guide to dynamic load response testing for high-current buck converters, covering load step setup, slew rate, Vcore undershoot, overshoot, recovery time, probe location, output capacitors a…
Engineering guide to output capacitor selection for ASIC Vcore rails, covering bulk capacitors, polymer capacitors, MLCC decoupling, DC bias, ESR, ESL, placement, transient response and substitution ri…
Engineering guide to high-current ASIC Vcore rails, covering 12-phase buck architecture, PMBus control, dynamic load testing, output capacitor networks, smart power stage selection, thermal design and …
Voltage regulator guide covering linear, LDO, 7805, Zener, adjustable, buck, VRM and alternator regulators, with design checks, testing methods, troubleshooting and datasheet-based selection.
Amplifier guide covering voltage, current and power amplification, gain, feedback, amplifier classes, audio and RF applications, op-amp circuits, transimpedance amplifiers, datasheet selection and trou…

