CY7C63001
A
CY7C63101
A
Document #: 38-08026 Rev. *A Page 16 of 25
The data is not written into the FIFO when this bit is set. This
bit is cleared when a SETUP token is received by Endpoint 0.
Bit 4 is used to enable the receiving of Endpoint 0 OUT
packets. When this bit is set to 1, the data from an OUT trans-
action is written into the Endpoint 0 FIFO. If this bit is 0, data
is not written to the FIFO and the SIE responds with a NAK.
This bit is cleared following a SETUP or ACKed OUT trans-
action. Note. After firmware decodes a SETUP packet and
prepares for a subsequent OUT transaction by setting bit 4, bit
4 is not cleared until the hand-shake phase of an ACKed OUT
transaction (a NAKed OUT transaction does not clear this bit).
6.10 USB Physical Layer Characteristics
The following section describes the CY7C630/101A
compliance to the Chapter 7 Electrical section of the USB
Specification, Revision 1.1. The section contains all signaling,
power distribution, and physical layer specifications necessary
to describe a low- speed USB function.
6.10.1 Low-Speed Driver Characteristics
The CY7C630/101A devices use a differential output driver to
drive the Low-speed USB data signal onto the USB cable, as
shown in Figure 6-25. The output swings between the differ-
ential HIGH and LOW state are well balanced to minimize
signal skew. Slew rate control on the driver minimizes the
radiated noise and cross talk on the USB cable. The driver’s
outputs support three-state operation to achieve bidirectional
half duplex operation. The CY7C630/101A driver tolerates a
voltage on the signal pins of –0.5V to 3.8V with respect to local
ground reference without damage. The driver tolerates this
voltage for 10.0 µs while the driver is active and driving, and
tolerates this condition indefinitely when the driver is in its high-
impedance state.
A low-speed USB connection is made through an unshielded,
untwisted wire cable a maximum of three meters in length. The
rise and fall time of the signals on this cable are well controlled
to reduce RFI emissions while limiting delays, signaling skews
and distortions. The CY7C630/101A driver reaches the
specified static signal levels with smooth rise and fall times,
resulting in minimal reflections and ringing when driving the
USB cable. This cable and driver are intended to be used only
on network segments between low-speed devices and the
ports to which they are connected.
6.10.2 Receiver Characteristics
The CY7C630/101A has a differential input receiver which is
able to accept the USB data signal. The receiver features an
input sensitivity of at least 200 mV when both differential data
inputs are in the range of at least 0.8V to 2.5V with respect to
its local ground reference. This is the common mode input
voltage range. Proper data reception is also guaranteed when
the differential data lines are outside the common mode range,
as shown in Figure 6-26. The receiver tolerates static input
voltages between –0.5V and 3.8V with respect to its local
ground reference without damage. In addition to the differ-
ential receiver, there is a single-ended receiver for each of the
two data lines. The single-ended receivers have a switching
threshold between 0.8V and 2.0V (TTL inputs).
Figure 6-25. Low-speed Driver Signal Waveforms
VSS
Signal pins
pass output
spec levels
with minimal
reflections and
ringing
One Bit
Time
(1.5Mb/s)
Driver
Signal Pins
V
SE
(max)
V
SE
(min)
CY7C63001
A
CY7C63101
A
Document #: 38-08026 Rev. *A Page 17 of 25
6.11 External USB Pull-Up Resistor
The USB system specifies that a pull-up resistor be connected
on the D– pin of low-speed peripherals as shown in Figure 6-
27. To meet the USB 1.1 spec (section 7.1.6), which states that
the termination must charge the D– line from 0 to 2.0 V in
2.5 µs, the total load capacitance on the D+/D– lines of the
low-speed USB device (Cypress device capacitance + PCB
trace capacitance + integrated cable capacitance) must be
less than 250 pF. As Cypress D+/D– transceiver input capac-
itance is 20pF max, up to 230 pF of capacitance is allowed for
in the low speed device’s integrated cable and PCB. If the
cable + PCB capacitance on the D+/D– lines will be greater
than approximately 230 pF, an external 3.3V regulator must be
used as shown in Figure 6-28.
Figure 6-26. Differential Input Sensitivity Over Entire Common Mode Range
0.0
0.2
0.4
0.6
0.8
1.0
0.0 0.2 0.4 0.6 0.8 1.0 1.2 1.4 1.6 1.8 2.0 2.2 2.4 2.6 2.8 3.0 3.2
Common Mode Input Voltage (volts)
Minimum Differential Sensitivity (volts)
7.5kW±1%
USB Connector
Port0
Port1
VSS
VPP
XTALIN
Port0
Port1
D–
D+
VCC
XTALOUT
CEXT
6-MHz
Switches,
Devices, Etc.
Switches,
Devices, Etc.
For Cext
Wake-up Mode
0.1µF
Resonator
4.7 µF
+4.35V (min)
Figure 6-27. Application Showing 7.5kW ±1% Pull-Up Resistor
1.5±kW
USB Connector
Port0
Port1
V
SS
V
PP
XTALIN
Port0
Port1
D–
D+
V
CC
XTALOUT
CEXT
6-MHz
Switches,
Devices, Etc.
Switches,
Devices, Etc.
For Cext
Wake-up Mode
0.1µF
Resonator
4.7 µF
3.3V
Reg
+3.3V
0.1 µF
+4.35V (min.)
Figure 6-28. Application Showing 1.5-kW ±5% Pull-Up Resistor
CY7C63001
A
CY7C63101
A
Document #: 38-08026 Rev. *A Page 18 of 25
6.12 Instruction Set Summary
Table 6-5. Instruction Set Map
MNEMONIC operand opcode cycles MNEMONIC operand opcode cycles
HALT 00 7 NOP 20 4
ADD A,expr data 01 4 INC A acc 21 4
ADD A,[expr] direct 02 6 INC X x 22 4
ADD A,[X+expr] index 03 7 INC [expr] direct 23 7
ADC A,expr data 04 4 INC [X+expr] index 24 8
ADC A,[expr] direct 05 6 DEC A acc 25 4
ADC A,[X+expr] index 06 7 DEC X x 26 4
SUB A,expr data 07 4 DEC [expr] direct 27 7
SUB A,[expr] direct 08 6 DEC [X+expr] index 28 8
SUB A,[X+expr] index 09 7 IORD expr address 29 5
SBB A,expr data 0A 4 IOWR expr address 2A 5
SBB A,[expr] direct 0B 6 POP A 2B 4
SBB A,[X+expr] index 0C 7 POP X 2C 4
OR A,expr data 0D 4 PUSH A 2D 5
OR A,[expr] direct OE 6 PUSH X 2E 5
OR A,[X+expr] index 0F 7 SWAP A,X 2F 5
AND A,expr data 10 4 SWAP A,DSP 30 5
AND A,[expr] direct 11 6 MOV [expr],A direct 31 5
AND A,[X+expr] index 12 7 MOV [X+expr],A index 32 6
XOR A,expr data 13 4 OR [expr],A direct 33 7
XOR A,[expr] direct 14 6 OR [X+expr],A index 34 8
XOR A,[X+expr] index 15 7 AND [expr],A direct 35 7
CMP A,expr data 16 5 AND [X+expr],A index 36 8
CMP A,[expr] direct 17 7 XOR [expr],A direct 37 7
CMP A,[X+expr] index 18 8 XOR [X+expr],A index 38 8
MOV A,expr data 19 4 IOWX [X+expr] index 39 6
MOV A,[expr] direct 1A 5 CPL 3A 4
MOV A,[X+expr] index 1B 6 ASL 3B 4
MOV X,expr data 1C 4 ASR 3C 4
MOV X,[expr] direct 1D 5 RLC 3D 4
IPRET addr 1E 13 RRC 3E 4
XPAGE 1F 4 RET 3F 8
JMP addr 8x 5 JC addr Cx 5
CALL addr 9x 10 JNC addr Dx 5
JZ addr Ax 5 JACC addr Ex 7
JNZ addr Bx 5 INDEX addr Fx 14

CY7C63001A-SC

Mfr. #:
Manufacturer:
Cypress Semiconductor
Description:
IC MCU 4K LS USB MCU 20-SOIC
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union