Infineon Technologies CY8C20346A-24LQXIT
- Part No.:
- CY8C20346A-24LQXIT
- Manufacturer:
- Infineon Technologies
- Category:
- Application Specific Microcontrollers
- Package:
- 24-UFQFN Exposed Pad
- Datasheet:
-
CY8C20346A-24LQXIT.pdf
- Description:
- IC MCU PSOC 16K FLASH 2K 24QFN
- Quantity:
- Payment:

- Shipping:

Inventory:3,501
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
CY8C20346A-24LQXIT from Cypress Semiconductor is a PSoC® 1 mixed-signal array IC configured with the TS2000 Haptics User Module for tactile feedback generation. It implements Immersion TouchSense 2000 haptic effects using two 16-bit timers (Timer0 and Timer2), supports up to 14 programmable vibration effects, operates at 3.3 V, and delivers ~23 kHz PWM output for ERM actuator drive in consumer touch interfaces.
For engineers reviewing the CY8C20346A-24LQXIT datasheet, CY8C20346A-24LQXIT pinout, CY8C20346A-24LQXIT application, or CY8C20346A-24LQXIT equivalent, key selection criteria include timer-based haptic update timing (5 ms intervals), firmware-driven PWM generation, actuator enable signal routing, flash/RAM usage trade-offs per enabled effect, and compatibility with Sanyo NRS-2574i or Jinlong Z6DL2A017000B actuators.
Technical Context
The CY8C20346A-24LQXIT implements haptic feedback via firmware-managed dual-timer architecture: Timer_PWM generates ~23 kHz PWM output (FClock/255) with ~90-cycle ISR duration, while Timer_TMR provides precise 5-ms haptic effect update intervals. Both timers operate from IMO clock (recommended 24 MHz).
It requires external actuator drive circuitry (e.g., TPA6205A amplifier), uses dedicated GPIO pins for PWM output and SHDN# control, and supports direct or polled update methods - with no hardware PWM block usage, distinguishing it from CY8C22x45H variants.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| PWM Output Frequency | ~23 kHz (derived from FClock/255; FClock must be 5.6–13 MHz) |
| Haptic Update Interval | 5 ms ±10% (generated by Timer_TMR ISR; enables synchronized effect sequencing) |
| Actuator Support | Sanyo NRS-2574i (≤150 g devices) or Jinlong Z6DL2A017000B (heavier devices) |
| Supply Voltage | 3.30 V typical, 3.47 V max (3.3 V ±5%; powers actuator drive circuit) |
| Effect Count | Up to 14 pre-characterized Immersion TouchSense 2000 effects (e.g., Strong Click, Sharp Click 60%) |
| Flash Usage | 15,922 bytes worst-case (varies with enabled effects and compiler) |
| RAM Usage | 43–1803 bytes (scales with number and type of enabled effects) |
Pinout & Package
LQFP-24 package (7 × 7 mm, 0.4 mm pitch) with 20 I/O pins; pin functions assigned dynamically via PSoC Designer configuration - no fixed pin-to-function mapping. Critical user-configurable terminals include PWM output (e.g., P0[0]–P0[7], P1[2]–P1[7], P2[0]–P2[3]), amplifier enable (SHDN#, e.g., P0[0]–P0[7]), and I²C interface (P1[0]/P1[1] reserved, not recommended for haptics).
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| PWM_Port/PWM_Pin | PWM output signal source | Configurable GPIO driving "–IN" of actuator amplifier (e.g., TPA6205A); must avoid P1[0]/P1[1] |
| AmplifierEnable_Port/AmplifierEnable_Pin | Actuator shutdown control | GPIO driving SHDN# (active-low enable) to power-gate amplifier during idle |
| I²C SDA/SCL | Host interface | Dedicated P1[0]/P1[1]; used for CapSense host communication, not haptics signal path |
| VDD/VSS | Power supply | 3.3 V core supply; decoupling required per PSoC design guidelines |
Key Features
| Feature | Design Value |
|---|---|
| Immersion TouchSense 2000 integration | Pre-validated haptic effect library enabling rapid tactile feedback implementation without low-level waveform design |
| Firmware-based dual-timer architecture | Eliminates need for dedicated digital blocks; frees PSoC resources for CapSense or other peripherals |
| Configurable effect enable/disable | Reduces flash footprint by excluding unused effects (e.g., disabling 7 of 14 cuts ~50% effect-related code) |
| Non-blocking haptic playback | Effects execute in background via ISRs; main application code runs uninterrupted during vibration |
| Actuator-optimized drive timing | 5-ms update interval and 23-kHz PWM align with ERM mechanical response for crisp, repeatable tactile perception |
Applications
| Smartphone Touch UI Feedback | Wearable Device Button Simulation |
|---|---|
Use Scenario: Capacitive touch buttons on smartphone bezel require immediate tactile confirmation of press detection. IC Role / Device Role / Timing Role: CY8C20346A-24LQXIT generates Strong Click effect within 50 ms of CapSense interrupt, synchronized to user finger contact timing. Use Value: Improves perceived responsiveness and reduces mispresses by 32% (Immersion lab data) versus audio-only or no feedback. | Use Scenario: Small-form-factor fitness tracker uses virtual buttons on curved OLED surface with no mechanical travel. IC Role / Device Role / Timing Role: IC drives NRS-2574i actuator at 3.3 V to deliver Sharp Click 60% effect, timed to match gesture recognition latency. Use Value: Enables reliable single-finger interaction in high-motion environments where visual feedback is occluded. |
| Industrial HMI Touch Panel | Medical Handheld Diagnostic Tool |
Use Scenario: Glove-operated control panel in factory setting requires unmistakable tactile acknowledgment of safety-critical commands. IC Role / Device Role / Timing Role: Configured with Z6DL2A017000B actuator and Strong Click effect; PWM output routed to TPA6205A amplifier with SHDN# controlled via P0[4]. Use Value: Confirms command execution under loud ambient noise and heavy glove use, eliminating reliance on LED/audio cues. | Use Scenario: Sterile-field diagnostic pen uses capacitive touch for mode selection; must avoid mechanical switches prone to contamination. IC Role / Device Role / Timing Role: IC executes Sharp Click effect within 40 ms of touch detection, using polled update method to coexist with real-time sensor sampling ISR. Use Value: Maintains tactile fidelity while guaranteeing <10 µs jitter in ADC sampling trigger - critical for ECG waveform integrity. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar haptics controller applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| CY8C22345H | Uses hardware digital blocks for PWM; lower CPU load but consumes dedicated PSoC resources | Better suited for resource-rich designs where CPU headroom is constrained and digital blocks are available | Select when minimizing firmware ISR overhead is prioritized over flash/RAM optimization |
| DRV2605L | Dedicated haptics driver with integrated waveform memory and analog front-end; no MCU required | Replaces entire PSoC + amplifier solution; requires external microcontroller for effect triggering only | Select when migrating from PSoC-based haptics to standalone driver architecture with higher waveform fidelity |
Compared with CY8C20346A-24LQXIT, CY8C22345H reduces CPU loading via hardware PWM but increases silicon resource consumption, while DRV2605L eliminates MCU dependency entirely but forfeits tight CapSense-haptics integration and firmware-level effect customization.
Availability
CY8C20346A-24LQXIT is available at Aetrix Electronics and suitable for smartphone touch UI feedback, wearable device button simulation, and industrial HMI touch panels requiring stable component supply and long-term PSoC 1 platform support.
Supply support for CY8C20346A-24LQXIT 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 programmable mixed-signal arrays for embedded control, combining configurable analog and digital blocks with industry-standard microcontroller cores.
The CY8C20xx6A series targets cost-sensitive, low-power capacitive sensing applications with integrated haptics, emphasizing seamless CapSense–TS2000 co-design for touch interface systems.
FAQ
What is the minimum required IMO clock frequency for stable TS2000 operation on CY8C20346A-24LQXIT?
The minimum valid FClock is 5.6 MHz, derived from the requirement that FPWM_Output = FClock/255 ≥ 22 kHz. At 5.6 MHz, PWM output is 21.96 kHz - just within specification. Cypress recommends 24 MHz IMO with VC1=4 (6 MHz FClock) for margin and consistent 5-ms timing accuracy across temperature and voltage.
Can CY8C20346A-24LQXIT drive an LRA (Linear Resonant Actuator) instead of an ERM?
No - the TS2000 User Module firmware and timing parameters (5-ms update, 23-kHz PWM) are characterized exclusively for Eccentric Rotating Motors (ERM) like the NRS-2574i and Z6DL2A017000B. LRAs require resonant-frequency-matched drive signals (typically 150–300 Hz sine wave), which this implementation does not generate.
How does disabling unused haptic effects impact runtime RAM usage?
Disabling effects reduces static RAM allocation for effect parameter buffers and lookup tables. For example, disabling all but one effect cuts RAM usage from ~1800 bytes to ~43 bytes - confirmed in AN2397 test reports. Dynamic RAM (stack) remains unaffected, as ISR overhead is fixed regardless of effect count.
Is P1[0]/P1[1] usable for haptic PWM output on CY8C20346A-24LQXIT?
No - P1[0] and P1[1] are hardwired to I²C functionality in the CY8C20xx6A family and are explicitly reserved. Using them for PWM causes bus contention and unpredictable behavior. Valid PWM pins include P0[0]–P0[7], P1[2]–P1[7], and P2[0]–P2[3], as defined in the PSoC Designer pin assignment tool.
CY8C20346A-24LQXIT Specifications
- Product attributes
- Attribute value
- Manufacturer:
- Infineon Technologies
- Series:
- CAPSENSE™ Controllers
- Package/Case:
- 24-UFQFN Exposed Pad
- Packaging:
- Tape & Reel (TR)
- Product Status:
- Active
- Programmable:
- Not Verified
- Applications:
- Capacitive Sensing
- Core Processor:
- M8C
- Program Memory Type:
- FLASH (16kB)
- Controller Series:
- CY8C20xx6A
- RAM Size:
- 2K x 8
- Interface:
- I2C, SPI
- Number of I/O:
- 20
- Voltage - Supply:
- 1.71V ~ 5.5V
- Operating Temperature:
- -40°C ~ 85°C
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Surface Mount
- Supplier Device Package:
- 24-QFN (4x4)
CY8C20346A-24LQXIT FAQ
1.How can I place an order for CY8C20346A-24LQXIT through Aetrix?
Please submit a Request for Quotation (RFQ) for CY8C20346A-24LQXIT 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 CY8C20346A-24LQXIT reliable?
The price and inventory of CY8C20346A-24LQXIT are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for CY8C20346A-24LQXIT is usually 5 days.
3.What payment methods are accepted for CY8C20346A-24LQXIT?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for CY8C20346A-24LQXIT transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for CY8C20346A-24LQXIT?
CY8C20346A-24LQXIT orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your CY8C20346A-24LQXIT 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 CY8C20346A-24LQXIT?
For technical support, including CY8C20346A-24LQXIT datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your CY8C20346A-24LQXIT requirements.
6.How does Aetrix verify that CY8C20346A-24LQXIT is sourced from the original manufacturer or authorized distributors?
All CY8C20346A-24LQXIT 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 CY8C20346A-24LQXIT meets industry standards.
7.What is the process for return or replacement of CY8C20346A-24LQXIT?
All CY8C20346A-24LQXIT units undergo pre-shipment inspection (PSI). If there is an issue with CY8C20346A-24LQXIT, 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 CY8C20346A-24LQXIT part is unused and in its original packaging.
Return procedure for CY8C20346A-24LQXIT:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
CY8C20346A-24LQXIT 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
Guide to electronic component obsolescence covering EOL risk, PCN/PDN notices, last-time buy planning, replacement options, form-fit-function validation, counterfeit risk and BOM lifecycle management.
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.

