DS_8010R_022 73S8010R Data Sheet
Rev. 1.6 13
3 Applications Information
This section provides general usage information for the design and implementation of the 73S8010R.
3.1 Example 73S8010R Schematics
Figure 4 shows a typical application schematic for the implementation of the 73S8010R. Note that minor changes may occur to the reference
material from time to time and the reader is encouraged to contact Teridian for the latest information
SO28
See NOTE 4
VDD
Y1
CRYSTAL
C2
22pF
C1
ISO7816=1uF, EMV=3.3uF
SDA_to/from_uC
SAD1
CLK track should be routed
far from RST, I/O, C4 and
C8.
NOTES:
1) VDD = 2.7V to 5.5V DC.
2) VPC = 4.75V(EMV, ISO) to 5.5V DC
3) Required if external clock from uP is used.
4) Required if crystal is used.
Y1, C2 and C3 must be removed if external clock is used.
5) Optional. Can be left open.
6) R1 and R3 are external resistors that adjust the VDD
fault voltage. Can be left open.
I/OUC_to/from_uC
R1
Rext1
See NOTE 1
Card detection
switch is
normally closed
VPC
C6
100nF
VDD
External_clock_from uC
C4
100nF
C3
22pF
AUX1UC_to.from_uC
See NOTE 5
C5
10uF
AUX2UC_to/from_uC
See NOTE 3
See note 2
VDD
Low ESR (<100mohms) C1
should be placed near the SC
connecter contact
SAD0
SCK_from_uC
73S8010R
1
2
3
4
5
6
7
12
8
9
10
11
13
14 15
16
17
18
19
20
21
22
23
28
27
25
24
26
SAD0
SAD1
SAD2
GND
GND
VPC
NC
AUX2
NC
NC
PRES
I/O
AUX1
GND CLK
RST
VCC
VDDF_ADJ
SCL
SDA
VDD
GND
INT
AUX2UC
AUX1UC
XTALOUT
XTALIN
I/OUC
SAD2
INT_interrupt_to_uC
R3
Rext2
- OR -
R2
20K
See note 6
Smart Card Connector
1
2
3
4
5
6
7
8
9
10
VCC
RST
CLK
C4
GND
VPP
I/O
C8
SW-1
SW-2
R4
R5
2K
2K
7) Hardware to define address of device
See note 7
Figure 4: Typical 73S8010R Application Schematic
73S8010R Data Sheet DS_8010R_022
14 Rev. 1.6
3.2 System Controller Interface (I
2
C Bus)
A fast-mode 400 kHz I
2
C bus slave interface is used for controlling the 73S8010R device and reading the
status of the device via the data pin SDA and clock pin SCL. The bus has 3 address select pins, SAD0,
SAD1, and SAD2. This allows up to 8 devices to be connected in parallel. Table 9 lists the device
address selections for the SAD2:0 settings.
Table 9: Device Address Selection
SAD2 SAD1 SAD0
(7 bit) I
C
Address
0 0 0 0x40
0 0 1 0x42
0 1 0 0x44
0 1 1 0x46
1 0 0 0x48
1 0 1 0x4A
1
1
0
1
1
1
Bit 0 of the I
2
C address is the R/W bit. Refer to Figure 5 and Figure 6 for usage.
Table 10 describes the Control Register Bits.
Table 10: Control Register Description
Power-on-reset value = 0x00
Name Bit Description
Start/Stop 0 When set, initiates an activation and a cold reset procedure; when reset,
initiates a deactivation sequence.
Warm reset 1 When set, initiates a warm reset procedure; automatically reset by hardware
when the card starts answering or when the card is declared mute.
5 V and 3 V 2 When set, V
CC
= 3 V; when reset, V
CC
= 5 V. When de-activating (setting bit
0 = 0) and operating with 3 V (bit 2 =1), do not simultaneously set bit 2 =0.
Clock Stop 3 When set, the card clock is stopped. Bit 4 determines the card clock stop
level.
Clock Stop Level 4 When set, card clock stops high; when reset card clock stops low.
Clksel1 5 Bits 5 and 6 determine the clock rate to the card. See Table 11 for more
details.
Clksel2 6
I/O enable 7 I/O enable bit. When set, I/O is transferred on I/OUC; when reset I/O to
I/OUC is high impedance.
Table 11: Card Clock Rate Selection
Bit Clksel2 Bit Clksel1 Card Clock
0 0 Clkin/8
0 1 Clkin/4
1 0 Clkin/2
1 1 Clkin (Xtalin)
DS_8010R_022 73S8010R Data Sheet
Rev. 1.6 15
I
2
C-bus Write to Control Register
The I
2
C-bus Write command to the control register follows the format shown in Figure 5. After the START
condition, the master sends a slave address. This address is seven bits long followed by an eighth bit
which is an opcode bit (R/W) a ‘zero’ indicates the master will write data to the control register. After
the R/W bit, the ’zero’ ACK bit is sent to the master by the device. The master now starts sending the 8
bits of data to the control register during the DATA bits. After the DATA bits, the ‘zero’ ACK bit is sent to
the master by the device. The master should send the STOP condition after receiving this ACK bit.
1-7 8 9 1-8
9
ADDRESS bits R/W bit
ACK bit
DATA bits ACK bit
STOP
condition
START
condition
SCL
SDA
MSB
MSB LSBLSB
Figure 5: I
2
C Bus Write Protocol
Table 12 describes the Status Register bits.
Table 12: Status Register Description
Power On Reset = 0x04
Name Bit Description
PRES 0
Set when the card is present (pin PRES is high); reset when the card is not present.
PRESL 1 Set when the PRES pin changes state (rising/falling edge); reset when the status
register is read. Generates an interrupt when set.
I/O 2 Set when I/O is high; reset when I/O is low.
SUPL 3 Set when a voltage fault is detected; reset when the status register is read.
Generates an interrupt when set.
PROT 4 Set when an over-current or over-heating fault has occurred during a card session;
reset when the status register is read. Generates an interrupt when set.
MUTE 5 Set during ATR when the card has not answered during the ISO 7816-3 time
window (40000 card clock cycles); reset when the next session begins.
EARLY 6 Set during ATR when the card has answered before 400 card clock cycles; reset
when the next session begins.
ACTIVE 7 Set when the card is active (V
CC
is on); reset when the card is inactive.
I
2
C-bus Read from Status Register
The I
2
C-bus Read Command from the Status Register follows the format shown in Figure 6. After the
START condition, the master sends a slave address. This address is seven bits long followed by an eighth
bit which is an opcode bit (R/W) a ‘one’ indicates the master will read data from the status register. After
the R/W bit, the ’zero’ ACK bit is sent to the master by the device. The device now starts sending the 8-bit
status register data to the control register during the DATA bits. After the DATA bits, the ‘one’ ACK bit is
sent to the device by the master. The master should send the STOP condition after receiving the ACK bit.

73S8010R-DB

Mfr. #:
Manufacturer:
Maxim Integrated
Description:
BOARD DEMO 73S8010R 28-SOIC
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet