CY8CLED08-48LFXIT

CY8CLED08-48LFXIT Datasheet


CY8CLED08

Part Datasheet
CY8CLED08-48LFXIT CY8CLED08-48LFXIT CY8CLED08-48LFXIT (pdf)
Related Parts Information
CY8CLED08-48LFXI CY8CLED08-48LFXI CY8CLED08-48LFXI
CY8CLED08-48PVXI CY8CLED08-48PVXI CY8CLED08-48PVXI
CY8CLED08-28PVXIT CY8CLED08-28PVXIT CY8CLED08-28PVXIT
CY8CLED08-28PVXI CY8CLED08-28PVXI CY8CLED08-28PVXI
CY8CLED08-48PVXIT CY8CLED08-48PVXIT CY8CLED08-48PVXIT
PDF Datasheet Preview
CY8CLED08

EZ-Color HB LED Controller
• HB LED Controller Configurable Dimmers Support up to 8 Independent LED Channels 8-32 Bits of Resolution per Channel Dynamic Reconfiguration Enables LED Controller plus other Features Battery Charging, Motor Control
• Visual Embedded Design, PSoC Express LED Based Express Drivers
• Binning Compensation
• Temperature Feedback
• DMX512
• PrISM Modulation Technology Reduces Radiated EMI Reduces Low Frequency Blinking
• Powerful Harvard Architecture Processor M8C Processor Speeds to 24 MHz to 5.25V Operating Voltage Operating Voltages down to 1.0V using On-Chip Switch Mode Pump SMP Industrial Temperature Range -40°C to +85°C
• Flexible On-Chip Memory 16K Flash Program Storage 50,000 Erase/Write Cycles 256 Bytes SRAM Data Storage In-System Serial Programming ISSP Partial Flash Updates Flexible Protection Modes EEPROM Emulation in Flash
• Advanced Peripherals PSoC Blocks 8 Digital PSoC Blocks Provide
• 8 to 32-Bit Timers, Counters, and PWMs
• Up to 2 Full-Duplex UART
• Multiple SPI Masters or Slaves
• Connectable to all GPIO Pins 12 Rail-to-Rail Analog PSoC Blocks Provide
• Up to 14-Bit ADCs
• Up to 9-Bit DACs
• Programmable Gain Amplifiers
• Programmable Filters and Comparators Complex Peripherals by Combining Blocks
• Programmable Pin Configurations 25 mA Sink on all GPIO Pull up, Pull down, High Z, Strong, or Open Drain Drive Modes on all GPIO Up to 12 Analog Inputs on GPIO Four 30 mA Analog Outputs on GPIO Configurable Interrupt on all GPIO
• Complete Development Tools Free Development Software
• PSoC Designer
• PSoC Express Full featured, In-Circuit Emulator and Programmer Full Speed Emulation Complex Breakpoint Structure 128 KBytes Trace Memory
• San Jose, CA 95134-1709
• 408-943-2600
[+] Feedback

CY8CLED08

Overview Block Diagram

PSoC CORE

Port 5

Port 4

Port 3

Port 2

Port 1

Port

Analog Drivers

System Bus

Global Digital Interconnect

Global Analog Interconnect

SRAM 256 Bytes

SROM Flash 16K

Interrupt Controller

CPU Core M8C

Sleep and Watchdog

Multiple Clock Sources Includes IMO, ILO, PLL, and ECO

DIGITAL SYSTEM

Digital Block Array

ANALOG SYSTEM

Analog Block Array

Analog Ref.

Analog Input Muxing

Digital Clocks

Multiply Accum.

POR and LVD Internal

Decimator I2C
For up-to-date Ordering, Packaging, and Electrical Specification information, reference the latest device data sheets on the web at

Development Kits

Development Kits are available from the following distributors Digi-Key, Avnet, Arrow, and Future. The Cypress Online Store contains development kits, C compilers, and all accessories for PSoC development. Go to the Cypress Online Store web site at click the Online Store shopping cart icon at the bottom of the web page, and click EZ-Color to view a current list of available items.

