73S1209F-44IM/F Maxim Integrated Products, 73S1209F-44IM/F Datasheet - Page 73

no-image

73S1209F-44IM/F

Manufacturer Part Number
73S1209F-44IM/F
Description
IC SMART CARD READER 44-QFN
Manufacturer
Maxim Integrated Products
Datasheet

Specifications of 73S1209F-44IM/F

Core Processor
80515
Core Size
8-Bit
Speed
24MHz
Connectivity
I²C, SmartCard, UART/USART
Peripherals
LED, POR, WDT
Number Of I /o
9
Program Memory Size
32KB (32K x 8)
Program Memory Type
FLASH
Ram Size
2K x 8
Voltage - Supply (vcc/vdd)
2.7 V ~ 5.5 V
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
*
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Data Converters
-
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
UG_12xxF_016
ICC_NONE,
ICC_NONE,
ICC_NONE
};
ICC_Enable() or ICC_Enable_Ext ()
Rev. 1.50
Purpose
Synopsis
Parameters
Activate the Smart Card interface slot specified by eIccId, and return the ATR to the
application. ICC_Enable_Ext() is the extended function. The extended version has
one additional parameter as input. This last parameter is a pointer to a callback
function to be called whenever the card sends a request for wait time extension
(S(WTX) in T=1 or 0x60 (NULL) in T=0 per the CCID Specification).
AR_ICC_RC ICC_Enable (
or
AR_ICC_RC ICC_Enable_Ext (
eIccId: Input parameter.
The lower (least significant) 4-bits specify which Smart Card interface is to be
activated. Possible values are:
The higher (most significant) 4-bits specify whether the card detect polarity is high
(CARD_DET_H) or low (CARD_DET_L). See additional details at the end of the
description for this function.
bIccATRAutoCheck: Input parameter
Specifies whether the Smart Card interface must be immediately de-activated in the
case of an unsupported ATR (TRUE) or if the ATR must be transmitted back to the
application, which will decide what needs to be done (e.g. performing a Warm
Reset). [The default value should be TRUE, but for the various test suites, it may be
necessary for the application to decide whether or not the interface is to be
deactivated.]
bIccEMVCompliant: Input parameter
Specifies whether the Smart Card interface is to be managed according to the EMV
Specification (TRUE) or to the ISO 7816-3 standard (FALSE). This is especially
important on TimeOut errors and on IFSD negotiation. On TimeOut errors in the T=1
protocol, EMV specifies that the IFD must de-activate the Smart Card interface,
IN enum ICC_ID eIccId,
IN BOOLEAN bIccATRAutoCheck,
IN BOOLEAN bIccEMVCompliant,
IN BOOLEAN bIccHighSpeed,
IN BOOLEAN bIccClockStopEnable,
IN enum ICC_POWER ucIccPowerSelect,
OUT unsigned char *pucIccATR
OUT unsigned char *pucIccATRLength );
IN enum ICC_ID eIccId,
IN BOOLEAN bIccATRAutoCheck,
IN BOOLEAN bIccEMVCompliant,
IN BOOLEAN bIccHighSpeed,
IN BOOLEAN bIccClockStopEnable,
IN enum ICC_POWER ucIccPowerSelect,
OUT unsigned char *pucIccATR
OUT unsigned char *pucIccATRLength,
IN (Send_WTE) ( void ) );
ICC_1ST 0, (Internal)
ICC_2ND 1, (External)
ICC_9TH 8 (External).
73S12xxF Software User Guide
73

Related parts for 73S1209F-44IM/F