DataSheet.es    


PDF CY7C63511-PVC Data sheet ( Hoja de datos )

Número de pieza CY7C63511-PVC
Descripción Low-speed USB Peripheral Controller
Fabricantes Cypress Semiconductor 
Logotipo Cypress Semiconductor Logotipo



Hay una vista previa y un enlace de descarga de CY7C63511-PVC (archivo pdf) en la parte inferior de esta página.


Total 30 Páginas

No Preview Available ! CY7C63511-PVC Hoja de datos, Descripción, Manual

CY7C63411/12/13
CY7C63511/12/13
CY7C63612/13
CY7C63411/12/13
CY7C63511/12/13
CY7C63612/13
Low-speed USB Peripheral Controller
Cypress Semiconductor Corporation • 3901 North First Street • San Jose • CA 95134 • 408-943-2600
Document #: 38-08027 Rev. **
Revised June 4, 2002

1 page




CY7C63511-PVC pdf
FOR CY7C63411/12/13
FOR
CY7C63511/12/13
CY7C63612/13
1.0 Features
• Low-cost solution for low-speed applications such as mice, gamepads, keyboards, joystick and others
• USB Specification Compliance
— Conforms to USB Specification, Versions 1.1 and 2.0
— Conforms to USB HID Specification, Version 1.1
— Supports 1 device address and 3 data endpoints
— Integrated USB transceiver
• 8-bit RISC microcontroller
— Harvard architecture
— 6-MHz external ceramic resonator
— 12-MHz internal CPU clock
• Internal memory
— 256 bytes of RAM
— 4 Kbytes of EPROM (CY7C63411, CY7C63511)
— 6 Kbytes of EPROM (CY7C63412, CY7C63512, CY7C63612)
— 8 Kbytes of EPROM (CY7C63413, CY7C63513, CY7C63613)
• Interface can auto-configure to operate as PS2 or USB
• I/O port
— The CY7634XX/5XX have 24 General Purpose I/O (GPIO) pins (Port 0 to 2) capable of sinking 7 mA per pin (typical)
— The CY7C636XX have 12 General-Purpose I/O (GPIO) pins (Port 0 to 2) capable of sinking 7 mA per pin (typical)
— The CY7C634XX/5XX have eight GPIO pins (Port 3) capable of sinking 12 mA per pin (typical) which can drive LEDs
— The CY7C636XX have four GPIO pins (Port 3) capable of sinking 12 mA per pin (typical) which can drive LEDs
— Higher current drive is available by connecting multiple GPIO pins together to drive a common output
— Each GPIO port can be configured as inputs with internal pull-ups or open drain outputs or traditional CMOS outputs
— The CY7C635XX has an additional eight I/O pins on a DAC port which has programmable current sink outputs
— Maskable interrupts on all I/O pins
• 12-bit free-running timer with one microsecond clock ticks
• Watch Dog Timer (WDT)
• Internal Power-On Reset (POR)
• Improved output drivers to reduce EMI
• Operating voltage from 4.0V to 5.5V DC
• Operating temperature from 0 to 70 degrees Celsius
• CY7C634XX available in 40-pin PDIP, 48-pin SSOP for production
• CY7C635XX available in 48-pin SSOP packages for production
• CY7C636XX available in 24-pin SOIC packages for production
• Industry-standard programmer support
Document #: 38-08027 Rev. **
Page 5 of 36

5 Page





CY7C63511-PVC arduino
FOR
FOR
5.0 Instruction Set Summary
MNEMONIC
HALT
ADD A,expr
ADD A,[expr]
ADD A,[X+expr]
ADC A,expr
ADC A,[expr]
ADC A,[X+expr]
SUB A,expr
SUB A,[expr]
SUB A,[X+expr]
SBB A,expr
SBB A,[expr]
SBB A,[X+expr]
OR A,expr
OR A,[expr]
OR A,[X+expr]
AND A,expr
AND A,[expr]
AND A,[X+expr]
XOR A,expr
XOR A,[expr]
XOR A,[X+expr]
CMP A,expr
CMP A,[expr]
CMP A,[X+expr]
MOV A,expr
MOV A,[expr]
MOV A,[X+expr]
MOV X,expr
MOV X,[expr]
reserved
XPAGE
MOV A,X
MOV X,A
MOV PSP,A
CALL
JMP
CALL
JZ
JNZ
operand
data
direct
index
data
direct
index
data
direct
index
data
direct
index
data
direct
index
data
direct
index
data
direct
index
data
direct
index
data
direct
index
data
direct
addr
addr
addr
addr
addr
opcode
00
01
02
03
04
05
06
07
08
09
0A
0B
0C
0D
0E
0F
10
11
12
13
14
15
16
17
18
19
1A
1B
1C
1D
1E
1F
40
41
60
50-5F
80-8F
90-9F
A0-AF
B0-BF
cycles
7
4
6
7
4
6
7
4
6
7
4
6
7
4
6
7
4
6
7
4
6
7
5
7
8
4
5
6
4
5
4
4
4
4
10
5
10
5
5
MNEMONIC
NOP
INC A
INC X
INC [expr]
INC [X+expr]
DEC A
DEC X
DEC [expr]
DEC [X+expr]
IORD expr
IOWR expr
POP A
POP X
PUSH A
PUSH X
SWAP A,X
SWAP A,DSP
MOV [expr],A
MOV [X+expr],A
OR [expr],A
OR [X+expr],A
AND [expr],A
AND [X+expr],A
XOR [expr],A
XOR [X+expr],A
IOWX [X+expr]
CPL
ASL
ASR
RLC
RRC
RET
DI
EI
RETI
JC
JNC
JACC
INDEX
CY7C63411/12/13
CY7C63511/12/13
CY7C63612/13
operand
acc
x
direct
index
acc
x
direct
index
address
address
direct
index
direct
index
direct
index
direct
index
index
opcode
20
21
22
23
24
25
26
27
28
29
2A
2B
2C
2D
2E
2F
30
31
32
33
34
35
36
37
38
39
3A
3B
3C
3D
3E
3F
70
72
73
cycles
4
4
4
7
8
4
4
7
8
5
5
4
4
5
5
5
5
5
6
7
8
7
8
7
8
6
4
4
4
4
4
8
4
4
8
addr C0-CF 5
addr D0-DF 5
addr E0-EF 7
addr
F0-FF
14
Document #: 38-08027 Rev. **
Page 11 of 36

11 Page







PáginasTotal 30 Páginas
PDF Descargar[ Datasheet CY7C63511-PVC.PDF ]




Hoja de datos destacado

Número de piezaDescripciónFabricantes
CY7C63511-PVCLow-speed USB Peripheral ControllerCypress Semiconductor
Cypress Semiconductor

Número de piezaDescripciónFabricantes
SLA6805M

High Voltage 3 phase Motor Driver IC.

Sanken
Sanken
SDC1742

12- and 14-Bit Hybrid Synchro / Resolver-to-Digital Converters.

Analog Devices
Analog Devices


DataSheet.es es una pagina web que funciona como un repositorio de manuales o hoja de datos de muchos de los productos más populares,
permitiéndote verlos en linea o descargarlos en PDF.


DataSheet.es    |   2020   |  Privacy Policy  |  Contacto  |  Buscar