Technical Training Modules

Free PSoC technical training modules are available for users new to PSoC. Training modules cover designing, debugging, advanced analog and CapSense. Go to

Development Tools

PSoC Express is a high-level design tool for creating embedded systems with devices using Cypress's PSoC Mixed-Signal technology. With PSoC Express you create a complete embedded solution including all necessary on-chip peripherals, block configuration, interrupt handling and application software without writing a single line of assembly or C code.

PSoC Express solves design problems the way you think about the system:
• Select input and output devices based upon system requirements.
• Add a communications interface and define its interface to system using registers .
• Define when and how an output device changes state based upon any and all other system devices.
• Based upon the design, automatically select an EZ-Color Controller that matches system requirements.

Figure PSoC Express

Consultants

Certified PSoC Consultants offer everything from technical assistance to completed PSoC designs. To contact or become a PSoC Consultant go to click on Design Support located on the left side of the web page, and select CYPros Consultants.

Technical Support

PSoC application engineers take pride in fast and accurate response. They can be reached with a 4-hour guaranteed response at

Application Notes

A long list of application notes will assist you in every aspect of your design effort. To view the PSoC application notes, go to the web site and select Application Notes under the Design Resources list located in the center of the web page. Application Notes are sorted by date by default.

PSoC Express Subsystems

Express Editor

The Express Editor allows you to create designs visually by dragging and dropping inputs, outputs, communication interfaces, and other design elements, and then describing the logic that controls them.

Project Manager

The Project Manager allows you to work with your applications and projects in PSoC Express. A PSoC Express application is a top level container for projects and their associated files. Each project contains a design that uses a single PSoC device. An application can contain multiple projects so if you are creating an application that uses multiple PSoC devices you can keep all of the projects together in a single application.

Most of the files associated with a project are automatically generated by PSoC Express during the build process, but you can make changes directly to the custom.c and custom.h files

Page 6 of 39
[+] Feedback

CY8CLED08
and also add your own custom code to the project in the Project Manager.

Application Editor The Application Editor allows you to edit custom.c and custom.h as well as any C or assembly language source code that you add to your project. With PSoC Express you can create application software without writing a single line of assembly or C code, but you have a full featured application editor at your finger tips if you want it.

Build Manager The Build Manager gives you the ability to build the application software, assign pins, and generate the data sheet, schematic, and BOM for your project.

Board Monitor The Board Monitor is a debugging tool designed to be used while attached to a prototype board through a communication interface that allows you to monitor changes in the various design elements in real time. The default communication for the board monitor is I2C. It uses the CY3240-I2USB I2C to USB Bridge Debugging/Communication Kit.

Tuners A Tuner is a visual interface for the Board Monitor that allows you to view the performance of the HB LED drivers on your test board while your program is running, and manually override values and see the results.

Document Conventions

Units of Measure A units of measure table is located in the Electrical Specifications section. Table 7 on page 14 lists all the abbreviations used to measure the devices.

Numeric Naming Hexidecimal numbers are represented with all letters in uppercase with an appended lowercase ‘h’ for example, ‘14h’ or ‘3Ah’ . Hexidecimal numbers may also be represented by a ‘0x’ prefix, the C coding convention. Binary numbers have an appended lowercase ‘b’ e.g., 01010100b’ or ‘01000011b’ . Numbers not indicated by an ‘h’ or ‘b’ are decimal.

Acronyms Used

The following table lists the acronyms that are used in this document.

Acronym AC ADC API CPU CT DAC DC ECO

EEPROM

FSR GPIO GUI HBM ICE ILO IMO IO IPOR LSb LVD MSb PC PLL POR PPOR PWM SC SLIMO SMP SRAM
b. Refer to the “Ordering Information” on page

Page 15 of 39 [+] Feedback

CY8CLED08

DC General Purpose IO Specifications

The following table lists guaranteed maximum and minimum specifications for the voltage and temperature ranges 4.75V to 5.25V and -40°C TA 85°C, or 3.0V to 3.6V and -40°C TA 85°C, respectively. Typical parameters apply to 5V and 3.3V at 25°C and are for design guidance only.

Table DC GPIO Specifications

Symbol RPU RPD VOH

Description Pull up Resistor Pull down Resistor High Output Level

Vdd -

Low Output Level

Input Low Level

Input High Level

Input Hysterisis

Input Leakage Absolute Value

Capacitive Load on Pins as Input

COUT

Capacitive Load on Pins as Output

Max 8

Units kΩ kΩ V

V mV nA pF

Notes

IOH = 10 mA, Vdd = to 5.25V 8 total loads, 4 on even port pins for example, P0[2], P1[4] , 4 on odd port pins for example, P0[3], P1[5] . IOL = 25 mA, Vdd = to 5.25V 8 total loads, 4 on even port pins for example, P0[2], P1[4] , 4 on odd port pins for example, P0[3], P1[5] . Vdd = to Vdd = to

Gross tested to 1 uA. Package and pin dependent. Temp = 25oC. Package and pin dependent. Temp = 25oC.

DC Operational Amplifier Specifications

The following tables list guaranteed maximum and minimum specifications for the voltage and temperature ranges 4.75V to 5.25V and -40°C TA 85°C, or 3.0V to 3.6V and -40°C TA 85°C, respectively. Typical parameters apply to 5V and 3.3V at 25°C and are for design guidance only.

The Operational Amplifier is a component of both the Analog Continuous Time PSoC blocks and the Analog Switched Cap PSoC blocks. The guaranteed specifications are measured in the Analog Continuous Time PSoC block. Typical parameters apply to 5V at 25°C and are for design guidance only.

Table 5V DC Operational Amplifier Specifications

Symbol VOSOA

TCVOSOA IEBOA CINOA VCMOA

Description Input Offset Voltage absolute value Power = Low, Opamp Bias = High Power = Medium, Opamp Bias = High Power = High, Opamp Bias = High Average Input Offset Voltage Drift

Input Leakage Current Port 0 Analog Pins

Input Capacitance Port 0 Analog Pins

Common Mode Voltage Range

Common Mode Voltage Range high power or high opamp bias

CMRROA GOLOA VOHIGHOA

Common Mode Rejection Ratio Power = Low Power = Medium Power = High Open Loop Gain Power = Low Power = Medium Power = High Output Voltage Swing internal signals Power = Low Power = Medium Power = High
60 80

Vdd - Vdd - Vdd -

Units

Notes
uV/oC
c. Programming adapter converts non-DIP package to DIP footprint. Specific details and ordering information for each of the adapters can be found at

Third Party Tools

Several tools have been specially designed by the following 3rd-party vendors to accompany PSoC based devices during development and production. Specific details for each of these tools can be found at under DESIGN RESOURCES >> Evaluation Boards.

Build a PSoC Emulator into Your Board
For details on how to emulate your circuit before going to volume production using an on-chip debug OCD non-production PSoC device, see Application Note “Debugging - Build a PSoC Emulator into Your Board - AN2323” at The following table lists the CY8CLED08 EZ-Color devices’ key package features and ordering codes.
Ordering Information
Key Device Features Table Device Key Features and Ordering Information

Flash Bytes

RAM Bytes Switch Mode Pump Temperature Range Digital Blocks Rows of 4 Analog Blocks

Columns of 3

Digital IO Pins

Analog Inputs Analog Outputs XRES Pin

Package
Ordering Code
48 Pin 300 Mil SSOP

CY8CLED08-48PVXI 16K 256 Yes -40C to +85C
48 Pin 300 Mil SSOP Tape and Reel CY8CLED08-48PVXIT 16K 256 Yes -40C to +85C
48 Pin 7x7 QFN

CY8CLED08-48LFXI 16K 256 Yes -40C to +85C
48 Pin 7x7 QFN Tape and Reel

CY8CLED08-48LFXIT 16K 256 Yes -40C to +85C
28 Pin 210 Mil SSOP

CY8CLED08-28PVXI 16K 256 Yes -40C to +85C
28 Pin 210 Mil SSOP Tape and Reel CY8CLED08-28PVXIT 16K 256 Yes -40C to +85C
Ordering Code Definitions CY 8 C LED xx - xx xxxx

Package Type:

Thermal Rating:

PX = PDIP Pb-Free

C = Commercial

SX = SOIC Pb-Free

I = Industrial

PVX = SSOP Pb-Free

E = Extended

LFX/LKX = QFN Pb-Free

AX = TQFP Pb-Free

Pin Count

LED Family Code

Technology Code C = CMOS

Marketing Code 8 = Cypress PSoC

Company ID CY = Cypress

Page 38 of 39
[+] Feedback

CY8CLED08

Document History

Document Title CY8CLED08 EZ-ColorTM HB LED Controller

Document Number 001-12981

Description of Change
1148504 See ECN SFVTMP3
1391163 See ECN AESA

Added 28 pin SSOP

Distribution External Public

Posting None

Cypress Semiconductor Corporation, The information contained herein is subject to change without notice. Cypress Semiconductor Corporation assumes no responsibility for the use of any circuitry other than circuitry embodied in a Cypress product. Nor does it convey or imply any license under patent or other rights. Cypress products are not warranted nor intended to be used for medical, life support, life saving, critical control or safety applications, unless pursuant to an express written agreement with Cypress. Furthermore, Cypress does not authorize its products for use as critical components in life-support systems where a malfunction or failure may reasonably be expected to result in significant injury to the user. The inclusion of Cypress products in life-support systems application implies that the manufacturer assumes all risk of such use and in doing so indemnifies Cypress against all charges.

PSoC Designer , Programmable System-on-Chip , and PSoC Express are trademarks and is a registered trademark of Cypress Semiconductor Corp. All other trademarks or registered trademarks referenced herein are property of the respective corporations.

Any Source Code software and/or firmware is owned by Cypress Semiconductor Corporation Cypress and is protected by and subject to worldwide patent protection United States and foreign , United States copyright laws and international treaty provisions. Cypress hereby grants to licensee a personal, non-exclusive, non-transferable license to copy, use, modify, create derivative works of, and compile the Cypress Source Code and derivative works for the sole purpose of creating custom software and or firmware in support of licensee product to be used only in conjunction with a Cypress integrated circuit as specified in the applicable agreement. Any reproduction, modification, translation, compilation, or representation of this Source Code except as specified above is prohibited without the express written permission of Cypress.

Disclaimer CYPRESS MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Cypress reserves the right to make changes without further notice to the materials described herein. Cypress does not assume any liability arising out of the application or use of any product or circuit described herein. Cypress does not authorize its products for use as critical components in life-support systems where a malfunction or failure may reasonably be expected to result in significant injury to the user. The inclusion of Cypress' product in a life-support systems application implies that the manufacturer assumes all risk of such use and in doing so indemnifies Cypress against all charges.

Use may be limited by and subject to the applicable Cypress software license agreement.

Page 39 of 39
[+] Feedback
More datasheets: CNX39U3S | CNX35US | AS5030-TS_EK_DB | M33218 SL001 | M33218 SL005 | M33218 SL002 | CY8CLED08-48LFXI | CY8CLED08-48PVXI | CY8CLED08-28PVXIT | CY8CLED08-28PVXI


Notice: we do not provide any warranties that information, datasheets, application notes, circuit diagrams, or software stored on this website are up-to-date or error free. The archived CY8CLED08-48LFXIT Datasheet file may be downloaded here without warranties.

Datasheet ID: CY8CLED08-48LFXIT 508182